COLOR #2E2E96

HEX: #2E2E96
RGB: (46,46,150)

Color info

#2E2E96 contains mainly blue color. Web safe color of #2E2E96 is #333399 (or #339).

RGB color model

#2E2E96 color RGB value is (46,46,150).

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

RGB channels and saturation

R 46 of 255 = 18%
G 46 of 255 = 18%
B 150 of 255 = 59%

46
46
150

R + G + B ~ 32%. #2E2E96 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 46 + 150 = 242 (100%)
R 46 of 242 ~ 19.01%
G 46 of 242 ~ 19.01%
B 150 of 242 ~ 61.98%

%19.01
%19.01
%61.98

CMYK color model

#2E2E96 color CMYK value is (69,69,0,41).

  • cyan value is 69.33%
  • magenta value is 69.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(69,69,0,41)
C69M69Y0K41 
(69%,69%,0%,41%)
(0.69/0.69/0.00/0.41)	

CMYK percentages

%69.33
%69.33
%0
%41.18

Codes

Color #2E2E96 in popluar color models

2E2E96
RGB4646150
HSL240°53.06%38.43%
HSB/HSV240°69.33%58.82%
CMYK69.33%69.33%0.00%
41.18%

Color #2E2E96 in popluar number systems.

HEX2E2E96
Decimal4646150
Binary10111010111010010110
Octal5656226

Shades and tints

Shades of #2E2E96

#2E2E96
(46,46,150)
#2A2A89
(42,42,137)
#26267C
(38,38,124)
#22226F
(34,34,111)
#1E1E62
(30,30,98)
#1A1A55
(26,26,85)
#161648
(22,22,72)
#12123B
(18,18,59)
#0E0E2E
(14,14,46)
#0A0A21
(10,10,33)
#060614
(6,6,20)
#000000
(0,0,0)

Tints of #2E2E96

#2E2E96
(46,46,150)
#41419F
(65,65,159)
#5454A8
(84,84,168)
#6767B1
(103,103,177)
#7A7ABA
(122,122,186)
#8D8DC3
(141,141,195)
#A0A0CC
(160,160,204)
#B3B3D5
(179,179,213)
#C6C6DE
(198,198,222)
#D9D9E7
(217,217,231)
#ECECF0
(236,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E2E96; }

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

This text font color is #2E2E96.


Background Color

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

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

This div background color is #2E2E96.


Border color

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

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

This div border color is #2E2E96.


Opacity

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

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

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

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

This text has shadow with #2E2E96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E2E96 on black background.


Color preview on white background

This text has color #2E2E96 on white background.



Black color preview on #2E2E96 background

This text has black color on #2E2E96 background.


White color preview on #2E2E96 background

This text has white color on #2E2E96 background.