COLOR #2E246E

HEX: #2E246E RGB: (46,36,110)

Color info

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

RGB color model

#2E246E color RGB value is (46,36,110).

RGB: (46,36,110) (18%, 14%, 43%)

RGB channels and saturation

R 46 of 255 = 18%
G 36 of 255 = 14%
B 110 of 255 = 43%

46
36
110

R + G + B ~ 25%. #2E246E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 36 + 110 = 192 (100%)
R 46 of 192 ~ 23.96%
G 36 of 192 ~ 18.75%
B 110 of 192 ~ 57.29'%

%23.96
%18.75
%57.29

CMYK color model

#2E246E color CMYK value is (58,67,0,57).

  • cyan value is 58.18%
  • magenta value is 67.27%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (58,67,0,57)
C58M67Y0K57 (58%, 67%, 0%, 57%)
(0.58 / 0.67 / 0.00 / 0.57)

CMYK percentages

%58.18
%67.27
%0
%56.86

Codes

Color #2E246E in popluar color models

2E 24 6E
RGB 46 36 110
HSL 248° 50.68% 28.63%
HSB/HSV 248° 67.27% 43.14%
CMYK 58.18% 67.27% 0.00%
56.86%

Color #2E246E in popluar number systems.

HEX 2E 24 6E
Decimal 46 36 110
Binary 101110 100100 1101110
Octal 56 44 156

Shades and tints

Shades of #2E246E

#2E246E
(46,36,110)
#2A2164
(42,33,100)
#261E5A
(38,30,90)
#221B50
(34,27,80)
#1E1846
(30,24,70)
#1A153C
(26,21,60)
#161232
(22,18,50)
#120F28
(18,15,40)
#0E0C1E
(14,12,30)
#0A0914
(10,9,20)
#06060A
(6,6,10)
#000000
(0,0,0)

Tints of #2E246E

#2E246E
(46,36,110)
#41377B
(65,55,123)
#544A88
(84,74,136)
#675D95
(103,93,149)
#7A70A2
(122,112,162)
#8D83AF
(141,131,175)
#A096BC
(160,150,188)
#B3A9C9
(179,169,201)
#C6BCD6
(198,188,214)
#D9CFE3
(217,207,227)
#ECE2F0
(236,226,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E246E; }

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

This text font color is #2E246E.

Background Color

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

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

This div background color is #2E246E.

Border color

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

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

This div border color is #2E246E.

Opacity

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

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

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

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

This text has shadow with #2E246E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E246E.

Preview

Color preview on black background

This text has color #2E246E on black background.


Color preview on white background

This text has color #2E246E on white background.


Black color preview on #2E246E background

This text has black color on #2E246E background.


White color preview on #2E246E background

This text has white color on #2E246E background.


Related colors

Complementary color

Complementary color for #hex is #D1DB91.


I love getcolorcode.com

Triadic colors

1 #6E2E24 and #246E2E with #2E246E are triadic colors.

2 #6E242E and #242E6E with #2E246E are triadic colors.