COLOR #2E578D

HEX: #2E578D RGB: (46,87,141)

Color info

#2E578D contains mainly green and blue colors. Web safe color of #2E578D is #336699 (or #369).

RGB color model

#2E578D color RGB value is (46,87,141).

RGB: (46,87,141) (18%, 34%, 55%)

RGB channels and saturation

R 46 of 255 = 18%
G 87 of 255 = 34%
B 141 of 255 = 55%

46
87
141

R + G + B ~ 36%. #2E578D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 87 + 141 = 274 (100%)
R 46 of 274 ~ 16.79%
G 87 of 274 ~ 31.75%
B 141 of 274 ~ 51.46'%

%16.79
%31.75
%51.46

CMYK color model

#2E578D color CMYK value is (67,38,0,45).

  • cyan value is 67.38%
  • magenta value is 38.30%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK: (67,38,0,45) C67M38Y0K45 (67%,38%,0%,45%) (0.67/0.38/0.00/0.45) 

CMYK percentages

%67.38
%38.3
%0
%44.71

Codes

Color #2E578D in popluar color models

2E 57 8D
RGB 46 87 141
HSL 214° 50.80% 36.67%
HSB/HSV 214° 67.38% 55.29%
CMYK 67.38% 38.30% 0.00%
44.71%

Color #2E578D in popluar number systems.

HEX 2E 57 8D
Decimal 46 87 141
Binary 101110 1010111 10001101
Octal 56 127 215

Shades and tints

Shades of #2E578D

#2E578D
(46,87,141)
#2A5081
(42,80,129)
#264975
(38,73,117)
#224269
(34,66,105)
#1E3B5D
(30,59,93)
#1A3451
(26,52,81)
#162D45
(22,45,69)
#122639
(18,38,57)
#0E1F2D
(14,31,45)
#0A1821
(10,24,33)
#061115
(6,17,21)
#000000
(0,0,0)

Tints of #2E578D

#2E578D
(46,87,141)
#416697
(65,102,151)
#5475A1
(84,117,161)
#6784AB
(103,132,171)
#7A93B5
(122,147,181)
#8DA2BF
(141,162,191)
#A0B1C9
(160,177,201)
#B3C0D3
(179,192,211)
#C6CFDD
(198,207,221)
#D9DEE7
(217,222,231)
#ECEDF1
(236,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E578D color. Also use rgb(46,87,141) instead hex code.

Text Font Color

.myTextColor { color: #2E578D; }

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

This text font color is #2E578D.

Background Color

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

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

This div background color is #2E578D.

Border color

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

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

This div border color is #2E578D.

Opacity

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

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

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

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

This text has shadow with #2E578D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E578D.

Preview

Color preview on black background

This text has color #2E578D on black background.


Color preview on white background

This text has color #2E578D on white background.


Black color preview on #2E578D background

This text has black color on #2E578D background.


White color preview on #2E578D background

This text has white color on #2E578D background.


Related colors

Complementary color

Complementary color for #hex is #D1A872.


I love getcolorcode.com

Triadic colors

1 #8D2E57 and #578D2E with #2E578D are triadic colors.

2 #8D572E and #572E8D with #2E578D are triadic colors.