COLOR #2E7293

HEX: #2E7293
RGB: (46,114,147)

Color info

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

RGB color model

#2E7293 color RGB value is (46,114,147).

  • red value is 46;
  • green value is 114;
  • blue value is 147.
RGB:
(46,114,147)
(18%,45%,58%)

RGB channels and saturation

R 46 of 255 = 18%
G 114 of 255 = 45%
B 147 of 255 = 58%

46
114
147

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

Portions of RGB colors in percentages

R + G + B =
46 + 114 + 147 = 307 (100%)
R 46 of 307 ~ 14.98%
G 114 of 307 ~ 37.13%
B 147 of 307 ~ 47.88%

%14.98
%37.13
%47.88

CMYK color model

#2E7293 color CMYK value is (69,22,0,42).

  • cyan value is 68.71%
  • magenta value is 22.45%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(69,22,0,42)
C69M22Y0K42 
(69%,22%,0%,42%)
(0.69/0.22/0.00/0.42)	

CMYK percentages

%68.71
%22.45
%0
%42.35

Codes

Color #2E7293 in popluar color models

2E7293
RGB46114147
HSL200°52.33%37.84%
HSB/HSV200°68.71%57.65%
CMYK68.71%22.45%0.00%
42.35%

Color #2E7293 in popluar number systems.

HEX2E7293
Decimal46114147
Binary101110111001010010011
Octal56162223

Shades and tints

Shades of #2E7293

#2E7293
(46,114,147)
#2A6886
(42,104,134)
#265E79
(38,94,121)
#22546C
(34,84,108)
#1E4A5F
(30,74,95)
#1A4052
(26,64,82)
#163645
(22,54,69)
#122C38
(18,44,56)
#0E222B
(14,34,43)
#0A181E
(10,24,30)
#060E11
(6,14,17)
#000000
(0,0,0)

Tints of #2E7293

#2E7293
(46,114,147)
#417E9C
(65,126,156)
#548AA5
(84,138,165)
#6796AE
(103,150,174)
#7AA2B7
(122,162,183)
#8DAEC0
(141,174,192)
#A0BAC9
(160,186,201)
#B3C6D2
(179,198,210)
#C6D2DB
(198,210,219)
#D9DEE4
(217,222,228)
#ECEAED
(236,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E7293 color. Also use rgb(46,114,147) instead hex code.

Text Font Color

.myTextColor { color: #2E7293; }

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

This text font color is #2E7293.


Background Color

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

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

This div background color is #2E7293.


Border color

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

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

This div border color is #2E7293.


Opacity

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

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

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

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

This text has shadow with #2E7293 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E7293 on black background.


Color preview on white background

This text has color #2E7293 on white background.



Black color preview on #2E7293 background

This text has black color on #2E7293 background.


White color preview on #2E7293 background

This text has white color on #2E7293 background.