COLOR #3E427B

HEX: #3E427B RGB: (62,66,123)

Color info

#3E427B contains mainly green and blue colors. Web safe color of #3E427B is #333366 (or #336).

RGB color model

#3E427B color RGB value is (62,66,123).

RGB: (62,66,123) (24%, 26%, 48%)

RGB channels and saturation

R 62 of 255 = 24%
G 66 of 255 = 26%
B 123 of 255 = 48%

62
66
123

R + G + B ~ 33%. #3E427B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 66 + 123 = 251 (100%)
R 62 of 251 ~ 24.7%
G 66 of 251 ~ 26.29%
B 123 of 251 ~ 49'%

%24.7
%26.29
%49

CMYK color model

#3E427B color CMYK value is (50,46,0,52).

  • cyan value is 49.59%
  • magenta value is 46.34%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK: (50,46,0,52) C50M46Y0K52 (50%,46%,0%,52%) (0.50/0.46/0.00/0.52) 

CMYK percentages

%49.59
%46.34
%0
%51.76

Codes

Color #3E427B in popluar color models

3E 42 7B
RGB 62 66 123
HSL 236° 32.97% 36.27%
HSB/HSV 236° 49.59% 48.24%
CMYK 49.59% 46.34% 0.00%
51.76%

Color #3E427B in popluar number systems.

HEX 3E 42 7B
Decimal 62 66 123
Binary 111110 1000010 1111011
Octal 76 102 173

Shades and tints

Shades of #3E427B

#3E427B
(62,66,123)
#393C70
(57,60,112)
#343665
(52,54,101)
#2F305A
(47,48,90)
#2A2A4F
(42,42,79)
#252444
(37,36,68)
#201E39
(32,30,57)
#1B182E
(27,24,46)
#161223
(22,18,35)
#110C18
(17,12,24)
#0C060D
(12,6,13)
#000000
(0,0,0)

Tints of #3E427B

#3E427B
(62,66,123)
#4F5387
(79,83,135)
#606493
(96,100,147)
#71759F
(113,117,159)
#8286AB
(130,134,171)
#9397B7
(147,151,183)
#A4A8C3
(164,168,195)
#B5B9CF
(181,185,207)
#C6CADB
(198,202,219)
#D7DBE7
(215,219,231)
#E8ECF3
(232,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E427B color. Also use rgb(62,66,123) instead hex code.

Text Font Color

.myTextColor { color: #3E427B; }

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

This text font color is #3E427B.

Background Color

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

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

This div background color is #3E427B.

Border color

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

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

This div border color is #3E427B.

Opacity

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

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

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

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

This text has shadow with #3E427B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E427B.

Preview

Color preview on black background

This text has color #3E427B on black background.


Color preview on white background

This text has color #3E427B on white background.


Black color preview on #3E427B background

This text has black color on #3E427B background.


White color preview on #3E427B background

This text has white color on #3E427B background.


Related colors

Complementary color

Complementary color for #hex is #C1BD84.


I love getcolorcode.com

Triadic colors

1 #7B3E42 and #427B3E with #3E427B are triadic colors.

2 #7B423E and #423E7B with #3E427B are triadic colors.