COLOR #2E5894

HEX: #2E5894
RGB: (46,88,148)

Color info

#2E5894 contains mainly blue color. Web safe color of #2E5894 is #336699 (or #369).

RGB color model

#2E5894 color RGB value is (46,88,148).

  • red value is 46;
  • green value is 88;
  • blue value is 148.
RGB:
(46,88,148)
(18%,35%,58%)

RGB channels and saturation

R 46 of 255 = 18%
G 88 of 255 = 35%
B 148 of 255 = 58%

46
88
148

R + G + B ~ 37%. #2E5894 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 88 + 148 = 282 (100%)
R 46 of 282 ~ 16.31%
G 88 of 282 ~ 31.21%
B 148 of 282 ~ 52.48%

%16.31
%31.21
%52.48

CMYK color model

#2E5894 color CMYK value is (69,41,0,42).

  • cyan value is 68.92%
  • magenta value is 40.54%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(69,41,0,42)
C69M41Y0K42 
(69%,41%,0%,42%)
(0.69/0.41/0.00/0.42)	

CMYK percentages

%68.92
%40.54
%0
%41.96

Codes

Color #2E5894 in popluar color models

2E5894
RGB4688148
HSL215°52.58%38.04%
HSB/HSV215°68.92%58.04%
CMYK68.92%40.54%0.00%
41.96%

Color #2E5894 in popluar number systems.

HEX2E5894
Decimal4688148
Binary101110101100010010100
Octal56130224

Shades and tints

Shades of #2E5894

#2E5894
(46,88,148)
#2A5087
(42,80,135)
#26487A
(38,72,122)
#22406D
(34,64,109)
#1E3860
(30,56,96)
#1A3053
(26,48,83)
#162846
(22,40,70)
#122039
(18,32,57)
#0E182C
(14,24,44)
#0A101F
(10,16,31)
#060812
(6,8,18)
#000000
(0,0,0)

Tints of #2E5894

#2E5894
(46,88,148)
#41679D
(65,103,157)
#5476A6
(84,118,166)
#6785AF
(103,133,175)
#7A94B8
(122,148,184)
#8DA3C1
(141,163,193)
#A0B2CA
(160,178,202)
#B3C1D3
(179,193,211)
#C6D0DC
(198,208,220)
#D9DFE5
(217,223,229)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E5894 color. Also use rgb(46,88,148) instead hex code.

Text Font Color

.myTextColor { color: #2E5894; }

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

This text font color is #2E5894.


Background Color

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

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

This div background color is #2E5894.


Border color

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

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

This div border color is #2E5894.


Opacity

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

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

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

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

This text has shadow with #2E5894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E5894 on black background.


Color preview on white background

This text has color #2E5894 on white background.



Black color preview on #2E5894 background

This text has black color on #2E5894 background.


White color preview on #2E5894 background

This text has white color on #2E5894 background.