Shades of Atoll #288588
Tints of Atoll #288588
RGB
CMYK
RGB Variations
Color information
#288588 (or 0x288588) is known color: Atoll. HEX triplet: 28, 85 and 88. RGB value is (40,133,136). Sum of RGB (Red+Green+Blue) = 40+133+136=309 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.94% from 309); Green value is 133 (52.34% from 255 or 43.04% from 309); Blue value is 136 (53.52% from 255 or 44.01% from 309); Max value from RGB is 136 - color contains mainly: blue. Hex color #288588 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288588 is #D77A77. Grayscale: #696969. Windows color (decimal): -14121592 or 8946984. OLE color: 8946984.
HSL color Cylindrical-coordinate representation of color #288588: hue angle of 181.88º 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 #288588 is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 133 | 136 | - |
| CMYK | 0.71 | 0.02 | 0 | 0.47 |
| HSL | 181.88º | 0.55% | 0.35% | - |
| HSV(B) | 181.88º | 0.71% | 0.53% | - |
| XYZ | 13.71 | 19 | 26.24 | - |
| YUV | 105.54 | 145.19 | 81.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 133 | 136 | 0.71 | 0.02 | 0 | 0.47 | 181.88 | 0.55 | 0.35 |
| Hex | 28 | 85 | 88 | 47 | 2 | 0 | 2F | B6 | 37 | 23 |
| Octal | 50 | 205 | 210 | 107 | 2 | 0 | 57 | 266 | 67 | 43 |
| Binary | 101000 | 10000101 | 10001000 | 1000111 | 10 | 0 | 101111 | 10110110 | 110111 | 100011 |
Color Harmonies of #288588
Complementary color
Monochromatic Colors of #288588
Black with #288588
Text Example
Text Example
White with #288588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288588; }
p { color: rgb(40,133,136); }
H1.HeaderClassName
{
color: #288588;
}
.AnyTagClassName
{
color: #288588;
}
</style>
background-color css
<style>
a { background-color: #288588; }
a { background-color: rgb(40,133,136); }
div.DivClassName
{
background-color: #288588;
}
.BgClassName
{
background-color: #288588;
}
</style>
border-color css
<style>
span { border-color: #288588; }
span { border-color: rgb(40,133,136); }
td.TdClassName
{
border-color: #288588;
}
.TagClassName
{
border-color: #288588;
}
</style>