Shades of Atoll #287E88
Tints of Atoll #287E88
RGB
CMYK
RGB Variations
Color information
#287E88 (or 0x287E88) is known color: Atoll. HEX triplet: 28, 7E and 88. RGB value is (40,126,136). Sum of RGB (Red+Green+Blue) = 40+126+136=302 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.25% from 302); Green value is 126 (49.61% from 255 or 41.72% from 302); Blue value is 136 (53.52% from 255 or 45.03% from 302); Max value from RGB is 136 - color contains mainly: blue. Hex color #287E88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287E88 is #D78177. Grayscale: #656565. Windows color (decimal): -14123384 or 8945192. OLE color: 8945192.
HSL color Cylindrical-coordinate representation of color #287E88: hue angle of 186.25º 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 #287E88 is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 126 | 136 | - |
| CMYK | 0.71 | 0.07 | 0 | 0.47 |
| HSL | 186.25º | 0.55% | 0.35% | - |
| HSV(B) | 186.25º | 0.71% | 0.53% | - |
| XYZ | 12.78 | 17.15 | 25.93 | - |
| YUV | 101.43 | 147.51 | 84.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 126 | 136 | 0.71 | 0.07 | 0 | 0.47 | 186.25 | 0.55 | 0.35 |
| Hex | 28 | 7E | 88 | 47 | 7 | 0 | 2F | BA | 37 | 23 |
| Octal | 50 | 176 | 210 | 107 | 7 | 0 | 57 | 272 | 67 | 43 |
| Binary | 101000 | 1111110 | 10001000 | 1000111 | 111 | 0 | 101111 | 10111010 | 110111 | 100011 |
Color Harmonies of #287E88
Complementary color
Monochromatic Colors of #287E88
Black with #287E88
Text Example
Text Example
White with #287E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287E88; }
p { color: rgb(40,126,136); }
H1.HeaderClassName
{
color: #287E88;
}
.AnyTagClassName
{
color: #287E88;
}
</style>
background-color css
<style>
a { background-color: #287E88; }
a { background-color: rgb(40,126,136); }
div.DivClassName
{
background-color: #287E88;
}
.BgClassName
{
background-color: #287E88;
}
</style>
border-color css
<style>
span { border-color: #287E88; }
span { border-color: rgb(40,126,136); }
td.TdClassName
{
border-color: #287E88;
}
.TagClassName
{
border-color: #287E88;
}
</style>