COLOR #2E5487

HEX: #2E5487
RGB: (46,84,135)

Color info

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

RGB color model

#2E5487 color RGB value is (46,84,135).

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

RGB channels and saturation

R 46 of 255 = 18%
G 84 of 255 = 33%
B 135 of 255 = 53%

46
84
135

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

Portions of RGB colors in percentages

R + G + B =
46 + 84 + 135 = 265 (100%)
R 46 of 265 ~ 17.36%
G 84 of 265 ~ 31.7%
B 135 of 265 ~ 50.94%

%17.36
%31.7
%50.94

CMYK color model

#2E5487 color CMYK value is (66,38,0,47).

  • cyan value is 65.93%
  • magenta value is 37.78%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(66,38,0,47)
C66M38Y0K47 
(66%,38%,0%,47%)
(0.66/0.38/0.00/0.47)	

CMYK percentages

%65.93
%37.78
%0
%47.06

Codes

Color #2E5487 in popluar color models

2E5487
RGB4684135
HSL214°49.17%35.49%
HSB/HSV214°65.93%52.94%
CMYK65.93%37.78%0.00%
47.06%

Color #2E5487 in popluar number systems.

HEX2E5487
Decimal4684135
Binary101110101010010000111
Octal56124207

Shades and tints

Shades of #2E5487

#2E5487
(46,84,135)
#2A4D7B
(42,77,123)
#26466F
(38,70,111)
#223F63
(34,63,99)
#1E3857
(30,56,87)
#1A314B
(26,49,75)
#162A3F
(22,42,63)
#122333
(18,35,51)
#0E1C27
(14,28,39)
#0A151B
(10,21,27)
#060E0F
(6,14,15)
#000000
(0,0,0)

Tints of #2E5487

#2E5487
(46,84,135)
#416391
(65,99,145)
#54729B
(84,114,155)
#6781A5
(103,129,165)
#7A90AF
(122,144,175)
#8D9FB9
(141,159,185)
#A0AEC3
(160,174,195)
#B3BDCD
(179,189,205)
#C6CCD7
(198,204,215)
#D9DBE1
(217,219,225)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E5487; }

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

This text font color is #2E5487.


Background Color

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

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

This div background color is #2E5487.


Border color

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

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

This div border color is #2E5487.


Opacity

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

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

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

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

This text has shadow with #2E5487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E5487 on black background.


Color preview on white background

This text has color #2E5487 on white background.



Black color preview on #2E5487 background

This text has black color on #2E5487 background.


White color preview on #2E5487 background

This text has white color on #2E5487 background.