@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#365596 hex color - Blue - Cool color - Information

#365596 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #365596 Color code in RGB color code model is created after adding 21.18% red color, 33.33% green color and 58.82% blue color. Hex #365596 Color code in CMYK color (process color) code model is generated after subtraction of 64% cyan, 43% magenta, 0% yellow and 41.18% black.

Hex #365596 color code is between #334499 web safe hex color code and #446688 web safe hex color code. #334499 is the nearest web safe color code. You can see here many more shades of #365596 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 365596 #365596
RGB Decimal 54, 85, 150 rgb(54, 85, 150)
RGB Percent 21%, 33%, 59% rgb(21%, 33%, 59%)
CSS RGBa 54, 85, 150,1 rgba(54,85,150,1)
CMYK Model cmyk(64%,43%,0%,41.18%)
HSL Color Space 221,47% ,40% hsl(221,47% ,40%)
HSV Color Space 221°, 64%, 59%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00110110 01010101 10010110
Octal 66 125 226
Decimal 54 85 150
Hex 36 55 96

Different shades of #365596 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #365596
#446abb
Dark Shade of #365596
#294070
Saturated Shade of #365596
#2c51a0
Desaturated Shade of #365596
#40598c
Grey scale Shade of #365596
#666666
Brighten Shade
#4f6eaf
Most Readable Shade
#FFFFFF

Shades of #365596 color code

Generate more color scales with scales (color stack) generator.

#365596
#304b85
#2a4274
#243864
#1e2f53
#182542
#121c32
#0c1221
#060910
#000000

Similar Color like #365596 color

Find visually similar hex color codes nearing to #365596 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#375697
#385798
#395899
#3a599a
#3b5a9b
#3c5b9c
#3d5c9d
#3e5d9e
#3f5e9f
#405fa0
#4160a1
#4261a2
#4362a3
#4463a4
#355495
#345394
#335293
#325192
#315091
#304f90
#2f4e8f
#2e4d8e
#2d4c8d
#2c4b8c
#2b4a8b
#2a498a
#294889
#284788

Monochromatic Color with #365596

#365596
#456dc0
#5585eb
#080d16
#172541
#273d6b

Tints of #365596 Color

#365596
#4c67a1
#627aad
#798db9
#8fa0c4
#a5b3d0
#bcc6dc
#d2d9e7
#e8ecf3
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#365596
#967736

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#365596
#964736
#859636

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#367b96
#366896
#365596
#364296
#3d3696

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#365596
#963655
#559636

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#365596
#963685
#967736
#369647

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#365596
#967736
#859636
#473696

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #365596 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#365596 Color Code Preview on Black Background Color

This is how #365596 Color will look on black background color. Color contrast ratio is 2.90

#365596 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#365596">Your Example Paragraph content text in with font color #365596 </p>

Your Example Paragraph content text in with font color #365596

HTML with inline CSS

<div style="color:#365596">Your Paragraph text in with font color #365596 </div>

Your Example Paragraph content text in with font color #365596

#365596 color code is use for CSS Background Color

Background color for the above div is #365596

HTML with inline CSS

<div style="background-color:#365596;"></div>

#365596 color code is use for CSS Border Color

CSS Border color for the above div is #365596

HTML with inline CSS

<div style="border:5px solid #365596;"></div>

CSS Border Left color for the above div is #365596

HTML with inline CSS

<div style="border-left:5px solid #365596;"></div>

CSS Border Right color for the above div is #365596

HTML with inline CSS

<div style="border-right:5px solid #365596;"></div>

CSS Border Bottom color for the above div is #365596

HTML with inline CSS

<div style="border-bottom:5px solid #365596;"></div>

CSS Border Top color for the above div is #365596

HTML with inline CSS

<div style="border-top:5px solid #365596;"></div>

#365596 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#365596; } .examplecolorclass {color:#365596; } .examplebordercolor {border:3px solid #365596; }

#365596 Color code Preview on White Background

This is how #365596 Color code will look on white background color. Color contrast ratio is 7.25

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #365596; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #365596; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(54,85,150,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(150,119,54,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(54,85,150,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.