COLOR #3C5584

HEX: #3C5584
RGB: (60,85,132)

Color info

#3C5584 contains mainly green and blue colors. Web safe color of #3C5584 is #336699 (or #369).

RGB color model

#3C5584 color RGB value is (60,85,132).

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

RGB channels and saturation

R 60 of 255 = 24%
G 85 of 255 = 33%
B 132 of 255 = 52%

60
85
132

R + G + B ~ 36%. #3C5584 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 85 + 132 = 277 (100%)
R 60 of 277 ~ 21.66%
G 85 of 277 ~ 30.69%
B 132 of 277 ~ 47.65%

%21.66
%30.69
%47.65

CMYK color model

#3C5584 color CMYK value is (55,36,0,48).

  • cyan value is 54.55%
  • magenta value is 35.61%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(55,36,0,48)
C55M36Y0K48 
(55%,36%,0%,48%)
(0.55/0.36/0.00/0.48)	

CMYK percentages

%54.55
%35.61
%0
%48.24

Codes

Color #3C5584 in popluar color models

3C5584
RGB6085132
HSL219°37.50%37.65%
HSB/HSV219°54.55%51.76%
CMYK54.55%35.61%0.00%
48.24%

Color #3C5584 in popluar number systems.

HEX3C5584
Decimal6085132
Binary111100101010110000100
Octal74125204

Shades and tints

Shades of #3C5584

#3C5584
(60,85,132)
#374E78
(55,78,120)
#32476C
(50,71,108)
#2D4060
(45,64,96)
#283954
(40,57,84)
#233248
(35,50,72)
#1E2B3C
(30,43,60)
#192430
(25,36,48)
#141D24
(20,29,36)
#0F1618
(15,22,24)
#0A0F0C
(10,15,12)
#000000
(0,0,0)

Tints of #3C5584

#3C5584
(60,85,132)
#4D648F
(77,100,143)
#5E739A
(94,115,154)
#6F82A5
(111,130,165)
#8091B0
(128,145,176)
#91A0BB
(145,160,187)
#A2AFC6
(162,175,198)
#B3BED1
(179,190,209)
#C4CDDC
(196,205,220)
#D5DCE7
(213,220,231)
#E6EBF2
(230,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C5584; }

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

This text font color is #3C5584.


Background Color

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

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

This div background color is #3C5584.


Border color

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

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

This div border color is #3C5584.


Opacity

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

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

Text with #3C5584 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 #3C5584;}

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

This text has shadow with #3C5584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C5584 on black background.


Color preview on white background

This text has color #3C5584 on white background.



Black color preview on #3C5584 background

This text has black color on #3C5584 background.


White color preview on #3C5584 background

This text has white color on #3C5584 background.