COLOR #2E6598

HEX: #2E6598
RGB: (46,101,152)

Color info

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

RGB color model

#2E6598 color RGB value is (46,101,152).

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

RGB channels and saturation

R 46 of 255 = 18%
G 101 of 255 = 40%
B 152 of 255 = 60%

46
101
152

R + G + B ~ 39%. #2E6598 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 101 + 152 = 299 (100%)
R 46 of 299 ~ 15.38%
G 101 of 299 ~ 33.78%
B 152 of 299 ~ 50.84%

%15.38
%33.78
%50.84

CMYK color model

#2E6598 color CMYK value is (70,34,0,40).

  • cyan value is 69.74%
  • magenta value is 33.55%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(70,34,0,40)
C70M34Y0K40 
(70%,34%,0%,40%)
(0.70/0.34/0.00/0.40)	

CMYK percentages

%69.74
%33.55
%0
%40.39

Codes

Color #2E6598 in popluar color models

2E6598
RGB46101152
HSL209°53.54%38.82%
HSB/HSV209°69.74%59.61%
CMYK69.74%33.55%0.00%
40.39%

Color #2E6598 in popluar number systems.

HEX2E6598
Decimal46101152
Binary101110110010110011000
Octal56145230

Shades and tints

Shades of #2E6598

#2E6598
(46,101,152)
#2A5C8B
(42,92,139)
#26537E
(38,83,126)
#224A71
(34,74,113)
#1E4164
(30,65,100)
#1A3857
(26,56,87)
#162F4A
(22,47,74)
#12263D
(18,38,61)
#0E1D30
(14,29,48)
#0A1423
(10,20,35)
#060B16
(6,11,22)
#000000
(0,0,0)

Tints of #2E6598

#2E6598
(46,101,152)
#4173A1
(65,115,161)
#5481AA
(84,129,170)
#678FB3
(103,143,179)
#7A9DBC
(122,157,188)
#8DABC5
(141,171,197)
#A0B9CE
(160,185,206)
#B3C7D7
(179,199,215)
#C6D5E0
(198,213,224)
#D9E3E9
(217,227,233)
#ECF1F2
(236,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E6598; }

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

This text font color is #2E6598.


Background Color

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

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

This div background color is #2E6598.


Border color

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

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

This div border color is #2E6598.


Opacity

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

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

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

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

This text has shadow with #2E6598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E6598 on black background.


Color preview on white background

This text has color #2E6598 on white background.



Black color preview on #2E6598 background

This text has black color on #2E6598 background.


White color preview on #2E6598 background

This text has white color on #2E6598 background.