COLOR #3E57D2

HEX: #3E57D2
RGB: (62,87,210)

Color info

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

RGB color model

#3E57D2 color RGB value is (62,87,210).

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

RGB channels and saturation

R 62 of 255 = 24%
G 87 of 255 = 34%
B 210 of 255 = 82%

62
87
210

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

Portions of RGB colors in percentages

R + G + B =
62 + 87 + 210 = 359 (100%)
R 62 of 359 ~ 17.27%
G 87 of 359 ~ 24.23%
B 210 of 359 ~ 58.5%

%17.27
%24.23
%58.5

CMYK color model

#3E57D2 color CMYK value is (70,59,0,18).

  • cyan value is 70.48%
  • magenta value is 58.57%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(70,59,0,18)
C70M59Y0K18 
(70%,59%,0%,18%)
(0.70/0.59/0.00/0.18)	

CMYK percentages

%70.48
%58.57
%0
%17.65

Codes

Color #3E57D2 in popluar color models

3E57D2
RGB6287210
HSL230°62.18%53.33%
HSB/HSV230°70.48%82.35%
CMYK70.48%58.57%0.00%
17.65%

Color #3E57D2 in popluar number systems.

HEX3E57D2
Decimal6287210
Binary111110101011111010010
Octal76127322

Shades and tints

Shades of #3E57D2

#3E57D2
(62,87,210)
#3950BF
(57,80,191)
#3449AC
(52,73,172)
#2F4299
(47,66,153)
#2A3B86
(42,59,134)
#253473
(37,52,115)
#202D60
(32,45,96)
#1B264D
(27,38,77)
#161F3A
(22,31,58)
#111827
(17,24,39)
#0C1114
(12,17,20)
#000000
(0,0,0)

Tints of #3E57D2

#3E57D2
(62,87,210)
#4F66D6
(79,102,214)
#6075DA
(96,117,218)
#7184DE
(113,132,222)
#8293E2
(130,147,226)
#93A2E6
(147,162,230)
#A4B1EA
(164,177,234)
#B5C0EE
(181,192,238)
#C6CFF2
(198,207,242)
#D7DEF6
(215,222,246)
#E8EDFA
(232,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E57D2; }

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

This text font color is #3E57D2.


Background Color

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

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

This div background color is #3E57D2.


Border color

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

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

This div border color is #3E57D2.


Opacity

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

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

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

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

This text has shadow with #3E57D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E57D2 on black background.


Color preview on white background

This text has color #3E57D2 on white background.



Black color preview on #3E57D2 background

This text has black color on #3E57D2 background.


White color preview on #3E57D2 background

This text has white color on #3E57D2 background.