COLOR #3E5A8E

HEX: #3E5A8E RGB: (62,90,142)

Color info

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

RGB color model

#3E5A8E color RGB value is (62,90,142).

RGB: (62,90,142) (24%, 35%, 56%)

RGB channels and saturation

R 62 of 255 = 24%
G 90 of 255 = 35%
B 142 of 255 = 56%

62
90
142

R + G + B ~ 38%. #3E5A8E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 90 + 142 = 294 (100%)
R 62 of 294 ~ 21.09%
G 90 of 294 ~ 30.61%
B 142 of 294 ~ 48.3'%

%21.09
%30.61
%48.3

CMYK color model

#3E5A8E color CMYK value is (56,37,0,44).

  • cyan value is 56.34%
  • magenta value is 36.62%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK: (56,37,0,44) C56M37Y0K44 (56%,37%,0%,44%) (0.56/0.37/0.00/0.44) 

CMYK percentages

%56.34
%36.62
%0
%44.31

Codes

Color #3E5A8E in popluar color models

3E 5A 8E
RGB 62 90 142
HSL 219° 39.22% 40.00%
HSB/HSV 219° 56.34% 55.69%
CMYK 56.34% 36.62% 0.00%
44.31%

Color #3E5A8E in popluar number systems.

HEX 3E 5A 8E
Decimal 62 90 142
Binary 111110 1011010 10001110
Octal 76 132 216

Shades and tints

Shades of #3E5A8E

#3E5A8E
(62,90,142)
#395282
(57,82,130)
#344A76
(52,74,118)
#2F426A
(47,66,106)
#2A3A5E
(42,58,94)
#253252
(37,50,82)
#202A46
(32,42,70)
#1B223A
(27,34,58)
#161A2E
(22,26,46)
#111222
(17,18,34)
#0C0A16
(12,10,22)
#000000
(0,0,0)

Tints of #3E5A8E

#3E5A8E
(62,90,142)
#4F6998
(79,105,152)
#6078A2
(96,120,162)
#7187AC
(113,135,172)
#8296B6
(130,150,182)
#93A5C0
(147,165,192)
#A4B4CA
(164,180,202)
#B5C3D4
(181,195,212)
#C6D2DE
(198,210,222)
#D7E1E8
(215,225,232)
#E8F0F2
(232,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E5A8E color. Also use rgb(62,90,142) instead hex code.

Text Font Color

.myTextColor { color: #3E5A8E; }

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

This text font color is #3E5A8E.

Background Color

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

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

This div background color is #3E5A8E.

Border color

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

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

This div border color is #3E5A8E.

Opacity

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

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

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

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

This text has shadow with #3E5A8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E5A8E.

Preview

Color preview on black background

This text has color #3E5A8E on black background.


Color preview on white background

This text has color #3E5A8E on white background.


Black color preview on #3E5A8E background

This text has black color on #3E5A8E background.


White color preview on #3E5A8E background

This text has white color on #3E5A8E background.


Related colors

Complementary color

Complementary color for #hex is #C1A571.


I love getcolorcode.com

Triadic colors

1 #8E3E5A and #5A8E3E with #3E5A8E are triadic colors.

2 #8E5A3E and #5A3E8E with #3E5A8E are triadic colors.