COLOR #3E4681

HEX: #3E4681
RGB: (62,70,129)

Color info

#3E4681 contains mainly green and blue colors. Web safe color of #3E4681 is #333399 (or #339).

RGB color model

#3E4681 color RGB value is (62,70,129).

  • red value is 62;
  • green value is 70;
  • blue value is 129.
RGB:
(62,70,129)
(24%,27%,51%)

RGB channels and saturation

R 62 of 255 = 24%
G 70 of 255 = 27%
B 129 of 255 = 51%

62
70
129

R + G + B ~ 34%. #3E4681 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 70 + 129 = 261 (100%)
R 62 of 261 ~ 23.75%
G 70 of 261 ~ 26.82%
B 129 of 261 ~ 49.43%

%23.75
%26.82
%49.43

CMYK color model

#3E4681 color CMYK value is (52,46,0,49).

  • cyan value is 51.94%
  • magenta value is 45.74%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(52,46,0,49)
C52M46Y0K49 
(52%,46%,0%,49%)
(0.52/0.46/0.00/0.49)	

CMYK percentages

%51.94
%45.74
%0
%49.41

Codes

Color #3E4681 in popluar color models

3E4681
RGB6270129
HSL233°35.08%37.45%
HSB/HSV233°51.94%50.59%
CMYK51.94%45.74%0.00%
49.41%

Color #3E4681 in popluar number systems.

HEX3E4681
Decimal6270129
Binary111110100011010000001
Octal76106201

Shades and tints

Shades of #3E4681

#3E4681
(62,70,129)
#394076
(57,64,118)
#343A6B
(52,58,107)
#2F3460
(47,52,96)
#2A2E55
(42,46,85)
#25284A
(37,40,74)
#20223F
(32,34,63)
#1B1C34
(27,28,52)
#161629
(22,22,41)
#11101E
(17,16,30)
#0C0A13
(12,10,19)
#000000
(0,0,0)

Tints of #3E4681

#3E4681
(62,70,129)
#4F568C
(79,86,140)
#606697
(96,102,151)
#7176A2
(113,118,162)
#8286AD
(130,134,173)
#9396B8
(147,150,184)
#A4A6C3
(164,166,195)
#B5B6CE
(181,182,206)
#C6C6D9
(198,198,217)
#D7D6E4
(215,214,228)
#E8E6EF
(232,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E4681 color. Also use rgb(62,70,129) instead hex code.

Text Font Color

.myTextColor { color: #3E4681; }

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

This text font color is #3E4681.


Background Color

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

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

This div background color is #3E4681.


Border color

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

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

This div border color is #3E4681.


Opacity

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

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

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

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

This text has shadow with #3E4681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E4681 on black background.


Color preview on white background

This text has color #3E4681 on white background.



Black color preview on #3E4681 background

This text has black color on #3E4681 background.


White color preview on #3E4681 background

This text has white color on #3E4681 background.