COLOR #2E2EA9

HEX: #2E2EA9
RGB: (46,46,169)

Color info

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

RGB color model

#2E2EA9 color RGB value is (46,46,169).

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

RGB channels and saturation

R 46 of 255 = 18%
G 46 of 255 = 18%
B 169 of 255 = 66%

46
46
169

R + G + B ~ 34%. #2E2EA9 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 46 + 169 = 261 (100%)
R 46 of 261 ~ 17.62%
G 46 of 261 ~ 17.62%
B 169 of 261 ~ 64.75%

%17.62
%17.62
%64.75

CMYK color model

#2E2EA9 color CMYK value is (73,73,0,34).

  • cyan value is 72.78%
  • magenta value is 72.78%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(73,73,0,34)
C73M73Y0K34 
(73%,73%,0%,34%)
(0.73/0.73/0.00/0.34)	

CMYK percentages

%72.78
%72.78
%0
%33.73

Codes

Color #2E2EA9 in popluar color models

2E2EA9
RGB4646169
HSL240°57.21%42.16%
HSB/HSV240°72.78%66.27%
CMYK72.78%72.78%0.00%
33.73%

Color #2E2EA9 in popluar number systems.

HEX2E2EA9
Decimal4646169
Binary10111010111010101001
Octal5656251

Shades and tints

Shades of #2E2EA9

#2E2EA9
(46,46,169)
#2A2A9A
(42,42,154)
#26268B
(38,38,139)
#22227C
(34,34,124)
#1E1E6D
(30,30,109)
#1A1A5E
(26,26,94)
#16164F
(22,22,79)
#121240
(18,18,64)
#0E0E31
(14,14,49)
#0A0A22
(10,10,34)
#060613
(6,6,19)
#000000
(0,0,0)

Tints of #2E2EA9

#2E2EA9
(46,46,169)
#4141B0
(65,65,176)
#5454B7
(84,84,183)
#6767BE
(103,103,190)
#7A7AC5
(122,122,197)
#8D8DCC
(141,141,204)
#A0A0D3
(160,160,211)
#B3B3DA
(179,179,218)
#C6C6E1
(198,198,225)
#D9D9E8
(217,217,232)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E2EA9; }

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

This text font color is #2E2EA9.


Background Color

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

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

This div background color is #2E2EA9.


Border color

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

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

This div border color is #2E2EA9.


Opacity

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

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

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

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

This text has shadow with #2E2EA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E2EA9 on black background.


Color preview on white background

This text has color #2E2EA9 on white background.



Black color preview on #2E2EA9 background

This text has black color on #2E2EA9 background.


White color preview on #2E2EA9 background

This text has white color on #2E2EA9 background.