COLOR #2E789F

HEX: #2E789F
RGB: (46,120,159)

Color info

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

RGB color model

#2E789F color RGB value is (46,120,159).

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

RGB channels and saturation

R 46 of 255 = 18%
G 120 of 255 = 47%
B 159 of 255 = 62%

46
120
159

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

Portions of RGB colors in percentages

R + G + B =
46 + 120 + 159 = 325 (100%)
R 46 of 325 ~ 14.15%
G 120 of 325 ~ 36.92%
B 159 of 325 ~ 48.92%

%14.15
%36.92
%48.92

CMYK color model

#2E789F color CMYK value is (71,25,0,38).

  • cyan value is 71.07%
  • magenta value is 24.53%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(71,25,0,38)
C71M25Y0K38 
(71%,25%,0%,38%)
(0.71/0.25/0.00/0.38)	

CMYK percentages

%71.07
%24.53
%0
%37.65

Codes

Color #2E789F in popluar color models

2E789F
RGB46120159
HSL201°55.12%40.20%
HSB/HSV201°71.07%62.35%
CMYK71.07%24.53%0.00%
37.65%

Color #2E789F in popluar number systems.

HEX2E789F
Decimal46120159
Binary101110111100010011111
Octal56170237

Shades and tints

Shades of #2E789F

#2E789F
(46,120,159)
#2A6E91
(42,110,145)
#266483
(38,100,131)
#225A75
(34,90,117)
#1E5067
(30,80,103)
#1A4659
(26,70,89)
#163C4B
(22,60,75)
#12323D
(18,50,61)
#0E282F
(14,40,47)
#0A1E21
(10,30,33)
#061413
(6,20,19)
#000000
(0,0,0)

Tints of #2E789F

#2E789F
(46,120,159)
#4184A7
(65,132,167)
#5490AF
(84,144,175)
#679CB7
(103,156,183)
#7AA8BF
(122,168,191)
#8DB4C7
(141,180,199)
#A0C0CF
(160,192,207)
#B3CCD7
(179,204,215)
#C6D8DF
(198,216,223)
#D9E4E7
(217,228,231)
#ECF0EF
(236,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E789F; }

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

This text font color is #2E789F.


Background Color

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

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

This div background color is #2E789F.


Border color

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

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

This div border color is #2E789F.


Opacity

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

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

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

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

This text has shadow with #2E789F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E789F on black background.


Color preview on white background

This text has color #2E789F on white background.



Black color preview on #2E789F background

This text has black color on #2E789F background.


White color preview on #2E789F background

This text has white color on #2E789F background.