Shades of Atoll #287D89
Tints of Atoll #287D89
RGB
CMYK
RGB Variations
Color information
#287D89 (or 0x287D89) is known color: Atoll. HEX triplet: 28, 7D and 89. RGB value is (40,125,137). Sum of RGB (Red+Green+Blue) = 40+125+137=302 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.25% from 302); Green value is 125 (49.22% from 255 or 41.39% from 302); Blue value is 137 (53.91% from 255 or 45.36% from 302); Max value from RGB is 137 - color contains mainly: blue. Hex color #287D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287D89 is #D78276. Grayscale: #646464. Windows color (decimal): -14123639 or 9010472. OLE color: 9010472.
HSL color Cylindrical-coordinate representation of color #287D89: hue angle of 187.42º 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 #287D89 is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 125 | 137 | - |
| CMYK | 0.71 | 0.09 | 0 | 0.46 |
| HSL | 187.42º | 0.55% | 0.35% | - |
| HSV(B) | 187.42º | 0.71% | 0.54% | - |
| XYZ | 12.72 | 16.92 | 26.26 | - |
| YUV | 100.95 | 148.34 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 125 | 137 | 0.71 | 0.09 | 0 | 0.46 | 187.42 | 0.55 | 0.35 |
| Hex | 28 | 7D | 89 | 47 | 9 | 0 | 2E | BB | 37 | 23 |
| Octal | 50 | 175 | 211 | 107 | 11 | 0 | 56 | 273 | 67 | 43 |
| Binary | 101000 | 1111101 | 10001001 | 1000111 | 1001 | 0 | 101110 | 10111011 | 110111 | 100011 |
Color Harmonies of #287D89
Complementary color
Monochromatic Colors of #287D89
Black with #287D89
Text Example
Text Example
White with #287D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287D89; }
p { color: rgb(40,125,137); }
H1.HeaderClassName
{
color: #287D89;
}
.AnyTagClassName
{
color: #287D89;
}
</style>
background-color css
<style>
a { background-color: #287D89; }
a { background-color: rgb(40,125,137); }
div.DivClassName
{
background-color: #287D89;
}
.BgClassName
{
background-color: #287D89;
}
</style>
border-color css
<style>
span { border-color: #287D89; }
span { border-color: rgb(40,125,137); }
td.TdClassName
{
border-color: #287D89;
}
.TagClassName
{
border-color: #287D89;
}
</style>