COLOR #3E52D8

HEX: #3E52D8
RGB: (62,82,216)

Color info

#3E52D8 contains mainly blue color. Web safe color of #3E52D8 is #3366CC (or #36C).

RGB color model

#3E52D8 color RGB value is (62,82,216).

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

RGB channels and saturation

R 62 of 255 = 24%
G 82 of 255 = 32%
B 216 of 255 = 85%

62
82
216

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

Portions of RGB colors in percentages

R + G + B =
62 + 82 + 216 = 360 (100%)
R 62 of 360 ~ 17.22%
G 82 of 360 ~ 22.78%
B 216 of 360 ~ 60%

%17.22
%22.78
%60

CMYK color model

#3E52D8 color CMYK value is (71,62,0,15).

  • cyan value is 71.30%
  • magenta value is 62.04%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(71,62,0,15)
C71M62Y0K15 
(71%,62%,0%,15%)
(0.71/0.62/0.00/0.15)	

CMYK percentages

%71.3
%62.04
%0
%15.29

Codes

Color #3E52D8 in popluar color models

3E52D8
RGB6282216
HSL232°66.38%54.51%
HSB/HSV232°71.30%84.71%
CMYK71.30%62.04%0.00%
15.29%

Color #3E52D8 in popluar number systems.

HEX3E52D8
Decimal6282216
Binary111110101001011011000
Octal76122330

Shades and tints

Shades of #3E52D8

#3E52D8
(62,82,216)
#394BC5
(57,75,197)
#3444B2
(52,68,178)
#2F3D9F
(47,61,159)
#2A368C
(42,54,140)
#252F79
(37,47,121)
#202866
(32,40,102)
#1B2153
(27,33,83)
#161A40
(22,26,64)
#11132D
(17,19,45)
#0C0C1A
(12,12,26)
#000000
(0,0,0)

Tints of #3E52D8

#3E52D8
(62,82,216)
#4F61DB
(79,97,219)
#6070DE
(96,112,222)
#717FE1
(113,127,225)
#828EE4
(130,142,228)
#939DE7
(147,157,231)
#A4ACEA
(164,172,234)
#B5BBED
(181,187,237)
#C6CAF0
(198,202,240)
#D7D9F3
(215,217,243)
#E8E8F6
(232,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E52D8; }

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

This text font color is #3E52D8.


Background Color

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

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

This div background color is #3E52D8.


Border color

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

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

This div border color is #3E52D8.


Opacity

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

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

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

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

This text has shadow with #3E52D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E52D8 on black background.


Color preview on white background

This text has color #3E52D8 on white background.



Black color preview on #3E52D8 background

This text has black color on #3E52D8 background.


White color preview on #3E52D8 background

This text has white color on #3E52D8 background.