COLOR #2E6999

HEX: #2E6999
RGB: (46,105,153)

Color info

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

RGB color model

#2E6999 color RGB value is (46,105,153).

  • red value is 46;
  • green value is 105;
  • blue value is 153.
RGB:
(46,105,153)
(18%,41%,60%)

RGB channels and saturation

R 46 of 255 = 18%
G 105 of 255 = 41%
B 153 of 255 = 60%

46
105
153

R + G + B ~ 40%. #2E6999 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
46 + 105 + 153 = 304 (100%)
R 46 of 304 ~ 15.13%
G 105 of 304 ~ 34.54%
B 153 of 304 ~ 50.33%

%15.13
%34.54
%50.33

CMYK color model

#2E6999 color CMYK value is (70,31,0,40).

  • cyan value is 69.93%
  • magenta value is 31.37%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(70,31,0,40)
C70M31Y0K40 
(70%,31%,0%,40%)
(0.70/0.31/0.00/0.40)	

CMYK percentages

%69.93
%31.37
%0
%40

Codes

Color #2E6999 in popluar color models

2E6999
RGB46105153
HSL207°53.77%39.02%
HSB/HSV207°69.93%60.00%
CMYK69.93%31.37%0.00%
40.00%

Color #2E6999 in popluar number systems.

HEX2E6999
Decimal46105153
Binary101110110100110011001
Octal56151231

Shades and tints

Shades of #2E6999

#2E6999
(46,105,153)
#2A608C
(42,96,140)
#26577F
(38,87,127)
#224E72
(34,78,114)
#1E4565
(30,69,101)
#1A3C58
(26,60,88)
#16334B
(22,51,75)
#122A3E
(18,42,62)
#0E2131
(14,33,49)
#0A1824
(10,24,36)
#060F17
(6,15,23)
#000000
(0,0,0)

Tints of #2E6999

#2E6999
(46,105,153)
#4176A2
(65,118,162)
#5483AB
(84,131,171)
#6790B4
(103,144,180)
#7A9DBD
(122,157,189)
#8DAAC6
(141,170,198)
#A0B7CF
(160,183,207)
#B3C4D8
(179,196,216)
#C6D1E1
(198,209,225)
#D9DEEA
(217,222,234)
#ECEBF3
(236,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E6999 color. Also use rgb(46,105,153) instead hex code.

Text Font Color

.myTextColor { color: #2E6999; }

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

This text font color is #2E6999.


Background Color

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

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

This div background color is #2E6999.


Border color

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

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

This div border color is #2E6999.


Opacity

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

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

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

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

This text has shadow with #2E6999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E6999 on black background.


Color preview on white background

This text has color #2E6999 on white background.



Black color preview on #2E6999 background

This text has black color on #2E6999 background.


White color preview on #2E6999 background

This text has white color on #2E6999 background.