#2E8789

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

Shades of Atoll #2E8789

Tints of Atoll #2E8789

Color information

#2E8789 (or 0x2E8789) is unknown color: approx Atoll. HEX triplet: 2E, 87 and 89. RGB value is (46,135,137). Sum of RGB (Red+Green+Blue) = 46+135+137=318 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.47% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 137 (53.91% from 255 or 43.08% from 318); Max value from RGB is 137 - color contains mainly: blue. Hex color #2E8789 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8789 is #D17876. Grayscale: #6C6C6C. Windows color (decimal): -13727863 or 9013038. OLE color: 9013038.

HSL color Cylindrical-coordinate representation of color #2E8789: hue angle of 181.32º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E8789 is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB46135137-
CMYK0.660.0100.46
HSL181.32º49.73%35.88%-
HSV(B)181.32º66.42%53.73%-
XYZ14.3119.7126.72-
YUV108.62144.0183.34-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.47%
GREEN value IS 135 (53.12% from 255) = 42.45%
BLUE value IS 137 (53.91% from 255) = 43.08%
R=14.47%
G=42.45%
B=43.08%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal461351370.660.0100.46181.3249.7335.88
Hex2E878942102Eb53224
Octal5620721110210562656244
Binary101110100001111000100110000101010111010110101110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,135,137); }

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

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

 a { background-color: rgb(46,135,137); }

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

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

 span { border-color: rgb(46,135,137); }

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