COLOR #2E5496

HEX: #2E5496
RGB: (46,84,150)

Color info

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

RGB color model

#2E5496 color RGB value is (46,84,150).

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

RGB channels and saturation

R 46 of 255 = 18%
G 84 of 255 = 33%
B 150 of 255 = 59%

46
84
150

R + G + B ~ 37%. #2E5496 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 84 + 150 = 280 (100%)
R 46 of 280 ~ 16.43%
G 84 of 280 ~ 30%
B 150 of 280 ~ 53.57%

%16.43
%30
%53.57

CMYK color model

#2E5496 color CMYK value is (69,44,0,41).

  • cyan value is 69.33%
  • magenta value is 44.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(69,44,0,41)
C69M44Y0K41 
(69%,44%,0%,41%)
(0.69/0.44/0.00/0.41)	

CMYK percentages

%69.33
%44
%0
%41.18

Codes

Color #2E5496 in popluar color models

2E5496
RGB4684150
HSL218°53.06%38.43%
HSB/HSV218°69.33%58.82%
CMYK69.33%44.00%0.00%
41.18%

Color #2E5496 in popluar number systems.

HEX2E5496
Decimal4684150
Binary101110101010010010110
Octal56124226

Shades and tints

Shades of #2E5496

#2E5496
(46,84,150)
#2A4D89
(42,77,137)
#26467C
(38,70,124)
#223F6F
(34,63,111)
#1E3862
(30,56,98)
#1A3155
(26,49,85)
#162A48
(22,42,72)
#12233B
(18,35,59)
#0E1C2E
(14,28,46)
#0A1521
(10,21,33)
#060E14
(6,14,20)
#000000
(0,0,0)

Tints of #2E5496

#2E5496
(46,84,150)
#41639F
(65,99,159)
#5472A8
(84,114,168)
#6781B1
(103,129,177)
#7A90BA
(122,144,186)
#8D9FC3
(141,159,195)
#A0AECC
(160,174,204)
#B3BDD5
(179,189,213)
#C6CCDE
(198,204,222)
#D9DBE7
(217,219,231)
#ECEAF0
(236,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E5496; }

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

This text font color is #2E5496.


Background Color

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

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

This div background color is #2E5496.


Border color

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

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

This div border color is #2E5496.


Opacity

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

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

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

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

This text has shadow with #2E5496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E5496 on black background.


Color preview on white background

This text has color #2E5496 on white background.



Black color preview on #2E5496 background

This text has black color on #2E5496 background.


White color preview on #2E5496 background

This text has white color on #2E5496 background.