COLOR #2E5298

HEX: #2E5298
RGB: (46,82,152)

Color info

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

RGB color model

#2E5298 color RGB value is (46,82,152).

  • red value is 46;
  • green value is 82;
  • blue value is 152.
RGB:
(46,82,152)
(18%,32%,60%)

RGB channels and saturation

R 46 of 255 = 18%
G 82 of 255 = 32%
B 152 of 255 = 60%

46
82
152

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

Portions of RGB colors in percentages

R + G + B =
46 + 82 + 152 = 280 (100%)
R 46 of 280 ~ 16.43%
G 82 of 280 ~ 29.29%
B 152 of 280 ~ 54.29%

%16.43
%29.29
%54.29

CMYK color model

#2E5298 color CMYK value is (70,46,0,40).

  • cyan value is 69.74%
  • magenta value is 46.05%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(70,46,0,40)
C70M46Y0K40 
(70%,46%,0%,40%)
(0.70/0.46/0.00/0.40)	

CMYK percentages

%69.74
%46.05
%0
%40.39

Codes

Color #2E5298 in popluar color models

2E5298
RGB4682152
HSL220°53.54%38.82%
HSB/HSV220°69.74%59.61%
CMYK69.74%46.05%0.00%
40.39%

Color #2E5298 in popluar number systems.

HEX2E5298
Decimal4682152
Binary101110101001010011000
Octal56122230

Shades and tints

Shades of #2E5298

#2E5298
(46,82,152)
#2A4B8B
(42,75,139)
#26447E
(38,68,126)
#223D71
(34,61,113)
#1E3664
(30,54,100)
#1A2F57
(26,47,87)
#16284A
(22,40,74)
#12213D
(18,33,61)
#0E1A30
(14,26,48)
#0A1323
(10,19,35)
#060C16
(6,12,22)
#000000
(0,0,0)

Tints of #2E5298

#2E5298
(46,82,152)
#4161A1
(65,97,161)
#5470AA
(84,112,170)
#677FB3
(103,127,179)
#7A8EBC
(122,142,188)
#8D9DC5
(141,157,197)
#A0ACCE
(160,172,206)
#B3BBD7
(179,187,215)
#C6CAE0
(198,202,224)
#D9D9E9
(217,217,233)
#ECE8F2
(236,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E5298 color. Also use rgb(46,82,152) instead hex code.

Text Font Color

.myTextColor { color: #2E5298; }

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

This text font color is #2E5298.


Background Color

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

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

This div background color is #2E5298.


Border color

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

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

This div border color is #2E5298.


Opacity

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

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

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

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

This text has shadow with #2E5298 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E5298 on black background.


Color preview on white background

This text has color #2E5298 on white background.



Black color preview on #2E5298 background

This text has black color on #2E5298 background.


White color preview on #2E5298 background

This text has white color on #2E5298 background.