COLOR #3E4B7D

HEX: #3E4B7D
RGB: (62,75,125)

Color info

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

RGB color model

#3E4B7D color RGB value is (62,75,125).

  • red value is 62;
  • green value is 75;
  • blue value is 125.
RGB:
(62,75,125)
(24%,29%,49%)

RGB channels and saturation

R 62 of 255 = 24%
G 75 of 255 = 29%
B 125 of 255 = 49%

62
75
125

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

Portions of RGB colors in percentages

R + G + B =
62 + 75 + 125 = 262 (100%)
R 62 of 262 ~ 23.66%
G 75 of 262 ~ 28.63%
B 125 of 262 ~ 47.71%

%23.66
%28.63
%47.71

CMYK color model

#3E4B7D color CMYK value is (50,40,0,51).

  • cyan value is 50.40%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(50,40,0,51)
C50M40Y0K51 
(50%,40%,0%,51%)
(0.50/0.40/0.00/0.51)	

CMYK percentages

%50.4
%40
%0
%50.98

Codes

Color #3E4B7D in popluar color models

3E4B7D
RGB6275125
HSL228°33.69%36.67%
HSB/HSV228°50.40%49.02%
CMYK50.40%40.00%0.00%
50.98%

Color #3E4B7D in popluar number systems.

HEX3E4B7D
Decimal6275125
Binary11111010010111111101
Octal76113175

Shades and tints

Shades of #3E4B7D

#3E4B7D
(62,75,125)
#394572
(57,69,114)
#343F67
(52,63,103)
#2F395C
(47,57,92)
#2A3351
(42,51,81)
#252D46
(37,45,70)
#20273B
(32,39,59)
#1B2130
(27,33,48)
#161B25
(22,27,37)
#11151A
(17,21,26)
#0C0F0F
(12,15,15)
#000000
(0,0,0)

Tints of #3E4B7D

#3E4B7D
(62,75,125)
#4F5B88
(79,91,136)
#606B93
(96,107,147)
#717B9E
(113,123,158)
#828BA9
(130,139,169)
#939BB4
(147,155,180)
#A4ABBF
(164,171,191)
#B5BBCA
(181,187,202)
#C6CBD5
(198,203,213)
#D7DBE0
(215,219,224)
#E8EBEB
(232,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E4B7D color. Also use rgb(62,75,125) instead hex code.

Text Font Color

.myTextColor { color: #3E4B7D; }

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

This text font color is #3E4B7D.


Background Color

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

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

This div background color is #3E4B7D.


Border color

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

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

This div border color is #3E4B7D.


Opacity

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

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

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

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

This text has shadow with #3E4B7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E4B7D on black background.


Color preview on white background

This text has color #3E4B7D on white background.



Black color preview on #3E4B7D background

This text has black color on #3E4B7D background.


White color preview on #3E4B7D background

This text has white color on #3E4B7D background.