COLOR #3E4786

HEX: #3E4786 RGB: (62,71,134)

Color info

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

RGB color model

#3E4786 color RGB value is (62,71,134).

RGB: (62,71,134) (24%, 28%, 53%)

RGB channels and saturation

R 62 of 255 = 24%
G 71 of 255 = 28%
B 134 of 255 = 53%

62
71
134

R + G + B ~ 35%. #3E4786 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 71 + 134 = 267 (100%)
R 62 of 267 ~ 23.22%
G 71 of 267 ~ 26.59%
B 134 of 267 ~ 50.19'%

%23.22
%26.59
%50.19

CMYK color model

#3E4786 color CMYK value is (54,47,0,47).

  • cyan value is 53.73%
  • magenta value is 47.01%
  • yellow value is 0.00%
  • key color value is 47.45%

CMYK: (54,47,0,47)
C54M47Y0K47 (54%, 47%, 0%, 47%)
(0.54 / 0.47 / 0.00 / 0.47)

CMYK percentages

%53.73
%47.01
%0
%47.45

Codes

Color #3E4786 in popluar color models

3E 47 86
RGB 62 71 134
HSL 233° 36.73% 38.43%
HSB/HSV 233° 53.73% 52.55%
CMYK 53.73% 47.01% 0.00%
47.45%

Color #3E4786 in popluar number systems.

HEX 3E 47 86
Decimal 62 71 134
Binary 111110 1000111 10000110
Octal 76 107 206

Shades and tints

Shades of #3E4786

#3E4786
(62,71,134)
#39417A
(57,65,122)
#343B6E
(52,59,110)
#2F3562
(47,53,98)
#2A2F56
(42,47,86)
#25294A
(37,41,74)
#20233E
(32,35,62)
#1B1D32
(27,29,50)
#161726
(22,23,38)
#11111A
(17,17,26)
#0C0B0E
(12,11,14)
#000000
(0,0,0)

Tints of #3E4786

#3E4786
(62,71,134)
#4F5791
(79,87,145)
#60679C
(96,103,156)
#7177A7
(113,119,167)
#8287B2
(130,135,178)
#9397BD
(147,151,189)
#A4A7C8
(164,167,200)
#B5B7D3
(181,183,211)
#C6C7DE
(198,199,222)
#D7D7E9
(215,215,233)
#E8E7F4
(232,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E4786 color. Also use rgb(62,71,134) instead hex code.

Text Font Color

.myTextColor { color: #3E4786; }

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

This text font color is #3E4786.

Background Color

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

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

This div background color is #3E4786.

Border color

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

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

This div border color is #3E4786.

Opacity

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

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

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

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

This text has shadow with #3E4786 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E4786.

Preview

Color preview on black background

This text has color #3E4786 on black background.


Color preview on white background

This text has color #3E4786 on white background.


Black color preview on #3E4786 background

This text has black color on #3E4786 background.


White color preview on #3E4786 background

This text has white color on #3E4786 background.


Related colors

Complementary color

Complementary color for #hex is #C1B879.


I love getcolorcode.com

Triadic colors

1 #863E47 and #47863E with #3E4786 are triadic colors.

2 #86473E and #473E86 with #3E4786 are triadic colors.