COLOR #2E4D7D

HEX: #2E4D7D
RGB: (46,77,125)

Color info

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

RGB color model

#2E4D7D color RGB value is (46,77,125).

  • red value is 46;
  • green value is 77;
  • blue value is 125.
RGB:
(46,77,125)
(18%,30%,49%)

RGB channels and saturation

R 46 of 255 = 18%
G 77 of 255 = 30%
B 125 of 255 = 49%

46
77
125

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

Portions of RGB colors in percentages

R + G + B =
46 + 77 + 125 = 248 (100%)
R 46 of 248 ~ 18.55%
G 77 of 248 ~ 31.05%
B 125 of 248 ~ 50.4%

%18.55
%31.05
%50.4

CMYK color model

#2E4D7D color CMYK value is (63,38,0,51).

  • cyan value is 63.20%
  • magenta value is 38.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(63,38,0,51)
C63M38Y0K51 
(63%,38%,0%,51%)
(0.63/0.38/0.00/0.51)	

CMYK percentages

%63.2
%38.4
%0
%50.98

Codes

Color #2E4D7D in popluar color models

2E4D7D
RGB4677125
HSL216°46.20%33.53%
HSB/HSV216°63.20%49.02%
CMYK63.20%38.40%0.00%
50.98%

Color #2E4D7D in popluar number systems.

HEX2E4D7D
Decimal4677125
Binary10111010011011111101
Octal56115175

Shades and tints

Shades of #2E4D7D

#2E4D7D
(46,77,125)
#2A4672
(42,70,114)
#263F67
(38,63,103)
#22385C
(34,56,92)
#1E3151
(30,49,81)
#1A2A46
(26,42,70)
#16233B
(22,35,59)
#121C30
(18,28,48)
#0E1525
(14,21,37)
#0A0E1A
(10,14,26)
#06070F
(6,7,15)
#000000
(0,0,0)

Tints of #2E4D7D

#2E4D7D
(46,77,125)
#415D88
(65,93,136)
#546D93
(84,109,147)
#677D9E
(103,125,158)
#7A8DA9
(122,141,169)
#8D9DB4
(141,157,180)
#A0ADBF
(160,173,191)
#B3BDCA
(179,189,202)
#C6CDD5
(198,205,213)
#D9DDE0
(217,221,224)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E4D7D color. Also use rgb(46,77,125) instead hex code.

Text Font Color

.myTextColor { color: #2E4D7D; }

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

This text font color is #2E4D7D.


Background Color

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

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

This div background color is #2E4D7D.


Border color

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

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

This div border color is #2E4D7D.


Opacity

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

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

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

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

This text has shadow with #2E4D7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E4D7D on black background.


Color preview on white background

This text has color #2E4D7D on white background.



Black color preview on #2E4D7D background

This text has black color on #2E4D7D background.


White color preview on #2E4D7D background

This text has white color on #2E4D7D background.