COLOR #2E3857

HEX: #2E3857
RGB: (46,56,87)

Color info

#2E3857 contains red, green and blue colors in about the same proportion. Web safe color of #2E3857 is #333366 (or #336).

RGB color model

#2E3857 color RGB value is (46,56,87).

  • red value is 46;
  • green value is 56;
  • blue value is 87.
RGB:
(46,56,87)
(18%,22%,34%)

RGB channels and saturation

R 46 of 255 = 18%
G 56 of 255 = 22%
B 87 of 255 = 34%

46
56
87

R + G + B ~ 25%. #2E3857 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 56 + 87 = 189 (100%)
R 46 of 189 ~ 24.34%
G 56 of 189 ~ 29.63%
B 87 of 189 ~ 46.03%

%24.34
%29.63
%46.03

CMYK color model

#2E3857 color CMYK value is (47,36,0,66).

  • cyan value is 47.13%
  • magenta value is 35.63%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(47,36,0,66)
C47M36Y0K66 
(47%,36%,0%,66%)
(0.47/0.36/0.00/0.66)	

CMYK percentages

%47.13
%35.63
%0
%65.88

Codes

Color #2E3857 in popluar color models

2E3857
RGB465687
HSL225°30.83%26.08%
HSB/HSV225°47.13%34.12%
CMYK47.13%35.63%0.00%
65.88%

Color #2E3857 in popluar number systems.

HEX2E3857
Decimal465687
Binary1011101110001010111
Octal5670127

Shades and tints

Shades of #2E3857

#2E3857
(46,56,87)
#2A3350
(42,51,80)
#262E49
(38,46,73)
#222942
(34,41,66)
#1E243B
(30,36,59)
#1A1F34
(26,31,52)
#161A2D
(22,26,45)
#121526
(18,21,38)
#0E101F
(14,16,31)
#0A0B18
(10,11,24)
#060611
(6,6,17)
#000000
(0,0,0)

Tints of #2E3857

#2E3857
(46,56,87)
#414A66
(65,74,102)
#545C75
(84,92,117)
#676E84
(103,110,132)
#7A8093
(122,128,147)
#8D92A2
(141,146,162)
#A0A4B1
(160,164,177)
#B3B6C0
(179,182,192)
#C6C8CF
(198,200,207)
#D9DADE
(217,218,222)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E3857 color. Also use rgb(46,56,87) instead hex code.

Text Font Color

.myTextColor { color: #2E3857; }

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

This text font color is #2E3857.


Background Color

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

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

This div background color is #2E3857.


Border color

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

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

This div border color is #2E3857.


Opacity

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

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

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

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

This text has shadow with #2E3857 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E3857 on black background.


Color preview on white background

This text has color #2E3857 on white background.



Black color preview on #2E3857 background

This text has black color on #2E3857 background.


White color preview on #2E3857 background

This text has white color on #2E3857 background.