COLOR #2E3966

HEX: #2E3966
RGB: (46,57,102)

Color info

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

RGB color model

#2E3966 color RGB value is (46,57,102).

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

RGB channels and saturation

R 46 of 255 = 18%
G 57 of 255 = 22%
B 102 of 255 = 40%

46
57
102

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

Portions of RGB colors in percentages

R + G + B =
46 + 57 + 102 = 205 (100%)
R 46 of 205 ~ 22.44%
G 57 of 205 ~ 27.8%
B 102 of 205 ~ 49.76%

%22.44
%27.8
%49.76

CMYK color model

#2E3966 color CMYK value is (55,44,0,60).

  • cyan value is 54.90%
  • magenta value is 44.12%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(55,44,0,60)
C55M44Y0K60 
(55%,44%,0%,60%)
(0.55/0.44/0.00/0.60)	

CMYK percentages

%54.9
%44.12
%0
%60

Codes

Color #2E3966 in popluar color models

2E3966
RGB4657102
HSL228°37.84%29.02%
HSB/HSV228°54.90%40.00%
CMYK54.90%44.12%0.00%
60.00%

Color #2E3966 in popluar number systems.

HEX2E3966
Decimal4657102
Binary1011101110011100110
Octal5671146

Shades and tints

Shades of #2E3966

#2E3966
(46,57,102)
#2A345D
(42,52,93)
#262F54
(38,47,84)
#222A4B
(34,42,75)
#1E2542
(30,37,66)
#1A2039
(26,32,57)
#161B30
(22,27,48)
#121627
(18,22,39)
#0E111E
(14,17,30)
#0A0C15
(10,12,21)
#06070C
(6,7,12)
#000000
(0,0,0)

Tints of #2E3966

#2E3966
(46,57,102)
#414B73
(65,75,115)
#545D80
(84,93,128)
#676F8D
(103,111,141)
#7A819A
(122,129,154)
#8D93A7
(141,147,167)
#A0A5B4
(160,165,180)
#B3B7C1
(179,183,193)
#C6C9CE
(198,201,206)
#D9DBDB
(217,219,219)
#ECEDE8
(236,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E3966; }

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

This text font color is #2E3966.


Background Color

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

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

This div background color is #2E3966.


Border color

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

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

This div border color is #2E3966.


Opacity

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

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

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

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

This text has shadow with #2E3966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E3966 on black background.


Color preview on white background

This text has color #2E3966 on white background.



Black color preview on #2E3966 background

This text has black color on #2E3966 background.


White color preview on #2E3966 background

This text has white color on #2E3966 background.