COLOR #2E2499

HEX: #2E2499 RGB: (46,36,153)

Color info

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

RGB color model

#2E2499 color RGB value is (46,36,153).

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

RGB channels and saturation

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

46
36
153

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

Portions of RGB colors in percentages

R + G + B = 46 + 36 + 153 = 235 (100%)
R 46 of 235 ~ 19.57%
G 36 of 235 ~ 15.32%
B 153 of 235 ~ 65.11'%

%19.57
%15.32
%65.11

CMYK color model

#2E2499 color CMYK value is (70,76,0,40).

  • cyan value is 69.93%
  • magenta value is 76.47%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (70,76,0,40)
C70M76Y0K40 (70%, 76%, 0%, 40%)
(0.70 / 0.76 / 0.00 / 0.40)

CMYK percentages

%69.93
%76.47
%0
%40

Codes

Color #2E2499 in popluar color models

2E 24 99
RGB 46 36 153
HSL 245° 61.90% 37.06%
HSB/HSV 245° 76.47% 60.00%
CMYK 69.93% 76.47% 0.00%
40.00%

Color #2E2499 in popluar number systems.

HEX 2E 24 99
Decimal 46 36 153
Binary 101110 100100 10011001
Octal 56 44 231

Shades and tints

Shades of #2E2499

#2E2499
(46,36,153)
#2A218C
(42,33,140)
#261E7F
(38,30,127)
#221B72
(34,27,114)
#1E1865
(30,24,101)
#1A1558
(26,21,88)
#16124B
(22,18,75)
#120F3E
(18,15,62)
#0E0C31
(14,12,49)
#0A0924
(10,9,36)
#060617
(6,6,23)
#000000
(0,0,0)

Tints of #2E2499

#2E2499
(46,36,153)
#4137A2
(65,55,162)
#544AAB
(84,74,171)
#675DB4
(103,93,180)
#7A70BD
(122,112,189)
#8D83C6
(141,131,198)
#A096CF
(160,150,207)
#B3A9D8
(179,169,216)
#C6BCE1
(198,188,225)
#D9CFEA
(217,207,234)
#ECE2F3
(236,226,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E2499; }

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

This text font color is #2E2499.

Background Color

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

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

This div background color is #2E2499.

Border color

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

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

This div border color is #2E2499.

Opacity

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

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

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

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

This text has shadow with #2E2499 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E2499.

Preview

Color preview on black background

This text has color #2E2499 on black background.


Color preview on white background

This text has color #2E2499 on white background.


Black color preview on #2E2499 background

This text has black color on #2E2499 background.


White color preview on #2E2499 background

This text has white color on #2E2499 background.


Related colors

Complementary color

Complementary color for #hex is #D1DB66.


I love getcolorcode.com

Triadic colors

1 #992E24 and #24992E with #2E2499 are triadic colors.

2 #99242E and #242E99 with #2E2499 are triadic colors.