Shades of Atoll #286C72
Tints of Atoll #286C72
RGB
CMYK
RGB Variations
Color information
#286C72 (or 0x286C72) is known color: Atoll. HEX triplet: 28, 6C and 72. RGB value is (40,108,114). Sum of RGB (Red+Green+Blue) = 40+108+114=262 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.27% from 262); Green value is 108 (42.58% from 255 or 41.22% from 262); Blue value is 114 (44.92% from 255 or 43.51% from 262); Max value from RGB is 114 - color contains mainly: blue. Hex color #286C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286C72 is #D7938D. Grayscale: #585858. Windows color (decimal): -14128014 or 7498792. OLE color: 7498792.
HSL color Cylindrical-coordinate representation of color #286C72: hue angle of 184.86º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #286C72 is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 108 | 114 | - |
| CMYK | 0.65 | 0.05 | 0 | 0.55 |
| HSL | 184.86º | 0.48% | 0.3% | - |
| HSV(B) | 184.86º | 0.65% | 0.45% | - |
| XYZ | 9.27 | 12.39 | 17.82 | - |
| YUV | 88.35 | 142.47 | 93.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 108 | 114 | 0.65 | 0.05 | 0 | 0.55 | 184.86 | 0.48 | 0.3 |
| Hex | 28 | 6C | 72 | 41 | 5 | 0 | 37 | B9 | 30 | 1E |
| Octal | 50 | 154 | 162 | 101 | 5 | 0 | 67 | 271 | 60 | 36 |
| Binary | 101000 | 1101100 | 1110010 | 1000001 | 101 | 0 | 110111 | 10111001 | 110000 | 11110 |
Color Harmonies of #286C72
Complementary color
Monochromatic Colors of #286C72
Black with #286C72
Text Example
Text Example
White with #286C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286C72; }
p { color: rgb(40,108,114); }
H1.HeaderClassName
{
color: #286C72;
}
.AnyTagClassName
{
color: #286C72;
}
</style>
background-color css
<style>
a { background-color: #286C72; }
a { background-color: rgb(40,108,114); }
div.DivClassName
{
background-color: #286C72;
}
.BgClassName
{
background-color: #286C72;
}
</style>
border-color css
<style>
span { border-color: #286C72; }
span { border-color: rgb(40,108,114); }
td.TdClassName
{
border-color: #286C72;
}
.TagClassName
{
border-color: #286C72;
}
</style>