COLOR #3C5599

HEX: #3C5599
RGB: (60,85,153)

Color info

#3C5599 contains mainly blue color. Web safe color of #3C5599 is #336699 (or #369).

RGB color model

#3C5599 color RGB value is (60,85,153).

  • red value is 60;
  • green value is 85;
  • blue value is 153.
RGB:
(60,85,153)
(24%,33%,60%)

RGB channels and saturation

R 60 of 255 = 24%
G 85 of 255 = 33%
B 153 of 255 = 60%

60
85
153

R + G + B ~ 39%. #3C5599 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 85 + 153 = 298 (100%)
R 60 of 298 ~ 20.13%
G 85 of 298 ~ 28.52%
B 153 of 298 ~ 51.34%

%20.13
%28.52
%51.34

CMYK color model

#3C5599 color CMYK value is (61,44,0,40).

  • cyan value is 60.78%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(61,44,0,40)
C61M44Y0K40 
(61%,44%,0%,40%)
(0.61/0.44/0.00/0.40)	

CMYK percentages

%60.78
%44.44
%0
%40

Codes

Color #3C5599 in popluar color models

3C5599
RGB6085153
HSL224°43.66%41.76%
HSB/HSV224°60.78%60.00%
CMYK60.78%44.44%0.00%
40.00%

Color #3C5599 in popluar number systems.

HEX3C5599
Decimal6085153
Binary111100101010110011001
Octal74125231

Shades and tints

Shades of #3C5599

#3C5599
(60,85,153)
#374E8C
(55,78,140)
#32477F
(50,71,127)
#2D4072
(45,64,114)
#283965
(40,57,101)
#233258
(35,50,88)
#1E2B4B
(30,43,75)
#19243E
(25,36,62)
#141D31
(20,29,49)
#0F1624
(15,22,36)
#0A0F17
(10,15,23)
#000000
(0,0,0)

Tints of #3C5599

#3C5599
(60,85,153)
#4D64A2
(77,100,162)
#5E73AB
(94,115,171)
#6F82B4
(111,130,180)
#8091BD
(128,145,189)
#91A0C6
(145,160,198)
#A2AFCF
(162,175,207)
#B3BED8
(179,190,216)
#C4CDE1
(196,205,225)
#D5DCEA
(213,220,234)
#E6EBF3
(230,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C5599 color. Also use rgb(60,85,153) instead hex code.

Text Font Color

.myTextColor { color: #3C5599; }

<p style="color:#3C5599">This sample text font color is #3C5599.</p>

This text font color is #3C5599.


Background Color

.myBgColor { background-color: #3C5599; }

<div style="background-color:#3C5599">Inner text</div>

This div background color is #3C5599.


Border color

.myBorderColor { border: 1px solid #3C5599; }

<div style="border:3px solid #3C5599">Div</div>

This div border color is #3C5599.


Opacity

.myOpacity80 { color: #3C5599; opacity: 0.8; }

<p style="color:#3C5599;opacity:0.8;">80%</p>

Text with #3C5599 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #3C5599;}

<p style="text-shadow: 3px 3px 1px #3C5599">Text here.</p>

This text has shadow with #3C5599 color.

.textShadow {text-shadow: 3px 3px 1px #3C5599, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #3C5599, 5px 5px 20px red">Text here.</p>

This text has shadow with #3C5599 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#3C5599, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#3C5599, Direction=45, Strength=4)">Text</p>

This text has shadow with #3C5599 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #3C5599;
  -webkit-box-shadow:	1px 1px 3px 2px #3C5599;
  box-shadow:		1px 1px 3px 2px #3C5599;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3C5599;
-webkit-box-shadow: 1px 1px 3px 2px #3C5599;
box-shadow:1px 1px 3px 2px #3C5599;">
Div content here</div>
This div box has shadow with color #3C5599.

Preview

Color preview on black background

This text has color #3C5599 on black background.


Color preview on white background

This text has color #3C5599 on white background.



Black color preview on #3C5599 background

This text has black color on #3C5599 background.


White color preview on #3C5599 background

This text has white color on #3C5599 background.