COLOR #2E5691

HEX: #2E5691 RGB: (46,86,145)

Color info

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

RGB color model

#2E5691 color RGB value is (46,86,145).

RGB: (46,86,145) (18%, 34%, 57%)

RGB channels and saturation

R 46 of 255 = 18%
G 86 of 255 = 34%
B 145 of 255 = 57%

46
86
145

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

Portions of RGB colors in percentages

R + G + B = 46 + 86 + 145 = 277 (100%)
R 46 of 277 ~ 16.61%
G 86 of 277 ~ 31.05%
B 145 of 277 ~ 52.35'%

%16.61
%31.05
%52.35

CMYK color model

#2E5691 color CMYK value is (68,41,0,43).

  • cyan value is 68.28%
  • magenta value is 40.69%
  • yellow value is 0.00%
  • key color value is 43.14%

CMYK: (68,41,0,43)
C68M41Y0K43 (68%, 41%, 0%, 43%)
(0.68 / 0.41 / 0.00 / 0.43)

CMYK percentages

%68.28
%40.69
%0
%43.14

Codes

Color #2E5691 in popluar color models

2E 56 91
RGB 46 86 145
HSL 216° 51.83% 37.45%
HSB/HSV 216° 68.28% 56.86%
CMYK 68.28% 40.69% 0.00%
43.14%

Color #2E5691 in popluar number systems.

HEX 2E 56 91
Decimal 46 86 145
Binary 101110 1010110 10010001
Octal 56 126 221

Shades and tints

Shades of #2E5691

#2E5691
(46,86,145)
#2A4F84
(42,79,132)
#264877
(38,72,119)
#22416A
(34,65,106)
#1E3A5D
(30,58,93)
#1A3350
(26,51,80)
#162C43
(22,44,67)
#122536
(18,37,54)
#0E1E29
(14,30,41)
#0A171C
(10,23,28)
#06100F
(6,16,15)
#000000
(0,0,0)

Tints of #2E5691

#2E5691
(46,86,145)
#41659B
(65,101,155)
#5474A5
(84,116,165)
#6783AF
(103,131,175)
#7A92B9
(122,146,185)
#8DA1C3
(141,161,195)
#A0B0CD
(160,176,205)
#B3BFD7
(179,191,215)
#C6CEE1
(198,206,225)
#D9DDEB
(217,221,235)
#ECECF5
(236,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E5691 color. Also use rgb(46,86,145) instead hex code.

Text Font Color

.myTextColor { color: #2E5691; }

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

This text font color is #2E5691.

Background Color

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

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

This div background color is #2E5691.

Border color

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

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

This div border color is #2E5691.

Opacity

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

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

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

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

This text has shadow with #2E5691 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E5691.

Preview

Color preview on black background

This text has color #2E5691 on black background.


Color preview on white background

This text has color #2E5691 on white background.


Black color preview on #2E5691 background

This text has black color on #2E5691 background.


White color preview on #2E5691 background

This text has white color on #2E5691 background.


Related colors

Complementary color

Complementary color for #hex is #D1A96E.


I love getcolorcode.com

Triadic colors

1 #912E56 and #56912E with #2E5691 are triadic colors.

2 #91562E and #562E91 with #2E5691 are triadic colors.