COLOR #3E4A6E

HEX: #3E4A6E RGB: (62,74,110)

Color info

#3E4A6E contains red, green and blue colors in about the same proportion. Web safe color of #3E4A6E is #333366 (or #336).

RGB color model

#3E4A6E color RGB value is (62,74,110).

RGB: (62,74,110) (24%, 29%, 43%)

RGB channels and saturation

R 62 of 255 = 24%
G 74 of 255 = 29%
B 110 of 255 = 43%

62
74
110

R + G + B ~ 32%. #3E4A6E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 74 + 110 = 246 (100%)
R 62 of 246 ~ 25.2%
G 74 of 246 ~ 30.08%
B 110 of 246 ~ 44.72'%

%25.2
%30.08
%44.72

CMYK color model

#3E4A6E color CMYK value is (44,33,0,57).

  • cyan value is 43.64%
  • magenta value is 32.73%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (44,33,0,57)
C44M33Y0K57 (44%, 33%, 0%, 57%)
(0.44 / 0.33 / 0.00 / 0.57)

CMYK percentages

%43.64
%32.73
%0
%56.86

Codes

Color #3E4A6E in popluar color models

3E 4A 6E
RGB 62 74 110
HSL 225° 27.91% 33.73%
HSB/HSV 225° 43.64% 43.14%
CMYK 43.64% 32.73% 0.00%
56.86%

Color #3E4A6E in popluar number systems.

HEX 3E 4A 6E
Decimal 62 74 110
Binary 111110 1001010 1101110
Octal 76 112 156

Shades and tints

Shades of #3E4A6E

#3E4A6E
(62,74,110)
#394464
(57,68,100)
#343E5A
(52,62,90)
#2F3850
(47,56,80)
#2A3246
(42,50,70)
#252C3C
(37,44,60)
#202632
(32,38,50)
#1B2028
(27,32,40)
#161A1E
(22,26,30)
#111414
(17,20,20)
#0C0E0A
(12,14,10)
#000000
(0,0,0)

Tints of #3E4A6E

#3E4A6E
(62,74,110)
#4F5A7B
(79,90,123)
#606A88
(96,106,136)
#717A95
(113,122,149)
#828AA2
(130,138,162)
#939AAF
(147,154,175)
#A4AABC
(164,170,188)
#B5BAC9
(181,186,201)
#C6CAD6
(198,202,214)
#D7DAE3
(215,218,227)
#E8EAF0
(232,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E4A6E color. Also use rgb(62,74,110) instead hex code.

Text Font Color

.myTextColor { color: #3E4A6E; }

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

This text font color is #3E4A6E.

Background Color

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

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

This div background color is #3E4A6E.

Border color

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

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

This div border color is #3E4A6E.

Opacity

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

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

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

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

This text has shadow with #3E4A6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E4A6E.

Preview

Color preview on black background

This text has color #3E4A6E on black background.


Color preview on white background

This text has color #3E4A6E on white background.


Black color preview on #3E4A6E background

This text has black color on #3E4A6E background.


White color preview on #3E4A6E background

This text has white color on #3E4A6E background.


Related colors

Complementary color

Complementary color for #hex is #C1B591.


I love getcolorcode.com

Triadic colors

1 #6E3E4A and #4A6E3E with #3E4A6E are triadic colors.

2 #6E4A3E and #4A3E6E with #3E4A6E are triadic colors.