COLOR #2E4B7F

HEX: #2E4B7F
RGB: (46,75,127)

Color info

#2E4B7F contains mainly green and blue colors. Web safe color of #2E4B7F is #333366 (or #336).

RGB color model

#2E4B7F color RGB value is (46,75,127).

  • red value is 46;
  • green value is 75;
  • blue value is 127.
RGB:
(46,75,127)
(18%,29%,50%)

RGB channels and saturation

R 46 of 255 = 18%
G 75 of 255 = 29%
B 127 of 255 = 50%

46
75
127

R + G + B ~ 32%. #2E4B7F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 75 + 127 = 248 (100%)
R 46 of 248 ~ 18.55%
G 75 of 248 ~ 30.24%
B 127 of 248 ~ 51.21%

%18.55
%30.24
%51.21

CMYK color model

#2E4B7F color CMYK value is (64,41,0,50).

  • cyan value is 63.78%
  • magenta value is 40.94%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(64,41,0,50)
C64M41Y0K50 
(64%,41%,0%,50%)
(0.64/0.41/0.00/0.50)	

CMYK percentages

%63.78
%40.94
%0
%50.2

Codes

Color #2E4B7F in popluar color models

2E4B7F
RGB4675127
HSL219°46.82%33.92%
HSB/HSV219°63.78%49.80%
CMYK63.78%40.94%0.00%
50.20%

Color #2E4B7F in popluar number systems.

HEX2E4B7F
Decimal4675127
Binary10111010010111111111
Octal56113177

Shades and tints

Shades of #2E4B7F

#2E4B7F
(46,75,127)
#2A4574
(42,69,116)
#263F69
(38,63,105)
#22395E
(34,57,94)
#1E3353
(30,51,83)
#1A2D48
(26,45,72)
#16273D
(22,39,61)
#122132
(18,33,50)
#0E1B27
(14,27,39)
#0A151C
(10,21,28)
#060F11
(6,15,17)
#000000
(0,0,0)

Tints of #2E4B7F

#2E4B7F
(46,75,127)
#415B8A
(65,91,138)
#546B95
(84,107,149)
#677BA0
(103,123,160)
#7A8BAB
(122,139,171)
#8D9BB6
(141,155,182)
#A0ABC1
(160,171,193)
#B3BBCC
(179,187,204)
#C6CBD7
(198,203,215)
#D9DBE2
(217,219,226)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E4B7F color. Also use rgb(46,75,127) instead hex code.

Text Font Color

.myTextColor { color: #2E4B7F; }

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

This text font color is #2E4B7F.


Background Color

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

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

This div background color is #2E4B7F.


Border color

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

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

This div border color is #2E4B7F.


Opacity

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

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

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

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

This text has shadow with #2E4B7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E4B7F on black background.


Color preview on white background

This text has color #2E4B7F on white background.



Black color preview on #2E4B7F background

This text has black color on #2E4B7F background.


White color preview on #2E4B7F background

This text has white color on #2E4B7F background.