COLOR #2E4996

HEX: #2E4996
RGB: (46,73,150)

Color info

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

RGB color model

#2E4996 color RGB value is (46,73,150).

  • red value is 46;
  • green value is 73;
  • blue value is 150.
RGB:
(46,73,150)
(18%,29%,59%)

RGB channels and saturation

R 46 of 255 = 18%
G 73 of 255 = 29%
B 150 of 255 = 59%

46
73
150

R + G + B ~ 35%. #2E4996 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 73 + 150 = 269 (100%)
R 46 of 269 ~ 17.1%
G 73 of 269 ~ 27.14%
B 150 of 269 ~ 55.76%

%17.1
%27.14
%55.76

CMYK color model

#2E4996 color CMYK value is (69,51,0,41).

  • cyan value is 69.33%
  • magenta value is 51.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(69,51,0,41)
C69M51Y0K41 
(69%,51%,0%,41%)
(0.69/0.51/0.00/0.41)	

CMYK percentages

%69.33
%51.33
%0
%41.18

Codes

Color #2E4996 in popluar color models

2E4996
RGB4673150
HSL224°53.06%38.43%
HSB/HSV224°69.33%58.82%
CMYK69.33%51.33%0.00%
41.18%

Color #2E4996 in popluar number systems.

HEX2E4996
Decimal4673150
Binary101110100100110010110
Octal56111226

Shades and tints

Shades of #2E4996

#2E4996
(46,73,150)
#2A4389
(42,67,137)
#263D7C
(38,61,124)
#22376F
(34,55,111)
#1E3162
(30,49,98)
#1A2B55
(26,43,85)
#162548
(22,37,72)
#121F3B
(18,31,59)
#0E192E
(14,25,46)
#0A1321
(10,19,33)
#060D14
(6,13,20)
#000000
(0,0,0)

Tints of #2E4996

#2E4996
(46,73,150)
#41599F
(65,89,159)
#5469A8
(84,105,168)
#6779B1
(103,121,177)
#7A89BA
(122,137,186)
#8D99C3
(141,153,195)
#A0A9CC
(160,169,204)
#B3B9D5
(179,185,213)
#C6C9DE
(198,201,222)
#D9D9E7
(217,217,231)
#ECE9F0
(236,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E4996 color. Also use rgb(46,73,150) instead hex code.

Text Font Color

.myTextColor { color: #2E4996; }

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

This text font color is #2E4996.


Background Color

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

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

This div background color is #2E4996.


Border color

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

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

This div border color is #2E4996.


Opacity

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

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

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

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

This text has shadow with #2E4996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E4996 on black background.


Color preview on white background

This text has color #2E4996 on white background.



Black color preview on #2E4996 background

This text has black color on #2E4996 background.


White color preview on #2E4996 background

This text has white color on #2E4996 background.