COLOR #2E4268

HEX: #2E4268
RGB: (46,66,104)

Color info

#2E4268 contains red, green and blue colors in about the same proportion. Web safe color of #2E4268 is #333366 (or #336).

RGB color model

#2E4268 color RGB value is (46,66,104).

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

RGB channels and saturation

R 46 of 255 = 18%
G 66 of 255 = 26%
B 104 of 255 = 41%

46
66
104

R + G + B ~ 28%. #2E4268 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 66 + 104 = 216 (100%)
R 46 of 216 ~ 21.3%
G 66 of 216 ~ 30.56%
B 104 of 216 ~ 48.15%

%21.3
%30.56
%48.15

CMYK color model

#2E4268 color CMYK value is (56,37,0,59).

  • cyan value is 55.77%
  • magenta value is 36.54%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(56,37,0,59)
C56M37Y0K59 
(56%,37%,0%,59%)
(0.56/0.37/0.00/0.59)	

CMYK percentages

%55.77
%36.54
%0
%59.22

Codes

Color #2E4268 in popluar color models

2E4268
RGB4666104
HSL219°38.67%29.41%
HSB/HSV219°55.77%40.78%
CMYK55.77%36.54%0.00%
59.22%

Color #2E4268 in popluar number systems.

HEX2E4268
Decimal4666104
Binary10111010000101101000
Octal56102150

Shades and tints

Shades of #2E4268

#2E4268
(46,66,104)
#2A3C5F
(42,60,95)
#263656
(38,54,86)
#22304D
(34,48,77)
#1E2A44
(30,42,68)
#1A243B
(26,36,59)
#161E32
(22,30,50)
#121829
(18,24,41)
#0E1220
(14,18,32)
#0A0C17
(10,12,23)
#06060E
(6,6,14)
#000000
(0,0,0)

Tints of #2E4268

#2E4268
(46,66,104)
#415375
(65,83,117)
#546482
(84,100,130)
#67758F
(103,117,143)
#7A869C
(122,134,156)
#8D97A9
(141,151,169)
#A0A8B6
(160,168,182)
#B3B9C3
(179,185,195)
#C6CAD0
(198,202,208)
#D9DBDD
(217,219,221)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E4268; }

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

This text font color is #2E4268.


Background Color

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

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

This div background color is #2E4268.


Border color

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

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

This div border color is #2E4268.


Opacity

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

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

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

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

This text has shadow with #2E4268 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E4268 on black background.


Color preview on white background

This text has color #2E4268 on white background.



Black color preview on #2E4268 background

This text has black color on #2E4268 background.


White color preview on #2E4268 background

This text has white color on #2E4268 background.