COLOR #3E5796

HEX: #3E5796
RGB: (62,87,150)

Color info

#3E5796 contains mainly blue color. Web safe color of #3E5796 is #336699 (or #369).

RGB color model

#3E5796 color RGB value is (62,87,150).

  • red value is 62;
  • green value is 87;
  • blue value is 150.
RGB:
(62,87,150)
(24%,34%,59%)

RGB channels and saturation

R 62 of 255 = 24%
G 87 of 255 = 34%
B 150 of 255 = 59%

62
87
150

R + G + B ~ 39%. #3E5796 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 87 + 150 = 299 (100%)
R 62 of 299 ~ 20.74%
G 87 of 299 ~ 29.1%
B 150 of 299 ~ 50.17%

%20.74
%29.1
%50.17

CMYK color model

#3E5796 color CMYK value is (59,42,0,41).

  • cyan value is 58.67%
  • magenta value is 42.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(59,42,0,41)
C59M42Y0K41 
(59%,42%,0%,41%)
(0.59/0.42/0.00/0.41)	

CMYK percentages

%58.67
%42
%0
%41.18

Codes

Color #3E5796 in popluar color models

3E5796
RGB6287150
HSL223°41.51%41.57%
HSB/HSV223°58.67%58.82%
CMYK58.67%42.00%0.00%
41.18%

Color #3E5796 in popluar number systems.

HEX3E5796
Decimal6287150
Binary111110101011110010110
Octal76127226

Shades and tints

Shades of #3E5796

#3E5796
(62,87,150)
#395089
(57,80,137)
#34497C
(52,73,124)
#2F426F
(47,66,111)
#2A3B62
(42,59,98)
#253455
(37,52,85)
#202D48
(32,45,72)
#1B263B
(27,38,59)
#161F2E
(22,31,46)
#111821
(17,24,33)
#0C1114
(12,17,20)
#000000
(0,0,0)

Tints of #3E5796

#3E5796
(62,87,150)
#4F669F
(79,102,159)
#6075A8
(96,117,168)
#7184B1
(113,132,177)
#8293BA
(130,147,186)
#93A2C3
(147,162,195)
#A4B1CC
(164,177,204)
#B5C0D5
(181,192,213)
#C6CFDE
(198,207,222)
#D7DEE7
(215,222,231)
#E8EDF0
(232,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E5796 color. Also use rgb(62,87,150) instead hex code.

Text Font Color

.myTextColor { color: #3E5796; }

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

This text font color is #3E5796.


Background Color

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

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

This div background color is #3E5796.


Border color

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

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

This div border color is #3E5796.


Opacity

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

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

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

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

This text has shadow with #3E5796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E5796 on black background.


Color preview on white background

This text has color #3E5796 on white background.



Black color preview on #3E5796 background

This text has black color on #3E5796 background.


White color preview on #3E5796 background

This text has white color on #3E5796 background.