COLOR #2E7894

HEX: #2E7894
RGB: (46,120,148)

Color info

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

RGB color model

#2E7894 color RGB value is (46,120,148).

  • red value is 46;
  • green value is 120;
  • blue value is 148.
RGB:
(46,120,148)
(18%,47%,58%)

RGB channels and saturation

R 46 of 255 = 18%
G 120 of 255 = 47%
B 148 of 255 = 58%

46
120
148

R + G + B ~ 41%. #2E7894 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
46 + 120 + 148 = 314 (100%)
R 46 of 314 ~ 14.65%
G 120 of 314 ~ 38.22%
B 148 of 314 ~ 47.13%

%14.65
%38.22
%47.13

CMYK color model

#2E7894 color CMYK value is (69,19,0,42).

  • cyan value is 68.92%
  • magenta value is 18.92%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(69,19,0,42)
C69M19Y0K42 
(69%,19%,0%,42%)
(0.69/0.19/0.00/0.42)	

CMYK percentages

%68.92
%18.92
%0
%41.96

Codes

Color #2E7894 in popluar color models

2E7894
RGB46120148
HSL196°52.58%38.04%
HSB/HSV196°68.92%58.04%
CMYK68.92%18.92%0.00%
41.96%

Color #2E7894 in popluar number systems.

HEX2E7894
Decimal46120148
Binary101110111100010010100
Octal56170224

Shades and tints

Shades of #2E7894

#2E7894
(46,120,148)
#2A6E87
(42,110,135)
#26647A
(38,100,122)
#225A6D
(34,90,109)
#1E5060
(30,80,96)
#1A4653
(26,70,83)
#163C46
(22,60,70)
#123239
(18,50,57)
#0E282C
(14,40,44)
#0A1E1F
(10,30,31)
#061412
(6,20,18)
#000000
(0,0,0)

Tints of #2E7894

#2E7894
(46,120,148)
#41849D
(65,132,157)
#5490A6
(84,144,166)
#679CAF
(103,156,175)
#7AA8B8
(122,168,184)
#8DB4C1
(141,180,193)
#A0C0CA
(160,192,202)
#B3CCD3
(179,204,211)
#C6D8DC
(198,216,220)
#D9E4E5
(217,228,229)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E7894 color. Also use rgb(46,120,148) instead hex code.

Text Font Color

.myTextColor { color: #2E7894; }

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

This text font color is #2E7894.


Background Color

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

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

This div background color is #2E7894.


Border color

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

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

This div border color is #2E7894.


Opacity

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

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

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

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

This text has shadow with #2E7894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E7894 on black background.


Color preview on white background

This text has color #2E7894 on white background.



Black color preview on #2E7894 background

This text has black color on #2E7894 background.


White color preview on #2E7894 background

This text has white color on #2E7894 background.