COLOR #2E3B66

HEX: #2E3B66
RGB: (46,59,102)

Color info

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

RGB color model

#2E3B66 color RGB value is (46,59,102).

  • red value is 46;
  • green value is 59;
  • blue value is 102.
RGB:
(46,59,102)
(18%,23%,40%)

RGB channels and saturation

R 46 of 255 = 18%
G 59 of 255 = 23%
B 102 of 255 = 40%

46
59
102

R + G + B ~ 27%. #2E3B66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 59 + 102 = 207 (100%)
R 46 of 207 ~ 22.22%
G 59 of 207 ~ 28.5%
B 102 of 207 ~ 49.28%

%22.22
%28.5
%49.28

CMYK color model

#2E3B66 color CMYK value is (55,42,0,60).

  • cyan value is 54.90%
  • magenta value is 42.16%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(55,42,0,60)
C55M42Y0K60 
(55%,42%,0%,60%)
(0.55/0.42/0.00/0.60)	

CMYK percentages

%54.9
%42.16
%0
%60

Codes

Color #2E3B66 in popluar color models

2E3B66
RGB4659102
HSL226°37.84%29.02%
HSB/HSV226°54.90%40.00%
CMYK54.90%42.16%0.00%
60.00%

Color #2E3B66 in popluar number systems.

HEX2E3B66
Decimal4659102
Binary1011101110111100110
Octal5673146

Shades and tints

Shades of #2E3B66

#2E3B66
(46,59,102)
#2A365D
(42,54,93)
#263154
(38,49,84)
#222C4B
(34,44,75)
#1E2742
(30,39,66)
#1A2239
(26,34,57)
#161D30
(22,29,48)
#121827
(18,24,39)
#0E131E
(14,19,30)
#0A0E15
(10,14,21)
#06090C
(6,9,12)
#000000
(0,0,0)

Tints of #2E3B66

#2E3B66
(46,59,102)
#414C73
(65,76,115)
#545D80
(84,93,128)
#676E8D
(103,110,141)
#7A7F9A
(122,127,154)
#8D90A7
(141,144,167)
#A0A1B4
(160,161,180)
#B3B2C1
(179,178,193)
#C6C3CE
(198,195,206)
#D9D4DB
(217,212,219)
#ECE5E8
(236,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E3B66 color. Also use rgb(46,59,102) instead hex code.

Text Font Color

.myTextColor { color: #2E3B66; }

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

This text font color is #2E3B66.


Background Color

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

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

This div background color is #2E3B66.


Border color

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

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

This div border color is #2E3B66.


Opacity

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

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

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

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

This text has shadow with #2E3B66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E3B66 on black background.


Color preview on white background

This text has color #2E3B66 on white background.



Black color preview on #2E3B66 background

This text has black color on #2E3B66 background.


White color preview on #2E3B66 background

This text has white color on #2E3B66 background.