COLOR #2E547F

HEX: #2E547F
RGB: (46,84,127)

Color info

#2E547F contains mainly green and blue colors. Web safe color of #2E547F is #336666 (or #366).

RGB color model

#2E547F color RGB value is (46,84,127).

  • red value is 46;
  • green value is 84;
  • blue value is 127.
RGB:
(46,84,127)
(18%,33%,50%)

RGB channels and saturation

R 46 of 255 = 18%
G 84 of 255 = 33%
B 127 of 255 = 50%

46
84
127

R + G + B ~ 34%. #2E547F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 84 + 127 = 257 (100%)
R 46 of 257 ~ 17.9%
G 84 of 257 ~ 32.68%
B 127 of 257 ~ 49.42%

%17.9
%32.68
%49.42

CMYK color model

#2E547F color CMYK value is (64,34,0,50).

  • cyan value is 63.78%
  • magenta value is 33.86%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(64,34,0,50)
C64M34Y0K50 
(64%,34%,0%,50%)
(0.64/0.34/0.00/0.50)	

CMYK percentages

%63.78
%33.86
%0
%50.2

Codes

Color #2E547F in popluar color models

2E547F
RGB4684127
HSL212°46.82%33.92%
HSB/HSV212°63.78%49.80%
CMYK63.78%33.86%0.00%
50.20%

Color #2E547F in popluar number systems.

HEX2E547F
Decimal4684127
Binary10111010101001111111
Octal56124177

Shades and tints

Shades of #2E547F

#2E547F
(46,84,127)
#2A4D74
(42,77,116)
#264669
(38,70,105)
#223F5E
(34,63,94)
#1E3853
(30,56,83)
#1A3148
(26,49,72)
#162A3D
(22,42,61)
#122332
(18,35,50)
#0E1C27
(14,28,39)
#0A151C
(10,21,28)
#060E11
(6,14,17)
#000000
(0,0,0)

Tints of #2E547F

#2E547F
(46,84,127)
#41638A
(65,99,138)
#547295
(84,114,149)
#6781A0
(103,129,160)
#7A90AB
(122,144,171)
#8D9FB6
(141,159,182)
#A0AEC1
(160,174,193)
#B3BDCC
(179,189,204)
#C6CCD7
(198,204,215)
#D9DBE2
(217,219,226)
#ECEAED
(236,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E547F color. Also use rgb(46,84,127) instead hex code.

Text Font Color

.myTextColor { color: #2E547F; }

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

This text font color is #2E547F.


Background Color

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

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

This div background color is #2E547F.


Border color

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

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

This div border color is #2E547F.


Opacity

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

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

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

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

This text has shadow with #2E547F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E547F on black background.


Color preview on white background

This text has color #2E547F on white background.



Black color preview on #2E547F background

This text has black color on #2E547F background.


White color preview on #2E547F background

This text has white color on #2E547F background.