COLOR #2E3755

HEX: #2E3755
RGB: (46,55,85)

Color info

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

RGB color model

#2E3755 color RGB value is (46,55,85).

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

RGB channels and saturation

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

46
55
85

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

Portions of RGB colors in percentages

R + G + B =
46 + 55 + 85 = 186 (100%)
R 46 of 186 ~ 24.73%
G 55 of 186 ~ 29.57%
B 85 of 186 ~ 45.7%

%24.73
%29.57
%45.7

CMYK color model

#2E3755 color CMYK value is (46,35,0,67).

  • cyan value is 45.88%
  • magenta value is 35.29%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(46,35,0,67)
C46M35Y0K67 
(46%,35%,0%,67%)
(0.46/0.35/0.00/0.67)	

CMYK percentages

%45.88
%35.29
%0
%66.67

Codes

Color #2E3755 in popluar color models

2E3755
RGB465585
HSL226°29.77%25.69%
HSB/HSV226°45.88%33.33%
CMYK45.88%35.29%0.00%
66.67%

Color #2E3755 in popluar number systems.

HEX2E3755
Decimal465585
Binary1011101101111010101
Octal5667125

Shades and tints

Shades of #2E3755

#2E3755
(46,55,85)
#2A324E
(42,50,78)
#262D47
(38,45,71)
#222840
(34,40,64)
#1E2339
(30,35,57)
#1A1E32
(26,30,50)
#16192B
(22,25,43)
#121424
(18,20,36)
#0E0F1D
(14,15,29)
#0A0A16
(10,10,22)
#06050F
(6,5,15)
#000000
(0,0,0)

Tints of #2E3755

#2E3755
(46,55,85)
#414964
(65,73,100)
#545B73
(84,91,115)
#676D82
(103,109,130)
#7A7F91
(122,127,145)
#8D91A0
(141,145,160)
#A0A3AF
(160,163,175)
#B3B5BE
(179,181,190)
#C6C7CD
(198,199,205)
#D9D9DC
(217,217,220)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E3755; }

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

This text font color is #2E3755.


Background Color

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

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

This div background color is #2E3755.


Border color

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

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

This div border color is #2E3755.


Opacity

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

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

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

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

This text has shadow with #2E3755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E3755 on black background.


Color preview on white background

This text has color #2E3755 on white background.



Black color preview on #2E3755 background

This text has black color on #2E3755 background.


White color preview on #2E3755 background

This text has white color on #2E3755 background.