Shades of Atoll #287F84
Tints of Atoll #287F84
RGB
CMYK
RGB Variations
Color information
#287F84 (or 0x287F84) is known color: Atoll. HEX triplet: 28, 7F and 84. RGB value is (40,127,132). Sum of RGB (Red+Green+Blue) = 40+127+132=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 127 (50% from 255 or 42.47% from 299); Blue value is 132 (51.95% from 255 or 44.15% from 299); Max value from RGB is 132 - color contains mainly: blue. Hex color #287F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287F84 is #D7807B. Grayscale: #656565. Windows color (decimal): -14123132 or 8683304. OLE color: 8683304.
HSL color Cylindrical-coordinate representation of color #287F84: hue angle of 183.26º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #287F84 is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 127 | 132 | - |
| CMYK | 0.70 | 0.04 | 0 | 0.48 |
| HSL | 183.26º | 0.53% | 0.34% | - |
| HSV(B) | 183.26º | 0.7% | 0.52% | - |
| XYZ | 12.63 | 17.3 | 24.5 | - |
| YUV | 101.56 | 145.18 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 127 | 132 | 0.70 | 0.04 | 0 | 0.48 | 183.26 | 0.53 | 0.34 |
| Hex | 28 | 7F | 84 | 46 | 4 | 0 | 30 | B7 | 35 | 22 |
| Octal | 50 | 177 | 204 | 106 | 4 | 0 | 60 | 267 | 65 | 42 |
| Binary | 101000 | 1111111 | 10000100 | 1000110 | 100 | 0 | 110000 | 10110111 | 110101 | 100010 |
Color Harmonies of #287F84
Complementary color
Monochromatic Colors of #287F84
Black with #287F84
Text Example
Text Example
White with #287F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287F84; }
p { color: rgb(40,127,132); }
H1.HeaderClassName
{
color: #287F84;
}
.AnyTagClassName
{
color: #287F84;
}
</style>
background-color css
<style>
a { background-color: #287F84; }
a { background-color: rgb(40,127,132); }
div.DivClassName
{
background-color: #287F84;
}
.BgClassName
{
background-color: #287F84;
}
</style>
border-color css
<style>
span { border-color: #287F84; }
span { border-color: rgb(40,127,132); }
td.TdClassName
{
border-color: #287F84;
}
.TagClassName
{
border-color: #287F84;
}
</style>