COLOR #2E5489

HEX: #2E5489
RGB: (46,84,137)

Color info

#2E5489 contains mainly green and blue colors. Web safe color of #2E5489 is #336699 (or #369).

RGB color model

#2E5489 color RGB value is (46,84,137).

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

RGB channels and saturation

R 46 of 255 = 18%
G 84 of 255 = 33%
B 137 of 255 = 54%

46
84
137

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

Portions of RGB colors in percentages

R + G + B =
46 + 84 + 137 = 267 (100%)
R 46 of 267 ~ 17.23%
G 84 of 267 ~ 31.46%
B 137 of 267 ~ 51.31%

%17.23
%31.46
%51.31

CMYK color model

#2E5489 color CMYK value is (66,39,0,46).

  • cyan value is 66.42%
  • magenta value is 38.69%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(66,39,0,46)
C66M39Y0K46 
(66%,39%,0%,46%)
(0.66/0.39/0.00/0.46)	

CMYK percentages

%66.42
%38.69
%0
%46.27

Codes

Color #2E5489 in popluar color models

2E5489
RGB4684137
HSL215°49.73%35.88%
HSB/HSV215°66.42%53.73%
CMYK66.42%38.69%0.00%
46.27%

Color #2E5489 in popluar number systems.

HEX2E5489
Decimal4684137
Binary101110101010010001001
Octal56124211

Shades and tints

Shades of #2E5489

#2E5489
(46,84,137)
#2A4D7D
(42,77,125)
#264671
(38,70,113)
#223F65
(34,63,101)
#1E3859
(30,56,89)
#1A314D
(26,49,77)
#162A41
(22,42,65)
#122335
(18,35,53)
#0E1C29
(14,28,41)
#0A151D
(10,21,29)
#060E11
(6,14,17)
#000000
(0,0,0)

Tints of #2E5489

#2E5489
(46,84,137)
#416393
(65,99,147)
#54729D
(84,114,157)
#6781A7
(103,129,167)
#7A90B1
(122,144,177)
#8D9FBB
(141,159,187)
#A0AEC5
(160,174,197)
#B3BDCF
(179,189,207)
#C6CCD9
(198,204,217)
#D9DBE3
(217,219,227)
#ECEAED
(236,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E5489; }

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

This text font color is #2E5489.


Background Color

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

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

This div background color is #2E5489.


Border color

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

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

This div border color is #2E5489.


Opacity

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

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

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

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

This text has shadow with #2E5489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E5489 on black background.


Color preview on white background

This text has color #2E5489 on white background.



Black color preview on #2E5489 background

This text has black color on #2E5489 background.


White color preview on #2E5489 background

This text has white color on #2E5489 background.