COLOR #2E3F68

HEX: #2E3F68
RGB: (46,63,104)

Color info

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

RGB color model

#2E3F68 color RGB value is (46,63,104).

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

RGB channels and saturation

R 46 of 255 = 18%
G 63 of 255 = 25%
B 104 of 255 = 41%

46
63
104

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

Portions of RGB colors in percentages

R + G + B =
46 + 63 + 104 = 213 (100%)
R 46 of 213 ~ 21.6%
G 63 of 213 ~ 29.58%
B 104 of 213 ~ 48.83%

%21.6
%29.58
%48.83

CMYK color model

#2E3F68 color CMYK value is (56,39,0,59).

  • cyan value is 55.77%
  • magenta value is 39.42%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(56,39,0,59)
C56M39Y0K59 
(56%,39%,0%,59%)
(0.56/0.39/0.00/0.59)	

CMYK percentages

%55.77
%39.42
%0
%59.22

Codes

Color #2E3F68 in popluar color models

2E3F68
RGB4663104
HSL222°38.67%29.41%
HSB/HSV222°55.77%40.78%
CMYK55.77%39.42%0.00%
59.22%

Color #2E3F68 in popluar number systems.

HEX2E3F68
Decimal4663104
Binary1011101111111101000
Octal5677150

Shades and tints

Shades of #2E3F68

#2E3F68
(46,63,104)
#2A3A5F
(42,58,95)
#263556
(38,53,86)
#22304D
(34,48,77)
#1E2B44
(30,43,68)
#1A263B
(26,38,59)
#162132
(22,33,50)
#121C29
(18,28,41)
#0E1720
(14,23,32)
#0A1217
(10,18,23)
#060D0E
(6,13,14)
#000000
(0,0,0)

Tints of #2E3F68

#2E3F68
(46,63,104)
#415075
(65,80,117)
#546182
(84,97,130)
#67728F
(103,114,143)
#7A839C
(122,131,156)
#8D94A9
(141,148,169)
#A0A5B6
(160,165,182)
#B3B6C3
(179,182,195)
#C6C7D0
(198,199,208)
#D9D8DD
(217,216,221)
#ECE9EA
(236,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E3F68; }

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

This text font color is #2E3F68.


Background Color

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

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

This div background color is #2E3F68.


Border color

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

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

This div border color is #2E3F68.


Opacity

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

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

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

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

This text has shadow with #2E3F68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E3F68 on black background.


Color preview on white background

This text has color #2E3F68 on white background.



Black color preview on #2E3F68 background

This text has black color on #2E3F68 background.


White color preview on #2E3F68 background

This text has white color on #2E3F68 background.