Shades of Atoll #288089
Tints of Atoll #288089
RGB
CMYK
RGB Variations
Color information
#288089 (or 0x288089) is known color: Atoll. HEX triplet: 28, 80 and 89. RGB value is (40,128,137). Sum of RGB (Red+Green+Blue) = 40+128+137=305 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.11% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 137 - color contains mainly: blue. Hex color #288089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288089 is #D77F76. Grayscale: #666666. Windows color (decimal): -14122871 or 9011240. OLE color: 9011240.
HSL color Cylindrical-coordinate representation of color #288089: hue angle of 185.57º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288089 is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 128 | 137 | - |
| CMYK | 0.71 | 0.07 | 0 | 0.46 |
| HSL | 185.57º | 0.55% | 0.35% | - |
| HSV(B) | 185.57º | 0.71% | 0.54% | - |
| XYZ | 13.11 | 17.7 | 26.39 | - |
| YUV | 102.71 | 147.35 | 83.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 128 | 137 | 0.71 | 0.07 | 0 | 0.46 | 185.57 | 0.55 | 0.35 |
| Hex | 28 | 80 | 89 | 47 | 7 | 0 | 2E | BA | 37 | 23 |
| Octal | 50 | 200 | 211 | 107 | 7 | 0 | 56 | 272 | 67 | 43 |
| Binary | 101000 | 10000000 | 10001001 | 1000111 | 111 | 0 | 101110 | 10111010 | 110111 | 100011 |
Color Harmonies of #288089
Complementary color
Monochromatic Colors of #288089
Black with #288089
Text Example
Text Example
White with #288089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288089; }
p { color: rgb(40,128,137); }
H1.HeaderClassName
{
color: #288089;
}
.AnyTagClassName
{
color: #288089;
}
</style>
background-color css
<style>
a { background-color: #288089; }
a { background-color: rgb(40,128,137); }
div.DivClassName
{
background-color: #288089;
}
.BgClassName
{
background-color: #288089;
}
</style>
border-color css
<style>
span { border-color: #288089; }
span { border-color: rgb(40,128,137); }
td.TdClassName
{
border-color: #288089;
}
.TagClassName
{
border-color: #288089;
}
</style>