COLOR #2E57AB

HEX: #2E57AB
RGB: (46,87,171)

Color info

#2E57AB contains mainly blue color. Web safe color of #2E57AB is #336699 (or #369).

RGB color model

#2E57AB color RGB value is (46,87,171).

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

RGB channels and saturation

R 46 of 255 = 18%
G 87 of 255 = 34%
B 171 of 255 = 67%

46
87
171

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

Portions of RGB colors in percentages

R + G + B =
46 + 87 + 171 = 304 (100%)
R 46 of 304 ~ 15.13%
G 87 of 304 ~ 28.62%
B 171 of 304 ~ 56.25%

%15.13
%28.62
%56.25

CMYK color model

#2E57AB color CMYK value is (73,49,0,33).

  • cyan value is 73.10%
  • magenta value is 49.12%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(73,49,0,33)
C73M49Y0K33 
(73%,49%,0%,33%)
(0.73/0.49/0.00/0.33)	

CMYK percentages

%73.1
%49.12
%0
%32.94

Codes

Color #2E57AB in popluar color models

2E57AB
RGB4687171
HSL220°57.60%42.55%
HSB/HSV220°73.10%67.06%
CMYK73.10%49.12%0.00%
32.94%

Color #2E57AB in popluar number systems.

HEX2E57AB
Decimal4687171
Binary101110101011110101011
Octal56127253

Shades and tints

Shades of #2E57AB

#2E57AB
(46,87,171)
#2A509C
(42,80,156)
#26498D
(38,73,141)
#22427E
(34,66,126)
#1E3B6F
(30,59,111)
#1A3460
(26,52,96)
#162D51
(22,45,81)
#122642
(18,38,66)
#0E1F33
(14,31,51)
#0A1824
(10,24,36)
#061115
(6,17,21)
#000000
(0,0,0)

Tints of #2E57AB

#2E57AB
(46,87,171)
#4166B2
(65,102,178)
#5475B9
(84,117,185)
#6784C0
(103,132,192)
#7A93C7
(122,147,199)
#8DA2CE
(141,162,206)
#A0B1D5
(160,177,213)
#B3C0DC
(179,192,220)
#C6CFE3
(198,207,227)
#D9DEEA
(217,222,234)
#ECEDF1
(236,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E57AB; }

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

This text font color is #2E57AB.


Background Color

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

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

This div background color is #2E57AB.


Border color

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

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

This div border color is #2E57AB.


Opacity

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

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

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

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

This text has shadow with #2E57AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E57AB on black background.


Color preview on white background

This text has color #2E57AB on white background.



Black color preview on #2E57AB background

This text has black color on #2E57AB background.


White color preview on #2E57AB background

This text has white color on #2E57AB background.