COLOR #2E176D

HEX: #2E176D RGB: (46,23,109)

Color info

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

RGB color model

#2E176D color RGB value is (46,23,109).

RGB: (46,23,109) (18%, 9%, 43%)

RGB channels and saturation

R 46 of 255 = 18%
G 23 of 255 = 9%
B 109 of 255 = 43%

46
23
109

R + G + B ~ 23%. #2E176D is dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 23 + 109 = 178 (100%)
R 46 of 178 ~ 25.84%
G 23 of 178 ~ 12.92%
B 109 of 178 ~ 61.24'%

%25.84
%12.92
%61.24

CMYK color model

#2E176D color CMYK value is (58,79,0,57).

  • cyan value is 57.80%
  • magenta value is 78.90%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (58,79,0,57)
C58M79Y0K57 (58%, 79%, 0%, 57%)
(0.58 / 0.79 / 0.00 / 0.57)

CMYK percentages

%57.8
%78.9
%0
%57.25

Codes

Color #2E176D in popluar color models

2E 17 6D
RGB 46 23 109
HSL 256° 65.15% 25.88%
HSB/HSV 256° 78.90% 42.75%
CMYK 57.80% 78.90% 0.00%
57.25%

Color #2E176D in popluar number systems.

HEX 2E 17 6D
Decimal 46 23 109
Binary 101110 10111 1101101
Octal 56 27 155

Shades and tints

Shades of #2E176D

#2E176D
(46,23,109)
#2A1564
(42,21,100)
#26135B
(38,19,91)
#221152
(34,17,82)
#1E0F49
(30,15,73)
#1A0D40
(26,13,64)
#160B37
(22,11,55)
#12092E
(18,9,46)
#0E0725
(14,7,37)
#0A051C
(10,5,28)
#060313
(6,3,19)
#000000
(0,0,0)

Tints of #2E176D

#2E176D
(46,23,109)
#412C7A
(65,44,122)
#544187
(84,65,135)
#675694
(103,86,148)
#7A6BA1
(122,107,161)
#8D80AE
(141,128,174)
#A095BB
(160,149,187)
#B3AAC8
(179,170,200)
#C6BFD5
(198,191,213)
#D9D4E2
(217,212,226)
#ECE9EF
(236,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E176D; }

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

This text font color is #2E176D.

Background Color

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

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

This div background color is #2E176D.

Border color

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

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

This div border color is #2E176D.

Opacity

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

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

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

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

This text has shadow with #2E176D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E176D.

Preview

Color preview on black background

This text has color #2E176D on black background.


Color preview on white background

This text has color #2E176D on white background.


Black color preview on #2E176D background

This text has black color on #2E176D background.


White color preview on #2E176D background

This text has white color on #2E176D background.


Related colors

Complementary color

Complementary color for #hex is #D1E892.


I love getcolorcode.com

Triadic colors

1 #6D2E17 and #176D2E with #2E176D are triadic colors.

2 #6D172E and #172E6D with #2E176D are triadic colors.