COLOR #2E176F

HEX: #2E176F
RGB: (46,23,111)

Color info

#2E176F contains mainly blue color. Web safe color of #2E176F is #330066 (or #306).

RGB color model

#2E176F color RGB value is (46,23,111).

  • red value is 46;
  • green value is 23;
  • blue value is 111.
RGB:
(46,23,111)
(18%,9%,44%)

RGB channels and saturation

R 46 of 255 = 18%
G 23 of 255 = 9%
B 111 of 255 = 44%

46
23
111

R + G + B ~ 24%. #2E176F is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 23 + 111 = 180 (100%)
R 46 of 180 ~ 25.56%
G 23 of 180 ~ 12.78%
B 111 of 180 ~ 61.67%

%25.56
%12.78
%61.67

CMYK color model

#2E176F color CMYK value is (59,79,0,56).

  • cyan value is 58.56%
  • magenta value is 79.28%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(59,79,0,56)
C59M79Y0K56 
(59%,79%,0%,56%)
(0.59/0.79/0.00/0.56)	

CMYK percentages

%58.56
%79.28
%0
%56.47

Codes

Color #2E176F in popluar color models

2E176F
RGB4623111
HSL256°65.67%26.27%
HSB/HSV256°79.28%43.53%
CMYK58.56%79.28%0.00%
56.47%

Color #2E176F in popluar number systems.

HEX2E176F
Decimal4623111
Binary101110101111101111
Octal5627157

Shades and tints

Shades of #2E176F

#2E176F
(46,23,111)
#2A1565
(42,21,101)
#26135B
(38,19,91)
#221151
(34,17,81)
#1E0F47
(30,15,71)
#1A0D3D
(26,13,61)
#160B33
(22,11,51)
#120929
(18,9,41)
#0E071F
(14,7,31)
#0A0515
(10,5,21)
#06030B
(6,3,11)
#000000
(0,0,0)

Tints of #2E176F

#2E176F
(46,23,111)
#412C7C
(65,44,124)
#544189
(84,65,137)
#675696
(103,86,150)
#7A6BA3
(122,107,163)
#8D80B0
(141,128,176)
#A095BD
(160,149,189)
#B3AACA
(179,170,202)
#C6BFD7
(198,191,215)
#D9D4E4
(217,212,228)
#ECE9F1
(236,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E176F; }

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

This text font color is #2E176F.


Background Color

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

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

This div background color is #2E176F.


Border color

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

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

This div border color is #2E176F.


Opacity

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

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

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

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

This text has shadow with #2E176F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E176F on black background.


Color preview on white background

This text has color #2E176F on white background.



Black color preview on #2E176F background

This text has black color on #2E176F background.


White color preview on #2E176F background

This text has white color on #2E176F background.