COLOR #3E4682

HEX: #3E4682
RGB: (62,70,130)

Color info

#3E4682 contains mainly blue color. Web safe color of #3E4682 is #333399 (or #339).

RGB color model

#3E4682 color RGB value is (62,70,130).

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

RGB channels and saturation

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

62
70
130

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

Portions of RGB colors in percentages

R + G + B =
62 + 70 + 130 = 262 (100%)
R 62 of 262 ~ 23.66%
G 70 of 262 ~ 26.72%
B 130 of 262 ~ 49.62%

%23.66
%26.72
%49.62

CMYK color model

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

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

CMYK percentages

%52.31
%46.15
%0
%49.02

Codes

Color #3E4682 in popluar color models

3E4682
RGB6270130
HSL233°35.42%37.65%
HSB/HSV233°52.31%50.98%
CMYK52.31%46.15%0.00%
49.02%

Color #3E4682 in popluar number systems.

HEX3E4682
Decimal6270130
Binary111110100011010000010
Octal76106202

Shades and tints

Shades of #3E4682

#3E4682
(62,70,130)
#394077
(57,64,119)
#343A6C
(52,58,108)
#2F3461
(47,52,97)
#2A2E56
(42,46,86)
#25284B
(37,40,75)
#202240
(32,34,64)
#1B1C35
(27,28,53)
#16162A
(22,22,42)
#11101F
(17,16,31)
#0C0A14
(12,10,20)
#000000
(0,0,0)

Tints of #3E4682

#3E4682
(62,70,130)
#4F568D
(79,86,141)
#606698
(96,102,152)
#7176A3
(113,118,163)
#8286AE
(130,134,174)
#9396B9
(147,150,185)
#A4A6C4
(164,166,196)
#B5B6CF
(181,182,207)
#C6C6DA
(198,198,218)
#D7D6E5
(215,214,229)
#E8E6F0
(232,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E4682; }

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

This text font color is #3E4682.


Background Color

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

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

This div background color is #3E4682.


Border color

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

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

This div border color is #3E4682.


Opacity

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

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

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

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

This text has shadow with #3E4682 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E4682 on black background.


Color preview on white background

This text has color #3E4682 on white background.



Black color preview on #3E4682 background

This text has black color on #3E4682 background.


White color preview on #3E4682 background

This text has white color on #3E4682 background.