Shades of Atoll #286F71
Tints of Atoll #286F71
RGB
CMYK
RGB Variations
Color information
#286F71 (or 0x286F71) is known color: Atoll. HEX triplet: 28, 6F and 71. RGB value is (40,111,113). Sum of RGB (Red+Green+Blue) = 40+111+113=264 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.15% from 264); Green value is 111 (43.75% from 255 or 42.05% from 264); Blue value is 113 (44.53% from 255 or 42.80% from 264); Max value from RGB is 113 - color contains mainly: blue. Hex color #286F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286F71 is #D7908E. Grayscale: #595959. Windows color (decimal): -14127247 or 7434024. OLE color: 7434024.
HSL color Cylindrical-coordinate representation of color #286F71: hue angle of 181.64º 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 #286F71 is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 111 | 113 | - |
| CMYK | 0.65 | 0.02 | 0 | 0.56 |
| HSL | 181.64º | 0.48% | 0.3% | - |
| HSV(B) | 181.64º | 0.65% | 0.44% | - |
| XYZ | 9.54 | 13.01 | 17.63 | - |
| YUV | 90 | 140.98 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 111 | 113 | 0.65 | 0.02 | 0 | 0.56 | 181.64 | 0.48 | 0.3 |
| Hex | 28 | 6F | 71 | 41 | 2 | 0 | 38 | B6 | 30 | 1E |
| Octal | 50 | 157 | 161 | 101 | 2 | 0 | 70 | 266 | 60 | 36 |
| Binary | 101000 | 1101111 | 1110001 | 1000001 | 10 | 0 | 111000 | 10110110 | 110000 | 11110 |
Color Harmonies of #286F71
Complementary color
Monochromatic Colors of #286F71
Black with #286F71
Text Example
Text Example
White with #286F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286F71; }
p { color: rgb(40,111,113); }
H1.HeaderClassName
{
color: #286F71;
}
.AnyTagClassName
{
color: #286F71;
}
</style>
background-color css
<style>
a { background-color: #286F71; }
a { background-color: rgb(40,111,113); }
div.DivClassName
{
background-color: #286F71;
}
.BgClassName
{
background-color: #286F71;
}
</style>
border-color css
<style>
span { border-color: #286F71; }
span { border-color: rgb(40,111,113); }
td.TdClassName
{
border-color: #286F71;
}
.TagClassName
{
border-color: #286F71;
}
</style>