#2A8588

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

Shades of Atoll #2A8588

Tints of Atoll #2A8588

Color information

#2A8588 (or 0x2A8588) is unknown color: approx Atoll. HEX triplet: 2A, 85 and 88. RGB value is (42,133,136). Sum of RGB (Red+Green+Blue) = 42+133+136=311 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.50% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 136 (53.52% from 255 or 43.73% from 311); Max value from RGB is 136 - color contains mainly: blue. Hex color #2A8588 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A8588 is #D57A77. Grayscale: #6A6A6A. Windows color (decimal): -13990520 or 8946986. OLE color: 8946986.

HSL color Cylindrical-coordinate representation of color #2A8588: hue angle of 181.91º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A8588 is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB42133136-
CMYK0.690.0200.47
HSL181.91º52.81%34.9%-
HSV(B)181.91º69.12%53.33%-
XYZ13.7919.0426.24-
YUV106.13144.8582.26-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.50%
GREEN value IS 133 (52.34% from 255) = 42.77%
BLUE value IS 136 (53.52% from 255) = 43.73%
R=13.50%
G=42.77%
B=43.73%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal421331360.690.0200.47181.9152.8134.9
Hex2A858845202Fb63523
Octal5220521010520572666543
Binary1010101000010110001000100010110010111110110110110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,133,136); }

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

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

 a { background-color: rgb(42,133,136); }

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

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

 span { border-color: rgb(42,133,136); }

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