COLOR #2E4DA8

HEX: #2E4DA8
RGB: (46,77,168)

Color info

#2E4DA8 contains mainly blue color. Web safe color of #2E4DA8 is #333399 (or #339).

RGB color model

#2E4DA8 color RGB value is (46,77,168).

  • red value is 46;
  • green value is 77;
  • blue value is 168.
RGB:
(46,77,168)
(18%,30%,66%)

RGB channels and saturation

R 46 of 255 = 18%
G 77 of 255 = 30%
B 168 of 255 = 66%

46
77
168

R + G + B ~ 38%. #2E4DA8 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 77 + 168 = 291 (100%)
R 46 of 291 ~ 15.81%
G 77 of 291 ~ 26.46%
B 168 of 291 ~ 57.73%

%15.81
%26.46
%57.73

CMYK color model

#2E4DA8 color CMYK value is (73,54,0,34).

  • cyan value is 72.62%
  • magenta value is 54.17%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(73,54,0,34)
C73M54Y0K34 
(73%,54%,0%,34%)
(0.73/0.54/0.00/0.34)	

CMYK percentages

%72.62
%54.17
%0
%34.12

Codes

Color #2E4DA8 in popluar color models

2E4DA8
RGB4677168
HSL225°57.01%41.96%
HSB/HSV225°72.62%65.88%
CMYK72.62%54.17%0.00%
34.12%

Color #2E4DA8 in popluar number systems.

HEX2E4DA8
Decimal4677168
Binary101110100110110101000
Octal56115250

Shades and tints

Shades of #2E4DA8

#2E4DA8
(46,77,168)
#2A4699
(42,70,153)
#263F8A
(38,63,138)
#22387B
(34,56,123)
#1E316C
(30,49,108)
#1A2A5D
(26,42,93)
#16234E
(22,35,78)
#121C3F
(18,28,63)
#0E1530
(14,21,48)
#0A0E21
(10,14,33)
#060712
(6,7,18)
#000000
(0,0,0)

Tints of #2E4DA8

#2E4DA8
(46,77,168)
#415DAF
(65,93,175)
#546DB6
(84,109,182)
#677DBD
(103,125,189)
#7A8DC4
(122,141,196)
#8D9DCB
(141,157,203)
#A0ADD2
(160,173,210)
#B3BDD9
(179,189,217)
#C6CDE0
(198,205,224)
#D9DDE7
(217,221,231)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E4DA8 color. Also use rgb(46,77,168) instead hex code.

Text Font Color

.myTextColor { color: #2E4DA8; }

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

This text font color is #2E4DA8.


Background Color

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

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

This div background color is #2E4DA8.


Border color

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

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

This div border color is #2E4DA8.


Opacity

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

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

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

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

This text has shadow with #2E4DA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E4DA8 on black background.


Color preview on white background

This text has color #2E4DA8 on white background.



Black color preview on #2E4DA8 background

This text has black color on #2E4DA8 background.


White color preview on #2E4DA8 background

This text has white color on #2E4DA8 background.