COLOR #2E3F55

HEX: #2E3F55
RGB: (46,63,85)

Color info

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

RGB color model

#2E3F55 color RGB value is (46,63,85).

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

RGB channels and saturation

R 46 of 255 = 18%
G 63 of 255 = 25%
B 85 of 255 = 33%

46
63
85

R + G + B ~ 25%. #2E3F55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 63 + 85 = 194 (100%)
R 46 of 194 ~ 23.71%
G 63 of 194 ~ 32.47%
B 85 of 194 ~ 43.81%

%23.71
%32.47
%43.81

CMYK color model

#2E3F55 color CMYK value is (46,26,0,67).

  • cyan value is 45.88%
  • magenta value is 25.88%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(46,26,0,67)
C46M26Y0K67 
(46%,26%,0%,67%)
(0.46/0.26/0.00/0.67)	

CMYK percentages

%45.88
%25.88
%0
%66.67

Codes

Color #2E3F55 in popluar color models

2E3F55
RGB466385
HSL214°29.77%25.69%
HSB/HSV214°45.88%33.33%
CMYK45.88%25.88%0.00%
66.67%

Color #2E3F55 in popluar number systems.

HEX2E3F55
Decimal466385
Binary1011101111111010101
Octal5677125

Shades and tints

Shades of #2E3F55

#2E3F55
(46,63,85)
#2A3A4E
(42,58,78)
#263547
(38,53,71)
#223040
(34,48,64)
#1E2B39
(30,43,57)
#1A2632
(26,38,50)
#16212B
(22,33,43)
#121C24
(18,28,36)
#0E171D
(14,23,29)
#0A1216
(10,18,22)
#060D0F
(6,13,15)
#000000
(0,0,0)

Tints of #2E3F55

#2E3F55
(46,63,85)
#415064
(65,80,100)
#546173
(84,97,115)
#677282
(103,114,130)
#7A8391
(122,131,145)
#8D94A0
(141,148,160)
#A0A5AF
(160,165,175)
#B3B6BE
(179,182,190)
#C6C7CD
(198,199,205)
#D9D8DC
(217,216,220)
#ECE9EB
(236,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E3F55; }

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

This text font color is #2E3F55.


Background Color

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

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

This div background color is #2E3F55.


Border color

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

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

This div border color is #2E3F55.


Opacity

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

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

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

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

This text has shadow with #2E3F55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E3F55 on black background.


Color preview on white background

This text has color #2E3F55 on white background.



Black color preview on #2E3F55 background

This text has black color on #2E3F55 background.


White color preview on #2E3F55 background

This text has white color on #2E3F55 background.