COLOR #2E57D4

HEX: #2E57D4
RGB: (46,87,212)

Color info

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

RGB color model

#2E57D4 color RGB value is (46,87,212).

  • red value is 46;
  • green value is 87;
  • blue value is 212.
RGB:
(46,87,212)
(18%,34%,83%)

RGB channels and saturation

R 46 of 255 = 18%
G 87 of 255 = 34%
B 212 of 255 = 83%

46
87
212

R + G + B ~ 45%. #2E57D4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
46 + 87 + 212 = 345 (100%)
R 46 of 345 ~ 13.33%
G 87 of 345 ~ 25.22%
B 212 of 345 ~ 61.45%

%13.33
%25.22
%61.45

CMYK color model

#2E57D4 color CMYK value is (78,59,0,17).

  • cyan value is 78.30%
  • magenta value is 58.96%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(78,59,0,17)
C78M59Y0K17 
(78%,59%,0%,17%)
(0.78/0.59/0.00/0.17)	

CMYK percentages

%78.3
%58.96
%0
%16.86

Codes

Color #2E57D4 in popluar color models

2E57D4
RGB4687212
HSL225°65.87%50.59%
HSB/HSV225°78.30%83.14%
CMYK78.30%58.96%0.00%
16.86%

Color #2E57D4 in popluar number systems.

HEX2E57D4
Decimal4687212
Binary101110101011111010100
Octal56127324

Shades and tints

Shades of #2E57D4

#2E57D4
(46,87,212)
#2A50C1
(42,80,193)
#2649AE
(38,73,174)
#22429B
(34,66,155)
#1E3B88
(30,59,136)
#1A3475
(26,52,117)
#162D62
(22,45,98)
#12264F
(18,38,79)
#0E1F3C
(14,31,60)
#0A1829
(10,24,41)
#061116
(6,17,22)
#000000
(0,0,0)

Tints of #2E57D4

#2E57D4
(46,87,212)
#4166D7
(65,102,215)
#5475DA
(84,117,218)
#6784DD
(103,132,221)
#7A93E0
(122,147,224)
#8DA2E3
(141,162,227)
#A0B1E6
(160,177,230)
#B3C0E9
(179,192,233)
#C6CFEC
(198,207,236)
#D9DEEF
(217,222,239)
#ECEDF2
(236,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E57D4 color. Also use rgb(46,87,212) instead hex code.

Text Font Color

.myTextColor { color: #2E57D4; }

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

This text font color is #2E57D4.


Background Color

.myBgColor { background-color: #2E57D4; }

<div style="background-color:#2E57D4">Inner text</div>

This div background color is #2E57D4.


Border color

.myBorderColor { border: 1px solid #2E57D4; }

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

This div border color is #2E57D4.


Opacity

.myOpacity80 { color: #2E57D4; opacity: 0.8; }

<p style="color:#2E57D4;opacity:0.8;">80%</p>

Text with #2E57D4 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 #2E57D4;}

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

This text has shadow with #2E57D4 color.

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

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

This text has shadow with #2E57D4 primary color and red secondary color.


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

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

This text has shadow with #2E57D4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E57D4 on black background.


Color preview on white background

This text has color #2E57D4 on white background.



Black color preview on #2E57D4 background

This text has black color on #2E57D4 background.


White color preview on #2E57D4 background

This text has white color on #2E57D4 background.