#2E808B

Color #2E808B Atoll (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atoll #2E808B

Tints of Atoll #2E808B

Color information

#2E808B (or 0x2E808B) is unknown color: approx Atoll. HEX triplet: 2E, 80 and 8B. RGB value is (46,128,139). Sum of RGB (Red+Green+Blue) = 46+128+139=313 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.70% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 139 - color contains mainly: blue. Hex color #2E808B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E808B is #D17F74. Grayscale: #686868. Windows color (decimal): -13729653 or 9142318. OLE color: 9142318.

HSL color Cylindrical-coordinate representation of color #2E808B: hue angle of 187.1º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E808B is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB46128139-
CMYK0.670.0800.45
HSL187.1º50.27%36.27%-
HSV(B)187.1º66.91%54.51%-
XYZ13.5117.8827.17-
YUV104.74147.3386.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 14.70%
GREEN value IS 128 (50.39% from 255) = 40.89%
BLUE value IS 139 (54.69% from 255) = 44.41%
R=14.70%
G=40.89%
B=44.41%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal461281390.670.0800.45187.150.2736.27
Hex2E808B43802Dbb3224
Octal56200213103100552736244
Binary101110100000001000101110000111000010110110111011110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E808B; }

 p { color: rgb(46,128,139); }

 H1.HeaderClassName
 {
   color: #2E808B;
 }
 .AnyTagClassName
 {
   color: #2E808B;
 }
</style>
background-color css

<style>
 a { background-color: #2E808B; }

 a { background-color: rgb(46,128,139); }

 div.DivClassName
 {
   background-color: #2E808B;
 }
 .BgClassName
 {
   background-color: #2E808B;
 }
</style>
border-color css

<style>
 span { border-color: #2E808B; }

 span { border-color: rgb(46,128,139); }

 td.TdClassName
 {
   border-color: #2E808B;
 }
 .TagClassName
 {
   border-color: #2E808B;
 }
</style>