COLOR #3E529D

HEX: #3E529D
RGB: (62,82,157)

Color info

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

RGB color model

#3E529D color RGB value is (62,82,157).

  • red value is 62;
  • green value is 82;
  • blue value is 157.
RGB:
(62,82,157)
(24%,32%,62%)

RGB channels and saturation

R 62 of 255 = 24%
G 82 of 255 = 32%
B 157 of 255 = 62%

62
82
157

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

Portions of RGB colors in percentages

R + G + B =
62 + 82 + 157 = 301 (100%)
R 62 of 301 ~ 20.6%
G 82 of 301 ~ 27.24%
B 157 of 301 ~ 52.16%

%20.6
%27.24
%52.16

CMYK color model

#3E529D color CMYK value is (61,48,0,38).

  • cyan value is 60.51%
  • magenta value is 47.77%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(61,48,0,38)
C61M48Y0K38 
(61%,48%,0%,38%)
(0.61/0.48/0.00/0.38)	

CMYK percentages

%60.51
%47.77
%0
%38.43

Codes

Color #3E529D in popluar color models

3E529D
RGB6282157
HSL227°43.38%42.94%
HSB/HSV227°60.51%61.57%
CMYK60.51%47.77%0.00%
38.43%

Color #3E529D in popluar number systems.

HEX3E529D
Decimal6282157
Binary111110101001010011101
Octal76122235

Shades and tints

Shades of #3E529D

#3E529D
(62,82,157)
#394B8F
(57,75,143)
#344481
(52,68,129)
#2F3D73
(47,61,115)
#2A3665
(42,54,101)
#252F57
(37,47,87)
#202849
(32,40,73)
#1B213B
(27,33,59)
#161A2D
(22,26,45)
#11131F
(17,19,31)
#0C0C11
(12,12,17)
#000000
(0,0,0)

Tints of #3E529D

#3E529D
(62,82,157)
#4F61A5
(79,97,165)
#6070AD
(96,112,173)
#717FB5
(113,127,181)
#828EBD
(130,142,189)
#939DC5
(147,157,197)
#A4ACCD
(164,172,205)
#B5BBD5
(181,187,213)
#C6CADD
(198,202,221)
#D7D9E5
(215,217,229)
#E8E8ED
(232,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E529D color. Also use rgb(62,82,157) instead hex code.

Text Font Color

.myTextColor { color: #3E529D; }

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

This text font color is #3E529D.


Background Color

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

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

This div background color is #3E529D.


Border color

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

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

This div border color is #3E529D.


Opacity

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

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

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

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

This text has shadow with #3E529D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E529D on black background.


Color preview on white background

This text has color #3E529D on white background.



Black color preview on #3E529D background

This text has black color on #3E529D background.


White color preview on #3E529D background

This text has white color on #3E529D background.