COLOR #2E4E7C

HEX: #2E4E7C
RGB: (46,78,124)

Color info

#2E4E7C contains mainly green and blue colors. Web safe color of #2E4E7C is #336666 (or #366).

RGB color model

#2E4E7C color RGB value is (46,78,124).

  • red value is 46;
  • green value is 78;
  • blue value is 124.
RGB:
(46,78,124)
(18%,31%,49%)

RGB channels and saturation

R 46 of 255 = 18%
G 78 of 255 = 31%
B 124 of 255 = 49%

46
78
124

R + G + B ~ 33%. #2E4E7C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 78 + 124 = 248 (100%)
R 46 of 248 ~ 18.55%
G 78 of 248 ~ 31.45%
B 124 of 248 ~ 50%

%18.55
%31.45
%50

CMYK color model

#2E4E7C color CMYK value is (63,37,0,51).

  • cyan value is 62.90%
  • magenta value is 37.10%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(63,37,0,51)
C63M37Y0K51 
(63%,37%,0%,51%)
(0.63/0.37/0.00/0.51)	

CMYK percentages

%62.9
%37.1
%0
%51.37

Codes

Color #2E4E7C in popluar color models

2E4E7C
RGB4678124
HSL215°45.88%33.33%
HSB/HSV215°62.90%48.63%
CMYK62.90%37.10%0.00%
51.37%

Color #2E4E7C in popluar number systems.

HEX2E4E7C
Decimal4678124
Binary10111010011101111100
Octal56116174

Shades and tints

Shades of #2E4E7C

#2E4E7C
(46,78,124)
#2A4771
(42,71,113)
#264066
(38,64,102)
#22395B
(34,57,91)
#1E3250
(30,50,80)
#1A2B45
(26,43,69)
#16243A
(22,36,58)
#121D2F
(18,29,47)
#0E1624
(14,22,36)
#0A0F19
(10,15,25)
#06080E
(6,8,14)
#000000
(0,0,0)

Tints of #2E4E7C

#2E4E7C
(46,78,124)
#415E87
(65,94,135)
#546E92
(84,110,146)
#677E9D
(103,126,157)
#7A8EA8
(122,142,168)
#8D9EB3
(141,158,179)
#A0AEBE
(160,174,190)
#B3BEC9
(179,190,201)
#C6CED4
(198,206,212)
#D9DEDF
(217,222,223)
#ECEEEA
(236,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E4E7C color. Also use rgb(46,78,124) instead hex code.

Text Font Color

.myTextColor { color: #2E4E7C; }

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

This text font color is #2E4E7C.


Background Color

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

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

This div background color is #2E4E7C.


Border color

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

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

This div border color is #2E4E7C.


Opacity

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

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

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

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

This text has shadow with #2E4E7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E4E7C on black background.


Color preview on white background

This text has color #2E4E7C on white background.



Black color preview on #2E4E7C background

This text has black color on #2E4E7C background.


White color preview on #2E4E7C background

This text has white color on #2E4E7C background.