COLOR #3E4581

HEX: #3E4581
RGB: (62,69,129)

Color info

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

RGB color model

#3E4581 color RGB value is (62,69,129).

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

RGB channels and saturation

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

62
69
129

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

Portions of RGB colors in percentages

R + G + B =
62 + 69 + 129 = 260 (100%)
R 62 of 260 ~ 23.85%
G 69 of 260 ~ 26.54%
B 129 of 260 ~ 49.62%

%23.85
%26.54
%49.62

CMYK color model

#3E4581 color CMYK value is (52,47,0,49).

  • cyan value is 51.94%
  • magenta value is 46.51%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(52,47,0,49)
C52M47Y0K49 
(52%,47%,0%,49%)
(0.52/0.47/0.00/0.49)	

CMYK percentages

%51.94
%46.51
%0
%49.41

Codes

Color #3E4581 in popluar color models

3E4581
RGB6269129
HSL234°35.08%37.45%
HSB/HSV234°51.94%50.59%
CMYK51.94%46.51%0.00%
49.41%

Color #3E4581 in popluar number systems.

HEX3E4581
Decimal6269129
Binary111110100010110000001
Octal76105201

Shades and tints

Shades of #3E4581

#3E4581
(62,69,129)
#393F76
(57,63,118)
#34396B
(52,57,107)
#2F3360
(47,51,96)
#2A2D55
(42,45,85)
#25274A
(37,39,74)
#20213F
(32,33,63)
#1B1B34
(27,27,52)
#161529
(22,21,41)
#110F1E
(17,15,30)
#0C0913
(12,9,19)
#000000
(0,0,0)

Tints of #3E4581

#3E4581
(62,69,129)
#4F558C
(79,85,140)
#606597
(96,101,151)
#7175A2
(113,117,162)
#8285AD
(130,133,173)
#9395B8
(147,149,184)
#A4A5C3
(164,165,195)
#B5B5CE
(181,181,206)
#C6C5D9
(198,197,217)
#D7D5E4
(215,213,228)
#E8E5EF
(232,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E4581; }

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

This text font color is #3E4581.


Background Color

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

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

This div background color is #3E4581.


Border color

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

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

This div border color is #3E4581.


Opacity

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

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

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

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

This text has shadow with #3E4581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E4581 on black background.


Color preview on white background

This text has color #3E4581 on white background.



Black color preview on #3E4581 background

This text has black color on #3E4581 background.


White color preview on #3E4581 background

This text has white color on #3E4581 background.