COLOR #2E4273

HEX: #2E4273
RGB: (46,66,115)

Color info

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

RGB color model

#2E4273 color RGB value is (46,66,115).

  • red value is 46;
  • green value is 66;
  • blue value is 115.
RGB:
(46,66,115)
(18%,26%,45%)

RGB channels and saturation

R 46 of 255 = 18%
G 66 of 255 = 26%
B 115 of 255 = 45%

46
66
115

R + G + B ~ 30%. #2E4273 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 66 + 115 = 227 (100%)
R 46 of 227 ~ 20.26%
G 66 of 227 ~ 29.07%
B 115 of 227 ~ 50.66%

%20.26
%29.07
%50.66

CMYK color model

#2E4273 color CMYK value is (60,43,0,55).

  • cyan value is 60.00%
  • magenta value is 42.61%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(60,43,0,55)
C60M43Y0K55 
(60%,43%,0%,55%)
(0.60/0.43/0.00/0.55)	

CMYK percentages

%60
%42.61
%0
%54.9

Codes

Color #2E4273 in popluar color models

2E4273
RGB4666115
HSL223°42.86%31.57%
HSB/HSV223°60.00%45.10%
CMYK60.00%42.61%0.00%
54.90%

Color #2E4273 in popluar number systems.

HEX2E4273
Decimal4666115
Binary10111010000101110011
Octal56102163

Shades and tints

Shades of #2E4273

#2E4273
(46,66,115)
#2A3C69
(42,60,105)
#26365F
(38,54,95)
#223055
(34,48,85)
#1E2A4B
(30,42,75)
#1A2441
(26,36,65)
#161E37
(22,30,55)
#12182D
(18,24,45)
#0E1223
(14,18,35)
#0A0C19
(10,12,25)
#06060F
(6,6,15)
#000000
(0,0,0)

Tints of #2E4273

#2E4273
(46,66,115)
#41537F
(65,83,127)
#54648B
(84,100,139)
#677597
(103,117,151)
#7A86A3
(122,134,163)
#8D97AF
(141,151,175)
#A0A8BB
(160,168,187)
#B3B9C7
(179,185,199)
#C6CAD3
(198,202,211)
#D9DBDF
(217,219,223)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E4273 color. Also use rgb(46,66,115) instead hex code.

Text Font Color

.myTextColor { color: #2E4273; }

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

This text font color is #2E4273.


Background Color

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

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

This div background color is #2E4273.


Border color

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

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

This div border color is #2E4273.


Opacity

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

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

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

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

This text has shadow with #2E4273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E4273 on black background.


Color preview on white background

This text has color #2E4273 on white background.



Black color preview on #2E4273 background

This text has black color on #2E4273 background.


White color preview on #2E4273 background

This text has white color on #2E4273 background.