COLOR #3E5F94

HEX: #3E5F94
RGB: (62,95,148)

Color info

#3E5F94 contains mainly green and blue colors. Web safe color of #3E5F94 is #336699 (or #369).

RGB color model

#3E5F94 color RGB value is (62,95,148).

  • red value is 62;
  • green value is 95;
  • blue value is 148.
RGB:
(62,95,148)
(24%,37%,58%)

RGB channels and saturation

R 62 of 255 = 24%
G 95 of 255 = 37%
B 148 of 255 = 58%

62
95
148

R + G + B ~ 40%. #3E5F94 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
62 + 95 + 148 = 305 (100%)
R 62 of 305 ~ 20.33%
G 95 of 305 ~ 31.15%
B 148 of 305 ~ 48.52%

%20.33
%31.15
%48.52

CMYK color model

#3E5F94 color CMYK value is (58,36,0,42).

  • cyan value is 58.11%
  • magenta value is 35.81%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(58,36,0,42)
C58M36Y0K42 
(58%,36%,0%,42%)
(0.58/0.36/0.00/0.42)	

CMYK percentages

%58.11
%35.81
%0
%41.96

Codes

Color #3E5F94 in popluar color models

3E5F94
RGB6295148
HSL217°40.95%41.18%
HSB/HSV217°58.11%58.04%
CMYK58.11%35.81%0.00%
41.96%

Color #3E5F94 in popluar number systems.

HEX3E5F94
Decimal6295148
Binary111110101111110010100
Octal76137224

Shades and tints

Shades of #3E5F94

#3E5F94
(62,95,148)
#395787
(57,87,135)
#344F7A
(52,79,122)
#2F476D
(47,71,109)
#2A3F60
(42,63,96)
#253753
(37,55,83)
#202F46
(32,47,70)
#1B2739
(27,39,57)
#161F2C
(22,31,44)
#11171F
(17,23,31)
#0C0F12
(12,15,18)
#000000
(0,0,0)

Tints of #3E5F94

#3E5F94
(62,95,148)
#4F6D9D
(79,109,157)
#607BA6
(96,123,166)
#7189AF
(113,137,175)
#8297B8
(130,151,184)
#93A5C1
(147,165,193)
#A4B3CA
(164,179,202)
#B5C1D3
(181,193,211)
#C6CFDC
(198,207,220)
#D7DDE5
(215,221,229)
#E8EBEE
(232,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E5F94 color. Also use rgb(62,95,148) instead hex code.

Text Font Color

.myTextColor { color: #3E5F94; }

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

This text font color is #3E5F94.


Background Color

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

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

This div background color is #3E5F94.


Border color

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

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

This div border color is #3E5F94.


Opacity

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

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

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

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

This text has shadow with #3E5F94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E5F94 on black background.


Color preview on white background

This text has color #3E5F94 on white background.



Black color preview on #3E5F94 background

This text has black color on #3E5F94 background.


White color preview on #3E5F94 background

This text has white color on #3E5F94 background.