COLOR #2E3855

HEX: #2E3855
RGB: (46,56,85)

Color info

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

RGB color model

#2E3855 color RGB value is (46,56,85).

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

RGB channels and saturation

R 46 of 255 = 18%
G 56 of 255 = 22%
B 85 of 255 = 33%

46
56
85

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

Portions of RGB colors in percentages

R + G + B =
46 + 56 + 85 = 187 (100%)
R 46 of 187 ~ 24.6%
G 56 of 187 ~ 29.95%
B 85 of 187 ~ 45.45%

%24.6
%29.95
%45.45

CMYK color model

#2E3855 color CMYK value is (46,34,0,67).

  • cyan value is 45.88%
  • magenta value is 34.12%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(46,34,0,67)
C46M34Y0K67 
(46%,34%,0%,67%)
(0.46/0.34/0.00/0.67)	

CMYK percentages

%45.88
%34.12
%0
%66.67

Codes

Color #2E3855 in popluar color models

2E3855
RGB465685
HSL225°29.77%25.69%
HSB/HSV225°45.88%33.33%
CMYK45.88%34.12%0.00%
66.67%

Color #2E3855 in popluar number systems.

HEX2E3855
Decimal465685
Binary1011101110001010101
Octal5670125

Shades and tints

Shades of #2E3855

#2E3855
(46,56,85)
#2A334E
(42,51,78)
#262E47
(38,46,71)
#222940
(34,41,64)
#1E2439
(30,36,57)
#1A1F32
(26,31,50)
#161A2B
(22,26,43)
#121524
(18,21,36)
#0E101D
(14,16,29)
#0A0B16
(10,11,22)
#06060F
(6,6,15)
#000000
(0,0,0)

Tints of #2E3855

#2E3855
(46,56,85)
#414A64
(65,74,100)
#545C73
(84,92,115)
#676E82
(103,110,130)
#7A8091
(122,128,145)
#8D92A0
(141,146,160)
#A0A4AF
(160,164,175)
#B3B6BE
(179,182,190)
#C6C8CD
(198,200,205)
#D9DADC
(217,218,220)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E3855; }

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

This text font color is #2E3855.


Background Color

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

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

This div background color is #2E3855.


Border color

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

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

This div border color is #2E3855.


Opacity

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

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

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

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

This text has shadow with #2E3855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E3855 on black background.


Color preview on white background

This text has color #2E3855 on white background.



Black color preview on #2E3855 background

This text has black color on #2E3855 background.


White color preview on #2E3855 background

This text has white color on #2E3855 background.