COLOR #2E8499

HEX: #2E8499 RGB: (46,132,153)

Color info

#2E8499 contains mainly green and blue colors. Web safe color of #2E8499 is #339999 (or #399).

RGB color model

#2E8499 color RGB value is (46,132,153).

RGB: (46,132,153) (18%, 52%, 60%)

RGB channels and saturation

R 46 of 255 = 18%
G 132 of 255 = 52%
B 153 of 255 = 60%

46
132
153

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

Portions of RGB colors in percentages

R + G + B = 46 + 132 + 153 = 331 (100%)
R 46 of 331 ~ 13.9%
G 132 of 331 ~ 39.88%
B 153 of 331 ~ 46.22'%

%13.9
%39.88
%46.22

CMYK color model

#2E8499 color CMYK value is (70,14,0,40).

  • cyan value is 69.93%
  • magenta value is 13.73%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (70,14,0,40)
C70M14Y0K40 (70%, 14%, 0%, 40%)
(0.70 / 0.14 / 0.00 / 0.40)

CMYK percentages

%69.93
%13.73
%0
%40

Codes

Color #2E8499 in popluar color models

2E 84 99
RGB 46 132 153
HSL 192° 53.77% 39.02%
HSB/HSV 192° 69.93% 60.00%
CMYK 69.93% 13.73% 0.00%
40.00%

Color #2E8499 in popluar number systems.

HEX 2E 84 99
Decimal 46 132 153
Binary 101110 10000100 10011001
Octal 56 204 231

Shades and tints

Shades of #2E8499

#2E8499
(46,132,153)
#2A788C
(42,120,140)
#266C7F
(38,108,127)
#226072
(34,96,114)
#1E5465
(30,84,101)
#1A4858
(26,72,88)
#163C4B
(22,60,75)
#12303E
(18,48,62)
#0E2431
(14,36,49)
#0A1824
(10,24,36)
#060C17
(6,12,23)
#000000
(0,0,0)

Tints of #2E8499

#2E8499
(46,132,153)
#418FA2
(65,143,162)
#549AAB
(84,154,171)
#67A5B4
(103,165,180)
#7AB0BD
(122,176,189)
#8DBBC6
(141,187,198)
#A0C6CF
(160,198,207)
#B3D1D8
(179,209,216)
#C6DCE1
(198,220,225)
#D9E7EA
(217,231,234)
#ECF2F3
(236,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E8499; }

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

This text font color is #2E8499.

Background Color

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

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

This div background color is #2E8499.

Border color

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

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

This div border color is #2E8499.

Opacity

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

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

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

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

This text has shadow with #2E8499 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E8499.

Preview

Color preview on black background

This text has color #2E8499 on black background.


Color preview on white background

This text has color #2E8499 on white background.


Black color preview on #2E8499 background

This text has black color on #2E8499 background.


White color preview on #2E8499 background

This text has white color on #2E8499 background.


Related colors

Complementary color

Complementary color for #hex is #D17B66.


I love getcolorcode.com

Triadic colors

1 #992E84 and #84992E with #2E8499 are triadic colors.

2 #99842E and #842E99 with #2E8499 are triadic colors.