Shades of Atoll #286E71
Tints of Atoll #286E71
RGB
CMYK
RGB Variations
Color information
#286E71 (or 0x286E71) is known color: Atoll. HEX triplet: 28, 6E and 71. RGB value is (40,110,113). Sum of RGB (Red+Green+Blue) = 40+110+113=263 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.21% from 263); Green value is 110 (43.36% from 255 or 41.83% from 263); Blue value is 113 (44.53% from 255 or 42.97% from 263); Max value from RGB is 113 - color contains mainly: blue. Hex color #286E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286E71 is #D7918E. Grayscale: #595959. Windows color (decimal): -14127503 or 7433768. OLE color: 7433768.
HSL color Cylindrical-coordinate representation of color #286E71: hue angle of 182.47º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #286E71 is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 110 | 113 | - |
| CMYK | 0.65 | 0.03 | 0 | 0.56 |
| HSL | 182.47º | 0.48% | 0.3% | - |
| HSV(B) | 182.47º | 0.65% | 0.44% | - |
| XYZ | 9.43 | 12.8 | 17.6 | - |
| YUV | 89.41 | 141.31 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 110 | 113 | 0.65 | 0.03 | 0 | 0.56 | 182.47 | 0.48 | 0.3 |
| Hex | 28 | 6E | 71 | 41 | 3 | 0 | 38 | B6 | 30 | 1E |
| Octal | 50 | 156 | 161 | 101 | 3 | 0 | 70 | 266 | 60 | 36 |
| Binary | 101000 | 1101110 | 1110001 | 1000001 | 11 | 0 | 111000 | 10110110 | 110000 | 11110 |
Color Harmonies of #286E71
Complementary color
Monochromatic Colors of #286E71
Black with #286E71
Text Example
Text Example
White with #286E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286E71; }
p { color: rgb(40,110,113); }
H1.HeaderClassName
{
color: #286E71;
}
.AnyTagClassName
{
color: #286E71;
}
</style>
background-color css
<style>
a { background-color: #286E71; }
a { background-color: rgb(40,110,113); }
div.DivClassName
{
background-color: #286E71;
}
.BgClassName
{
background-color: #286E71;
}
</style>
border-color css
<style>
span { border-color: #286E71; }
span { border-color: rgb(40,110,113); }
td.TdClassName
{
border-color: #286E71;
}
.TagClassName
{
border-color: #286E71;
}
</style>