COLOR #2E5887

HEX: #2E5887 RGB: (46,88,135)

Color info

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

RGB color model

#2E5887 color RGB value is (46,88,135).

RGB: (46,88,135) (18%, 35%, 53%)

RGB channels and saturation

R 46 of 255 = 18%
G 88 of 255 = 35%
B 135 of 255 = 53%

46
88
135

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

Portions of RGB colors in percentages

R + G + B = 46 + 88 + 135 = 269 (100%)
R 46 of 269 ~ 17.1%
G 88 of 269 ~ 32.71%
B 135 of 269 ~ 50.19'%

%17.1
%32.71
%50.19

CMYK color model

#2E5887 color CMYK value is (66,35,0,47).

  • cyan value is 65.93%
  • magenta value is 34.81%
  • yellow value is 0.00%
  • key color value is 47.06%

CMYK: (66,35,0,47)
C66M35Y0K47 (66%, 35%, 0%, 47%)
(0.66 / 0.35 / 0.00 / 0.47)

CMYK percentages

%65.93
%34.81
%0
%47.06

Codes

Color #2E5887 in popluar color models

2E 58 87
RGB 46 88 135
HSL 212° 49.17% 35.49%
HSB/HSV 212° 65.93% 52.94%
CMYK 65.93% 34.81% 0.00%
47.06%

Color #2E5887 in popluar number systems.

HEX 2E 58 87
Decimal 46 88 135
Binary 101110 1011000 10000111
Octal 56 130 207

Shades and tints

Shades of #2E5887

#2E5887
(46,88,135)
#2A507B
(42,80,123)
#26486F
(38,72,111)
#224063
(34,64,99)
#1E3857
(30,56,87)
#1A304B
(26,48,75)
#16283F
(22,40,63)
#122033
(18,32,51)
#0E1827
(14,24,39)
#0A101B
(10,16,27)
#06080F
(6,8,15)
#000000
(0,0,0)

Tints of #2E5887

#2E5887
(46,88,135)
#416791
(65,103,145)
#54769B
(84,118,155)
#6785A5
(103,133,165)
#7A94AF
(122,148,175)
#8DA3B9
(141,163,185)
#A0B2C3
(160,178,195)
#B3C1CD
(179,193,205)
#C6D0D7
(198,208,215)
#D9DFE1
(217,223,225)
#ECEEEB
(236,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E5887; }

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

This text font color is #2E5887.

Background Color

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

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

This div background color is #2E5887.

Border color

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

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

This div border color is #2E5887.

Opacity

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

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

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

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

This text has shadow with #2E5887 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E5887.

Preview

Color preview on black background

This text has color #2E5887 on black background.


Color preview on white background

This text has color #2E5887 on white background.


Black color preview on #2E5887 background

This text has black color on #2E5887 background.


White color preview on #2E5887 background

This text has white color on #2E5887 background.


Related colors

Complementary color

Complementary color for #hex is #D1A778.


I love getcolorcode.com

Triadic colors

1 #872E58 and #58872E with #2E5887 are triadic colors.

2 #87582E and #582E87 with #2E5887 are triadic colors.