COLOR #2E80AB

HEX: #2E80AB
RGB: (46,128,171)

Color info

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

RGB color model

#2E80AB color RGB value is (46,128,171).

  • red value is 46;
  • green value is 128;
  • blue value is 171.
RGB:
(46,128,171)
(18%,50%,67%)

RGB channels and saturation

R 46 of 255 = 18%
G 128 of 255 = 50%
B 171 of 255 = 67%

46
128
171

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

Portions of RGB colors in percentages

R + G + B =
46 + 128 + 171 = 345 (100%)
R 46 of 345 ~ 13.33%
G 128 of 345 ~ 37.1%
B 171 of 345 ~ 49.57%

%13.33
%37.1
%49.57

CMYK color model

#2E80AB color CMYK value is (73,25,0,33).

  • cyan value is 73.10%
  • magenta value is 25.15%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(73,25,0,33)
C73M25Y0K33 
(73%,25%,0%,33%)
(0.73/0.25/0.00/0.33)	

CMYK percentages

%73.1
%25.15
%0
%32.94

Codes

Color #2E80AB in popluar color models

2E80AB
RGB46128171
HSL201°57.60%42.55%
HSB/HSV201°73.10%67.06%
CMYK73.10%25.15%0.00%
32.94%

Color #2E80AB in popluar number systems.

HEX2E80AB
Decimal46128171
Binary1011101000000010101011
Octal56200253

Shades and tints

Shades of #2E80AB

#2E80AB
(46,128,171)
#2A759C
(42,117,156)
#266A8D
(38,106,141)
#225F7E
(34,95,126)
#1E546F
(30,84,111)
#1A4960
(26,73,96)
#163E51
(22,62,81)
#123342
(18,51,66)
#0E2833
(14,40,51)
#0A1D24
(10,29,36)
#061215
(6,18,21)
#000000
(0,0,0)

Tints of #2E80AB

#2E80AB
(46,128,171)
#418BB2
(65,139,178)
#5496B9
(84,150,185)
#67A1C0
(103,161,192)
#7AACC7
(122,172,199)
#8DB7CE
(141,183,206)
#A0C2D5
(160,194,213)
#B3CDDC
(179,205,220)
#C6D8E3
(198,216,227)
#D9E3EA
(217,227,234)
#ECEEF1
(236,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E80AB color. Also use rgb(46,128,171) instead hex code.

Text Font Color

.myTextColor { color: #2E80AB; }

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

This text font color is #2E80AB.


Background Color

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

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

This div background color is #2E80AB.


Border color

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

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

This div border color is #2E80AB.


Opacity

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

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

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

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

This text has shadow with #2E80AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E80AB on black background.


Color preview on white background

This text has color #2E80AB on white background.



Black color preview on #2E80AB background

This text has black color on #2E80AB background.


White color preview on #2E80AB background

This text has white color on #2E80AB background.