Shades of Atoll #287B87
Tints of Atoll #287B87
RGB
CMYK
RGB Variations
Color information
#287B87 (or 0x287B87) is known color: Atoll. HEX triplet: 28, 7B and 87. RGB value is (40,123,135). Sum of RGB (Red+Green+Blue) = 40+123+135=298 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.42% from 298); Green value is 123 (48.44% from 255 or 41.28% from 298); Blue value is 135 (53.12% from 255 or 45.30% from 298); Max value from RGB is 135 - color contains mainly: blue. Hex color #287B87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287B87 is #D78478. Grayscale: #636363. Windows color (decimal): -14124153 or 8878888. OLE color: 8878888.
HSL color Cylindrical-coordinate representation of color #287B87: hue angle of 187.58º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #287B87 is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 123 | 135 | - |
| CMYK | 0.70 | 0.09 | 0 | 0.47 |
| HSL | 187.58º | 0.54% | 0.34% | - |
| HSV(B) | 187.58º | 0.7% | 0.53% | - |
| XYZ | 12.33 | 16.37 | 25.43 | - |
| YUV | 99.55 | 148 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 123 | 135 | 0.70 | 0.09 | 0 | 0.47 | 187.58 | 0.54 | 0.34 |
| Hex | 28 | 7B | 87 | 46 | 9 | 0 | 2F | BC | 36 | 22 |
| Octal | 50 | 173 | 207 | 106 | 11 | 0 | 57 | 274 | 66 | 42 |
| Binary | 101000 | 1111011 | 10000111 | 1000110 | 1001 | 0 | 101111 | 10111100 | 110110 | 100010 |
Color Harmonies of #287B87
Complementary color
Monochromatic Colors of #287B87
Black with #287B87
Text Example
Text Example
White with #287B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287B87; }
p { color: rgb(40,123,135); }
H1.HeaderClassName
{
color: #287B87;
}
.AnyTagClassName
{
color: #287B87;
}
</style>
background-color css
<style>
a { background-color: #287B87; }
a { background-color: rgb(40,123,135); }
div.DivClassName
{
background-color: #287B87;
}
.BgClassName
{
background-color: #287B87;
}
</style>
border-color css
<style>
span { border-color: #287B87; }
span { border-color: rgb(40,123,135); }
td.TdClassName
{
border-color: #287B87;
}
.TagClassName
{
border-color: #287B87;
}
</style>