COLOR #2E6B9F

HEX: #2E6B9F
RGB: (46,107,159)

Color info

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

RGB color model

#2E6B9F color RGB value is (46,107,159).

  • red value is 46;
  • green value is 107;
  • blue value is 159.
RGB:
(46,107,159)
(18%,42%,62%)

RGB channels and saturation

R 46 of 255 = 18%
G 107 of 255 = 42%
B 159 of 255 = 62%

46
107
159

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

Portions of RGB colors in percentages

R + G + B =
46 + 107 + 159 = 312 (100%)
R 46 of 312 ~ 14.74%
G 107 of 312 ~ 34.29%
B 159 of 312 ~ 50.96%

%14.74
%34.29
%50.96

CMYK color model

#2E6B9F color CMYK value is (71,33,0,38).

  • cyan value is 71.07%
  • magenta value is 32.70%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(71,33,0,38)
C71M33Y0K38 
(71%,33%,0%,38%)
(0.71/0.33/0.00/0.38)	

CMYK percentages

%71.07
%32.7
%0
%37.65

Codes

Color #2E6B9F in popluar color models

2E6B9F
RGB46107159
HSL208°55.12%40.20%
HSB/HSV208°71.07%62.35%
CMYK71.07%32.70%0.00%
37.65%

Color #2E6B9F in popluar number systems.

HEX2E6B9F
Decimal46107159
Binary101110110101110011111
Octal56153237

Shades and tints

Shades of #2E6B9F

#2E6B9F
(46,107,159)
#2A6291
(42,98,145)
#265983
(38,89,131)
#225075
(34,80,117)
#1E4767
(30,71,103)
#1A3E59
(26,62,89)
#16354B
(22,53,75)
#122C3D
(18,44,61)
#0E232F
(14,35,47)
#0A1A21
(10,26,33)
#061113
(6,17,19)
#000000
(0,0,0)

Tints of #2E6B9F

#2E6B9F
(46,107,159)
#4178A7
(65,120,167)
#5485AF
(84,133,175)
#6792B7
(103,146,183)
#7A9FBF
(122,159,191)
#8DACC7
(141,172,199)
#A0B9CF
(160,185,207)
#B3C6D7
(179,198,215)
#C6D3DF
(198,211,223)
#D9E0E7
(217,224,231)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E6B9F color. Also use rgb(46,107,159) instead hex code.

Text Font Color

.myTextColor { color: #2E6B9F; }

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

This text font color is #2E6B9F.


Background Color

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

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

This div background color is #2E6B9F.


Border color

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

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

This div border color is #2E6B9F.


Opacity

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

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

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

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

This text has shadow with #2E6B9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E6B9F on black background.


Color preview on white background

This text has color #2E6B9F on white background.



Black color preview on #2E6B9F background

This text has black color on #2E6B9F background.


White color preview on #2E6B9F background

This text has white color on #2E6B9F background.