COLOR #2E2495

HEX: #2E2495
RGB: (46,36,149)

Color info

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

RGB color model

#2E2495 color RGB value is (46,36,149).

  • red value is 46;
  • green value is 36;
  • blue value is 149.
RGB:
(46,36,149)
(18%,14%,58%)

RGB channels and saturation

R 46 of 255 = 18%
G 36 of 255 = 14%
B 149 of 255 = 58%

46
36
149

R + G + B ~ 30%. #2E2495 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 36 + 149 = 231 (100%)
R 46 of 231 ~ 19.91%
G 36 of 231 ~ 15.58%
B 149 of 231 ~ 64.5%

%19.91
%15.58
%64.5

CMYK color model

#2E2495 color CMYK value is (69,76,0,42).

  • cyan value is 69.13%
  • magenta value is 75.84%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(69,76,0,42)
C69M76Y0K42 
(69%,76%,0%,42%)
(0.69/0.76/0.00/0.42)	

CMYK percentages

%69.13
%75.84
%0
%41.57

Codes

Color #2E2495 in popluar color models

2E2495
RGB4636149
HSL245°61.08%36.27%
HSB/HSV245°75.84%58.43%
CMYK69.13%75.84%0.00%
41.57%

Color #2E2495 in popluar number systems.

HEX2E2495
Decimal4636149
Binary10111010010010010101
Octal5644225

Shades and tints

Shades of #2E2495

#2E2495
(46,36,149)
#2A2188
(42,33,136)
#261E7B
(38,30,123)
#221B6E
(34,27,110)
#1E1861
(30,24,97)
#1A1554
(26,21,84)
#161247
(22,18,71)
#120F3A
(18,15,58)
#0E0C2D
(14,12,45)
#0A0920
(10,9,32)
#060613
(6,6,19)
#000000
(0,0,0)

Tints of #2E2495

#2E2495
(46,36,149)
#41379E
(65,55,158)
#544AA7
(84,74,167)
#675DB0
(103,93,176)
#7A70B9
(122,112,185)
#8D83C2
(141,131,194)
#A096CB
(160,150,203)
#B3A9D4
(179,169,212)
#C6BCDD
(198,188,221)
#D9CFE6
(217,207,230)
#ECE2EF
(236,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E2495; }

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

This text font color is #2E2495.


Background Color

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

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

This div background color is #2E2495.


Border color

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

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

This div border color is #2E2495.


Opacity

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

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

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

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

This text has shadow with #2E2495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E2495 on black background.


Color preview on white background

This text has color #2E2495 on white background.



Black color preview on #2E2495 background

This text has black color on #2E2495 background.


White color preview on #2E2495 background

This text has white color on #2E2495 background.