COLOR #2E2755

HEX: #2E2755
RGB: (46,39,85)

Color info

#2E2755 contains red, green and blue colors in about the same proportion. Web safe color of #2E2755 is #333366 (or #336).

RGB color model

#2E2755 color RGB value is (46,39,85).

  • red value is 46;
  • green value is 39;
  • blue value is 85.
RGB:
(46,39,85)
(18%,15%,33%)

RGB channels and saturation

R 46 of 255 = 18%
G 39 of 255 = 15%
B 85 of 255 = 33%

46
39
85

R + G + B ~ 22%. #2E2755 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 39 + 85 = 170 (100%)
R 46 of 170 ~ 27.06%
G 39 of 170 ~ 22.94%
B 85 of 170 ~ 50%

%27.06
%22.94
%50

CMYK color model

#2E2755 color CMYK value is (46,54,0,67).

  • cyan value is 45.88%
  • magenta value is 54.12%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(46,54,0,67)
C46M54Y0K67 
(46%,54%,0%,67%)
(0.46/0.54/0.00/0.67)	

CMYK percentages

%45.88
%54.12
%0
%66.67

Codes

Color #2E2755 in popluar color models

2E2755
RGB463985
HSL249°37.10%24.31%
HSB/HSV249°54.12%33.33%
CMYK45.88%54.12%0.00%
66.67%

Color #2E2755 in popluar number systems.

HEX2E2755
Decimal463985
Binary1011101001111010101
Octal5647125

Shades and tints

Shades of #2E2755

#2E2755
(46,39,85)
#2A244E
(42,36,78)
#262147
(38,33,71)
#221E40
(34,30,64)
#1E1B39
(30,27,57)
#1A1832
(26,24,50)
#16152B
(22,21,43)
#121224
(18,18,36)
#0E0F1D
(14,15,29)
#0A0C16
(10,12,22)
#06090F
(6,9,15)
#000000
(0,0,0)

Tints of #2E2755

#2E2755
(46,39,85)
#413A64
(65,58,100)
#544D73
(84,77,115)
#676082
(103,96,130)
#7A7391
(122,115,145)
#8D86A0
(141,134,160)
#A099AF
(160,153,175)
#B3ACBE
(179,172,190)
#C6BFCD
(198,191,205)
#D9D2DC
(217,210,220)
#ECE5EB
(236,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E2755 color. Also use rgb(46,39,85) instead hex code.

Text Font Color

.myTextColor { color: #2E2755; }

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

This text font color is #2E2755.


Background Color

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

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

This div background color is #2E2755.


Border color

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

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

This div border color is #2E2755.


Opacity

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

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

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

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

This text has shadow with #2E2755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E2755 on black background.


Color preview on white background

This text has color #2E2755 on white background.



Black color preview on #2E2755 background

This text has black color on #2E2755 background.


White color preview on #2E2755 background

This text has white color on #2E2755 background.