Shades of Atoll #288288
Tints of Atoll #288288
RGB
CMYK
RGB Variations
Color information
#288288 (or 0x288288) is known color: Atoll. HEX triplet: 28, 82 and 88. RGB value is (40,130,136). Sum of RGB (Red+Green+Blue) = 40+130+136=306 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.07% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 136 (53.52% from 255 or 44.44% from 306); Max value from RGB is 136 - color contains mainly: blue. Hex color #288288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288288 is #D77D77. Grayscale: #676767. Windows color (decimal): -14122360 or 8946216. OLE color: 8946216.
HSL color Cylindrical-coordinate representation of color #288288: hue angle of 183.75º 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 #288288 is Cyan = 0.71, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 130 | 136 | - |
| CMYK | 0.71 | 0.04 | 0 | 0.47 |
| HSL | 183.75º | 0.55% | 0.35% | - |
| HSV(B) | 183.75º | 0.71% | 0.53% | - |
| XYZ | 13.3 | 18.19 | 26.1 | - |
| YUV | 103.77 | 146.18 | 82.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 136 | 0.71 | 0.04 | 0 | 0.47 | 183.75 | 0.55 | 0.35 |
| Hex | 28 | 82 | 88 | 47 | 4 | 0 | 2F | B8 | 37 | 23 |
| Octal | 50 | 202 | 210 | 107 | 4 | 0 | 57 | 270 | 67 | 43 |
| Binary | 101000 | 10000010 | 10001000 | 1000111 | 100 | 0 | 101111 | 10111000 | 110111 | 100011 |
Color Harmonies of #288288
Complementary color
Monochromatic Colors of #288288
Black with #288288
Text Example
Text Example
White with #288288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288288; }
p { color: rgb(40,130,136); }
H1.HeaderClassName
{
color: #288288;
}
.AnyTagClassName
{
color: #288288;
}
</style>
background-color css
<style>
a { background-color: #288288; }
a { background-color: rgb(40,130,136); }
div.DivClassName
{
background-color: #288288;
}
.BgClassName
{
background-color: #288288;
}
</style>
border-color css
<style>
span { border-color: #288288; }
span { border-color: rgb(40,130,136); }
td.TdClassName
{
border-color: #288288;
}
.TagClassName
{
border-color: #288288;
}
</style>