COLOR #2E295B

HEX: #2E295B
RGB: (46,41,91)

Color info

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

RGB color model

#2E295B color RGB value is (46,41,91).

  • red value is 46;
  • green value is 41;
  • blue value is 91.
RGB:
(46,41,91)
(18%,16%,36%)

RGB channels and saturation

R 46 of 255 = 18%
G 41 of 255 = 16%
B 91 of 255 = 36%

46
41
91

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

Portions of RGB colors in percentages

R + G + B =
46 + 41 + 91 = 178 (100%)
R 46 of 178 ~ 25.84%
G 41 of 178 ~ 23.03%
B 91 of 178 ~ 51.12%

%25.84
%23.03
%51.12

CMYK color model

#2E295B color CMYK value is (49,55,0,64).

  • cyan value is 49.45%
  • magenta value is 54.95%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(49,55,0,64)
C49M55Y0K64 
(49%,55%,0%,64%)
(0.49/0.55/0.00/0.64)	

CMYK percentages

%49.45
%54.95
%0
%64.31

Codes

Color #2E295B in popluar color models

2E295B
RGB464191
HSL246°37.88%25.88%
HSB/HSV246°54.95%35.69%
CMYK49.45%54.95%0.00%
64.31%

Color #2E295B in popluar number systems.

HEX2E295B
Decimal464191
Binary1011101010011011011
Octal5651133

Shades and tints

Shades of #2E295B

#2E295B
(46,41,91)
#2A2653
(42,38,83)
#26234B
(38,35,75)
#222043
(34,32,67)
#1E1D3B
(30,29,59)
#1A1A33
(26,26,51)
#16172B
(22,23,43)
#121423
(18,20,35)
#0E111B
(14,17,27)
#0A0E13
(10,14,19)
#060B0B
(6,11,11)
#000000
(0,0,0)

Tints of #2E295B

#2E295B
(46,41,91)
#413C69
(65,60,105)
#544F77
(84,79,119)
#676285
(103,98,133)
#7A7593
(122,117,147)
#8D88A1
(141,136,161)
#A09BAF
(160,155,175)
#B3AEBD
(179,174,189)
#C6C1CB
(198,193,203)
#D9D4D9
(217,212,217)
#ECE7E7
(236,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E295B color. Also use rgb(46,41,91) instead hex code.

Text Font Color

.myTextColor { color: #2E295B; }

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

This text font color is #2E295B.


Background Color

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

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

This div background color is #2E295B.


Border color

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

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

This div border color is #2E295B.


Opacity

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

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

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

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

This text has shadow with #2E295B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E295B on black background.


Color preview on white background

This text has color #2E295B on white background.



Black color preview on #2E295B background

This text has black color on #2E295B background.


White color preview on #2E295B background

This text has white color on #2E295B background.