COLOR #2E249A

HEX: #2E249A RGB: (46,36,154)

Color info

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

RGB color model

#2E249A color RGB value is (46,36,154).

RGB: (46,36,154) (18%, 14%, 60%)

RGB channels and saturation

R 46 of 255 = 18%
G 36 of 255 = 14%
B 154 of 255 = 60%

46
36
154

R + G + B ~ 31%. #2E249A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 36 + 154 = 236 (100%)
R 46 of 236 ~ 19.49%
G 36 of 236 ~ 15.25%
B 154 of 236 ~ 65.25'%

%19.49
%15.25
%65.25

CMYK color model

#2E249A color CMYK value is (70,77,0,40).

  • cyan value is 70.13%
  • magenta value is 76.62%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (70,77,0,40)
C70M77Y0K40 (70%, 77%, 0%, 40%)
(0.70 / 0.77 / 0.00 / 0.40)

CMYK percentages

%70.13
%76.62
%0
%39.61

Codes

Color #2E249A in popluar color models

2E 24 9A
RGB 46 36 154
HSL 245° 62.11% 37.25%
HSB/HSV 245° 76.62% 60.39%
CMYK 70.13% 76.62% 0.00%
39.61%

Color #2E249A in popluar number systems.

HEX 2E 24 9A
Decimal 46 36 154
Binary 101110 100100 10011010
Octal 56 44 232

Shades and tints

Shades of #2E249A

#2E249A
(46,36,154)
#2A218C
(42,33,140)
#261E7E
(38,30,126)
#221B70
(34,27,112)
#1E1862
(30,24,98)
#1A1554
(26,21,84)
#161246
(22,18,70)
#120F38
(18,15,56)
#0E0C2A
(14,12,42)
#0A091C
(10,9,28)
#06060E
(6,6,14)
#000000
(0,0,0)

Tints of #2E249A

#2E249A
(46,36,154)
#4137A3
(65,55,163)
#544AAC
(84,74,172)
#675DB5
(103,93,181)
#7A70BE
(122,112,190)
#8D83C7
(141,131,199)
#A096D0
(160,150,208)
#B3A9D9
(179,169,217)
#C6BCE2
(198,188,226)
#D9CFEB
(217,207,235)
#ECE2F4
(236,226,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E249A; }

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

This text font color is #2E249A.

Background Color

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

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

This div background color is #2E249A.

Border color

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

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

This div border color is #2E249A.

Opacity

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

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

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

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

This text has shadow with #2E249A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E249A.

Preview

Color preview on black background

This text has color #2E249A on black background.


Color preview on white background

This text has color #2E249A on white background.


Black color preview on #2E249A background

This text has black color on #2E249A background.


White color preview on #2E249A background

This text has white color on #2E249A background.


Related colors

Complementary color

Complementary color for #hex is #D1DB65.


I love getcolorcode.com

Triadic colors

1 #9A2E24 and #249A2E with #2E249A are triadic colors.

2 #9A242E and #242E9A with #2E249A are triadic colors.