COLOR #3C5E8E

HEX: #3C5E8E RGB: (60,94,142)

Color info

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

RGB color model

#3C5E8E color RGB value is (60,94,142).

RGB: (60,94,142) (24%, 37%, 56%)

RGB channels and saturation

R 60 of 255 = 24%
G 94 of 255 = 37%
B 142 of 255 = 56%

60
94
142

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

Portions of RGB colors in percentages

R + G + B = 60 + 94 + 142 = 296 (100%)
R 60 of 296 ~ 20.27%
G 94 of 296 ~ 31.76%
B 142 of 296 ~ 47.97'%

%20.27
%31.76
%47.97

CMYK color model

#3C5E8E color CMYK value is (58,34,0,44).

  • cyan value is 57.75%
  • magenta value is 33.80%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (58,34,0,44)
C58M34Y0K44 (58%, 34%, 0%, 44%)
(0.58 / 0.34 / 0.00 / 0.44)

CMYK percentages

%57.75
%33.8
%0
%44.31

Codes

Color #3C5E8E in popluar color models

3C 5E 8E
RGB 60 94 142
HSL 215° 40.59% 39.61%
HSB/HSV 215° 57.75% 55.69%
CMYK 57.75% 33.80% 0.00%
44.31%

Color #3C5E8E in popluar number systems.

HEX 3C 5E 8E
Decimal 60 94 142
Binary 111100 1011110 10001110
Octal 74 136 216

Shades and tints

Shades of #3C5E8E

#3C5E8E
(60,94,142)
#375682
(55,86,130)
#324E76
(50,78,118)
#2D466A
(45,70,106)
#283E5E
(40,62,94)
#233652
(35,54,82)
#1E2E46
(30,46,70)
#19263A
(25,38,58)
#141E2E
(20,30,46)
#0F1622
(15,22,34)
#0A0E16
(10,14,22)
#000000
(0,0,0)

Tints of #3C5E8E

#3C5E8E
(60,94,142)
#4D6C98
(77,108,152)
#5E7AA2
(94,122,162)
#6F88AC
(111,136,172)
#8096B6
(128,150,182)
#91A4C0
(145,164,192)
#A2B2CA
(162,178,202)
#B3C0D4
(179,192,212)
#C4CEDE
(196,206,222)
#D5DCE8
(213,220,232)
#E6EAF2
(230,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C5E8E color. Also use rgb(60,94,142) instead hex code.

Text Font Color

.myTextColor { color: #3C5E8E; }

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

This text font color is #3C5E8E.

Background Color

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

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

This div background color is #3C5E8E.

Border color

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

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

This div border color is #3C5E8E.

Opacity

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

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

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

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

This text has shadow with #3C5E8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C5E8E.

Preview

Color preview on black background

This text has color #3C5E8E on black background.


Color preview on white background

This text has color #3C5E8E on white background.


Black color preview on #3C5E8E background

This text has black color on #3C5E8E background.


White color preview on #3C5E8E background

This text has white color on #3C5E8E background.


Related colors

Complementary color

Complementary color for #hex is #C3A171.


I love getcolorcode.com

Triadic colors

1 #8E3C5E and #5E8E3C with #3C5E8E are triadic colors.

2 #8E5E3C and #5E3C8E with #3C5E8E are triadic colors.