Shades of Atoll #288887
Tints of Atoll #288887
RGB
CMYK
RGB Variations
Color information
#288887 (or 0x288887) is known color: Atoll. HEX triplet: 28, 88 and 87. RGB value is (40,136,135). Sum of RGB (Red+Green+Blue) = 40+136+135=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 136 (53.52% from 255 or 43.73% from 311); Blue value is 135 (53.12% from 255 or 43.41% from 311); Max value from RGB is 136 - color contains mainly: green. Hex color #288887 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288887 is #D77778. Grayscale: #6B6B6B. Windows color (decimal): -14120825 or 8882216. OLE color: 8882216.
HSL color Cylindrical-coordinate representation of color #288887: hue angle of 179.38º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288887 is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 136 | 135 | - |
| CMYK | 0.71 | 0 | 0.01 | 0.47 |
| HSL | 179.38º | 0.55% | 0.35% | - |
| HSV(B) | 179.38º | 0.71% | 0.53% | - |
| XYZ | 14.05 | 19.81 | 26 | - |
| YUV | 107.18 | 143.7 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 136 | 135 | 0.71 | 0 | 0.01 | 0.47 | 179.38 | 0.55 | 0.35 |
| Hex | 28 | 88 | 87 | 47 | 0 | 1 | 2F | B3 | 37 | 23 |
| Octal | 50 | 210 | 207 | 107 | 0 | 1 | 57 | 263 | 67 | 43 |
| Binary | 101000 | 10001000 | 10000111 | 1000111 | 0 | 1 | 101111 | 10110011 | 110111 | 100011 |
Color Harmonies of #288887
Complementary color
Monochromatic Colors of #288887
Black with #288887
Text Example
Text Example
White with #288887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288887; }
p { color: rgb(40,136,135); }
H1.HeaderClassName
{
color: #288887;
}
.AnyTagClassName
{
color: #288887;
}
</style>
background-color css
<style>
a { background-color: #288887; }
a { background-color: rgb(40,136,135); }
div.DivClassName
{
background-color: #288887;
}
.BgClassName
{
background-color: #288887;
}
</style>
border-color css
<style>
span { border-color: #288887; }
span { border-color: rgb(40,136,135); }
td.TdClassName
{
border-color: #288887;
}
.TagClassName
{
border-color: #288887;
}
</style>