COLOR #3C5284

HEX: #3C5284 RGB: (60,82,132)

Color info

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

RGB color model

#3C5284 color RGB value is (60,82,132).

RGB: (60,82,132) (24%, 32%, 52%)

RGB channels and saturation

R 60 of 255 = 24%
G 82 of 255 = 32%
B 132 of 255 = 52%

60
82
132

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

Portions of RGB colors in percentages

R + G + B = 60 + 82 + 132 = 274 (100%)
R 60 of 274 ~ 21.9%
G 82 of 274 ~ 29.93%
B 132 of 274 ~ 48.18'%

%21.9
%29.93
%48.18

CMYK color model

#3C5284 color CMYK value is (55,38,0,48).

  • cyan value is 54.55%
  • magenta value is 37.88%
  • yellow value is 0.00%
  • key color value is 48.24%

CMYK: (55,38,0,48)
C55M38Y0K48 (55%, 38%, 0%, 48%)
(0.55 / 0.38 / 0.00 / 0.48)

CMYK percentages

%54.55
%37.88
%0
%48.24

Codes

Color #3C5284 in popluar color models

3C 52 84
RGB 60 82 132
HSL 222° 37.50% 37.65%
HSB/HSV 222° 54.55% 51.76%
CMYK 54.55% 37.88% 0.00%
48.24%

Color #3C5284 in popluar number systems.

HEX 3C 52 84
Decimal 60 82 132
Binary 111100 1010010 10000100
Octal 74 122 204

Shades and tints

Shades of #3C5284

#3C5284
(60,82,132)
#374B78
(55,75,120)
#32446C
(50,68,108)
#2D3D60
(45,61,96)
#283654
(40,54,84)
#232F48
(35,47,72)
#1E283C
(30,40,60)
#192130
(25,33,48)
#141A24
(20,26,36)
#0F1318
(15,19,24)
#0A0C0C
(10,12,12)
#000000
(0,0,0)

Tints of #3C5284

#3C5284
(60,82,132)
#4D618F
(77,97,143)
#5E709A
(94,112,154)
#6F7FA5
(111,127,165)
#808EB0
(128,142,176)
#919DBB
(145,157,187)
#A2ACC6
(162,172,198)
#B3BBD1
(179,187,209)
#C4CADC
(196,202,220)
#D5D9E7
(213,217,231)
#E6E8F2
(230,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C5284; }

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

This text font color is #3C5284.

Background Color

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

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

This div background color is #3C5284.

Border color

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

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

This div border color is #3C5284.

Opacity

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

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

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

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

This text has shadow with #3C5284 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C5284.

Preview

Color preview on black background

This text has color #3C5284 on black background.


Color preview on white background

This text has color #3C5284 on white background.


Black color preview on #3C5284 background

This text has black color on #3C5284 background.


White color preview on #3C5284 background

This text has white color on #3C5284 background.


Related colors

Complementary color

Complementary color for #hex is #C3AD7B.


I love getcolorcode.com

Triadic colors

1 #843C52 and #52843C with #3C5284 are triadic colors.

2 #84523C and #523C84 with #3C5284 are triadic colors.