COLOR #2E2276

HEX: #2E2276
RGB: (46,34,118)

Color info

#2E2276 contains mainly blue color. Web safe color of #2E2276 is #333366 (or #336).

RGB color model

#2E2276 color RGB value is (46,34,118).

  • red value is 46;
  • green value is 34;
  • blue value is 118.
RGB:
(46,34,118)
(18%,13%,46%)

RGB channels and saturation

R 46 of 255 = 18%
G 34 of 255 = 13%
B 118 of 255 = 46%

46
34
118

R + G + B ~ 26%. #2E2276 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 34 + 118 = 198 (100%)
R 46 of 198 ~ 23.23%
G 34 of 198 ~ 17.17%
B 118 of 198 ~ 59.6%

%23.23
%17.17
%59.6

CMYK color model

#2E2276 color CMYK value is (61,71,0,54).

  • cyan value is 61.02%
  • magenta value is 71.19%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(61,71,0,54)
C61M71Y0K54 
(61%,71%,0%,54%)
(0.61/0.71/0.00/0.54)	

CMYK percentages

%61.02
%71.19
%0
%53.73

Codes

Color #2E2276 in popluar color models

2E2276
RGB4634118
HSL249°55.26%29.80%
HSB/HSV249°71.19%46.27%
CMYK61.02%71.19%0.00%
53.73%

Color #2E2276 in popluar number systems.

HEX2E2276
Decimal4634118
Binary1011101000101110110
Octal5642166

Shades and tints

Shades of #2E2276

#2E2276
(46,34,118)
#2A1F6C
(42,31,108)
#261C62
(38,28,98)
#221958
(34,25,88)
#1E164E
(30,22,78)
#1A1344
(26,19,68)
#16103A
(22,16,58)
#120D30
(18,13,48)
#0E0A26
(14,10,38)
#0A071C
(10,7,28)
#060412
(6,4,18)
#000000
(0,0,0)

Tints of #2E2276

#2E2276
(46,34,118)
#413682
(65,54,130)
#544A8E
(84,74,142)
#675E9A
(103,94,154)
#7A72A6
(122,114,166)
#8D86B2
(141,134,178)
#A09ABE
(160,154,190)
#B3AECA
(179,174,202)
#C6C2D6
(198,194,214)
#D9D6E2
(217,214,226)
#ECEAEE
(236,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E2276; }

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

This text font color is #2E2276.


Background Color

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

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

This div background color is #2E2276.


Border color

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

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

This div border color is #2E2276.


Opacity

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

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

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

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

This text has shadow with #2E2276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E2276 on black background.


Color preview on white background

This text has color #2E2276 on white background.



Black color preview on #2E2276 background

This text has black color on #2E2276 background.


White color preview on #2E2276 background

This text has white color on #2E2276 background.