COLOR #3C5682

HEX: #3C5682 RGB: (60,86,130)

Color info

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

RGB color model

#3C5682 color RGB value is (60,86,130).

RGB: (60,86,130) (24%, 34%, 51%)

RGB channels and saturation

R 60 of 255 = 24%
G 86 of 255 = 34%
B 130 of 255 = 51%

60
86
130

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

Portions of RGB colors in percentages

R + G + B = 60 + 86 + 130 = 276 (100%)
R 60 of 276 ~ 21.74%
G 86 of 276 ~ 31.16%
B 130 of 276 ~ 47.1'%

%21.74
%31.16
%47.1

CMYK color model

#3C5682 color CMYK value is (54,34,0,49).

  • cyan value is 53.85%
  • magenta value is 33.85%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (54,34,0,49)
C54M34Y0K49 (54%, 34%, 0%, 49%)
(0.54 / 0.34 / 0.00 / 0.49)

CMYK percentages

%53.85
%33.85
%0
%49.02

Codes

Color #3C5682 in popluar color models

3C 56 82
RGB 60 86 130
HSL 218° 36.84% 37.25%
HSB/HSV 218° 53.85% 50.98%
CMYK 53.85% 33.85% 0.00%
49.02%

Color #3C5682 in popluar number systems.

HEX 3C 56 82
Decimal 60 86 130
Binary 111100 1010110 10000010
Octal 74 126 202

Shades and tints

Shades of #3C5682

#3C5682
(60,86,130)
#374F77
(55,79,119)
#32486C
(50,72,108)
#2D4161
(45,65,97)
#283A56
(40,58,86)
#23334B
(35,51,75)
#1E2C40
(30,44,64)
#192535
(25,37,53)
#141E2A
(20,30,42)
#0F171F
(15,23,31)
#0A1014
(10,16,20)
#000000
(0,0,0)

Tints of #3C5682

#3C5682
(60,86,130)
#4D658D
(77,101,141)
#5E7498
(94,116,152)
#6F83A3
(111,131,163)
#8092AE
(128,146,174)
#91A1B9
(145,161,185)
#A2B0C4
(162,176,196)
#B3BFCF
(179,191,207)
#C4CEDA
(196,206,218)
#D5DDE5
(213,221,229)
#E6ECF0
(230,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C5682 color. Also use rgb(60,86,130) instead hex code.

Text Font Color

.myTextColor { color: #3C5682; }

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

This text font color is #3C5682.

Background Color

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

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

This div background color is #3C5682.

Border color

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

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

This div border color is #3C5682.

Opacity

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

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

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

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

This text has shadow with #3C5682 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C5682.

Preview

Color preview on black background

This text has color #3C5682 on black background.


Color preview on white background

This text has color #3C5682 on white background.


Black color preview on #3C5682 background

This text has black color on #3C5682 background.


White color preview on #3C5682 background

This text has white color on #3C5682 background.


Related colors

Complementary color

Complementary color for #hex is #C3A97D.


I love getcolorcode.com

Triadic colors

1 #823C56 and #56823C with #3C5682 are triadic colors.

2 #82563C and #563C82 with #3C5682 are triadic colors.