COLOR #2E3362

HEX: #2E3362
RGB: (46,51,98)

Color info

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

RGB color model

#2E3362 color RGB value is (46,51,98).

  • red value is 46;
  • green value is 51;
  • blue value is 98.
RGB:
(46,51,98)
(18%,20%,38%)

RGB channels and saturation

R 46 of 255 = 18%
G 51 of 255 = 20%
B 98 of 255 = 38%

46
51
98

R + G + B ~ 25%. #2E3362 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 51 + 98 = 195 (100%)
R 46 of 195 ~ 23.59%
G 51 of 195 ~ 26.15%
B 98 of 195 ~ 50.26%

%23.59
%26.15
%50.26

CMYK color model

#2E3362 color CMYK value is (53,48,0,62).

  • cyan value is 53.06%
  • magenta value is 47.96%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(53,48,0,62)
C53M48Y0K62 
(53%,48%,0%,62%)
(0.53/0.48/0.00/0.62)	

CMYK percentages

%53.06
%47.96
%0
%61.57

Codes

Color #2E3362 in popluar color models

2E3362
RGB465198
HSL234°36.11%28.24%
HSB/HSV234°53.06%38.43%
CMYK53.06%47.96%0.00%
61.57%

Color #2E3362 in popluar number systems.

HEX2E3362
Decimal465198
Binary1011101100111100010
Octal5663142

Shades and tints

Shades of #2E3362

#2E3362
(46,51,98)
#2A2F5A
(42,47,90)
#262B52
(38,43,82)
#22274A
(34,39,74)
#1E2342
(30,35,66)
#1A1F3A
(26,31,58)
#161B32
(22,27,50)
#12172A
(18,23,42)
#0E1322
(14,19,34)
#0A0F1A
(10,15,26)
#060B12
(6,11,18)
#000000
(0,0,0)

Tints of #2E3362

#2E3362
(46,51,98)
#414570
(65,69,112)
#54577E
(84,87,126)
#67698C
(103,105,140)
#7A7B9A
(122,123,154)
#8D8DA8
(141,141,168)
#A09FB6
(160,159,182)
#B3B1C4
(179,177,196)
#C6C3D2
(198,195,210)
#D9D5E0
(217,213,224)
#ECE7EE
(236,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E3362 color. Also use rgb(46,51,98) instead hex code.

Text Font Color

.myTextColor { color: #2E3362; }

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

This text font color is #2E3362.


Background Color

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

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

This div background color is #2E3362.


Border color

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

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

This div border color is #2E3362.


Opacity

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

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

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

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

This text has shadow with #2E3362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E3362 on black background.


Color preview on white background

This text has color #2E3362 on white background.



Black color preview on #2E3362 background

This text has black color on #2E3362 background.


White color preview on #2E3362 background

This text has white color on #2E3362 background.