COLOR #2E4B5C

HEX: #2E4B5C
RGB: (46,75,92)

Color info

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

RGB color model

#2E4B5C color RGB value is (46,75,92).

  • red value is 46;
  • green value is 75;
  • blue value is 92.
RGB:
(46,75,92)
(18%,29%,36%)

RGB channels and saturation

R 46 of 255 = 18%
G 75 of 255 = 29%
B 92 of 255 = 36%

46
75
92

R + G + B ~ 28%. #2E4B5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 75 + 92 = 213 (100%)
R 46 of 213 ~ 21.6%
G 75 of 213 ~ 35.21%
B 92 of 213 ~ 43.19%

%21.6
%35.21
%43.19

CMYK color model

#2E4B5C color CMYK value is (50,18,0,64).

  • cyan value is 50.00%
  • magenta value is 18.48%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(50,18,0,64)
C50M18Y0K64 
(50%,18%,0%,64%)
(0.50/0.18/0.00/0.64)	

CMYK percentages

%50
%18.48
%0
%63.92

Codes

Color #2E4B5C in popluar color models

2E4B5C
RGB467592
HSL202°33.33%27.06%
HSB/HSV202°50.00%36.08%
CMYK50.00%18.48%0.00%
63.92%

Color #2E4B5C in popluar number systems.

HEX2E4B5C
Decimal467592
Binary10111010010111011100
Octal56113134

Shades and tints

Shades of #2E4B5C

#2E4B5C
(46,75,92)
#2A4554
(42,69,84)
#263F4C
(38,63,76)
#223944
(34,57,68)
#1E333C
(30,51,60)
#1A2D34
(26,45,52)
#16272C
(22,39,44)
#122124
(18,33,36)
#0E1B1C
(14,27,28)
#0A1514
(10,21,20)
#060F0C
(6,15,12)
#000000
(0,0,0)

Tints of #2E4B5C

#2E4B5C
(46,75,92)
#415B6A
(65,91,106)
#546B78
(84,107,120)
#677B86
(103,123,134)
#7A8B94
(122,139,148)
#8D9BA2
(141,155,162)
#A0ABB0
(160,171,176)
#B3BBBE
(179,187,190)
#C6CBCC
(198,203,204)
#D9DBDA
(217,219,218)
#ECEBE8
(236,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E4B5C color. Also use rgb(46,75,92) instead hex code.

Text Font Color

.myTextColor { color: #2E4B5C; }

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

This text font color is #2E4B5C.


Background Color

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

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

This div background color is #2E4B5C.


Border color

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

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

This div border color is #2E4B5C.


Opacity

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

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

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

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

This text has shadow with #2E4B5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E4B5C on black background.


Color preview on white background

This text has color #2E4B5C on white background.



Black color preview on #2E4B5C background

This text has black color on #2E4B5C background.


White color preview on #2E4B5C background

This text has white color on #2E4B5C background.