#2E818C

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

Shades of Atoll #2E818C

Tints of Atoll #2E818C

Color information

#2E818C (or 0x2E818C) is unknown color: approx Atoll. HEX triplet: 2E, 81 and 8C. RGB value is (46,129,140). Sum of RGB (Red+Green+Blue) = 46+129+140=315 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.60% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 140 - color contains mainly: blue. Hex color #2E818C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E818C is #D17E73. Grayscale: #696969. Windows color (decimal): -13729396 or 9208110. OLE color: 9208110.

HSL color Cylindrical-coordinate representation of color #2E818C: hue angle of 187.02º degrees, saturation: 0.51, 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 #2E818C is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB46129140-
CMYK0.670.0800.45
HSL187.02º50.54%36.47%-
HSV(B)187.02º67.14%54.9%-
XYZ13.7118.1727.6-
YUV105.44147.585.61-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.60%
GREEN value IS 129 (50.78% from 255) = 40.95%
BLUE value IS 140 (55.08% from 255) = 44.44%
R=14.60%
G=40.95%
B=44.44%

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
Decimal461291400.670.0800.45187.0250.5436.47
Hex2E818C43802Dbb3324
Octal56201214103100552736344
Binary101110100000011000110010000111000010110110111011110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E818C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,129,140); }

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

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

 a { background-color: rgb(46,129,140); }

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

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

 span { border-color: rgb(46,129,140); }

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