Shades of Atoll #288188
Tints of Atoll #288188
RGB
CMYK
RGB Variations
Color information
#288188 (or 0x288188) is known color: Atoll. HEX triplet: 28, 81 and 88. RGB value is (40,129,136). Sum of RGB (Red+Green+Blue) = 40+129+136=305 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.11% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 136 - color contains mainly: blue. Hex color #288188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288188 is #D77E77. Grayscale: #676767. Windows color (decimal): -14122616 or 8945960. OLE color: 8945960.
HSL color Cylindrical-coordinate representation of color #288188: hue angle of 184.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 #288188 is Cyan = 0.71, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 129 | 136 | - |
| CMYK | 0.71 | 0.05 | 0 | 0.47 |
| HSL | 184.38º | 0.55% | 0.35% | - |
| HSV(B) | 184.38º | 0.71% | 0.53% | - |
| XYZ | 13.17 | 17.93 | 26.06 | - |
| YUV | 103.19 | 146.51 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 129 | 136 | 0.71 | 0.05 | 0 | 0.47 | 184.38 | 0.55 | 0.35 |
| Hex | 28 | 81 | 88 | 47 | 5 | 0 | 2F | B8 | 37 | 23 |
| Octal | 50 | 201 | 210 | 107 | 5 | 0 | 57 | 270 | 67 | 43 |
| Binary | 101000 | 10000001 | 10001000 | 1000111 | 101 | 0 | 101111 | 10111000 | 110111 | 100011 |
Color Harmonies of #288188
Complementary color
Monochromatic Colors of #288188
Black with #288188
Text Example
Text Example
White with #288188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288188; }
p { color: rgb(40,129,136); }
H1.HeaderClassName
{
color: #288188;
}
.AnyTagClassName
{
color: #288188;
}
</style>
background-color css
<style>
a { background-color: #288188; }
a { background-color: rgb(40,129,136); }
div.DivClassName
{
background-color: #288188;
}
.BgClassName
{
background-color: #288188;
}
</style>
border-color css
<style>
span { border-color: #288188; }
span { border-color: rgb(40,129,136); }
td.TdClassName
{
border-color: #288188;
}
.TagClassName
{
border-color: #288188;
}
</style>