Shades of Atoll #286D74
Tints of Atoll #286D74
RGB
CMYK
RGB Variations
Color information
#286D74 (or 0x286D74) is known color: Atoll. HEX triplet: 28, 6D and 74. RGB value is (40,109,116). Sum of RGB (Red+Green+Blue) = 40+109+116=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 109 (42.97% from 255 or 41.13% from 265); Blue value is 116 (45.70% from 255 or 43.77% from 265); Max value from RGB is 116 - color contains mainly: blue. Hex color #286D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286D74 is #D7928B. Grayscale: #595959. Windows color (decimal): -14127756 or 7630120. OLE color: 7630120.
HSL color Cylindrical-coordinate representation of color #286D74: hue angle of 185.53º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #286D74 is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 109 | 116 | - |
| CMYK | 0.66 | 0.06 | 0 | 0.55 |
| HSL | 185.53º | 0.49% | 0.31% | - |
| HSV(B) | 185.53º | 0.66% | 0.45% | - |
| XYZ | 9.5 | 12.65 | 18.46 | - |
| YUV | 89.17 | 143.14 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 109 | 116 | 0.66 | 0.06 | 0 | 0.55 | 185.53 | 0.49 | 0.31 |
| Hex | 28 | 6D | 74 | 42 | 6 | 0 | 37 | BA | 31 | 1F |
| Octal | 50 | 155 | 164 | 102 | 6 | 0 | 67 | 272 | 61 | 37 |
| Binary | 101000 | 1101101 | 1110100 | 1000010 | 110 | 0 | 110111 | 10111010 | 110001 | 11111 |
Color Harmonies of #286D74
Complementary color
Monochromatic Colors of #286D74
Black with #286D74
Text Example
Text Example
White with #286D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286D74; }
p { color: rgb(40,109,116); }
H1.HeaderClassName
{
color: #286D74;
}
.AnyTagClassName
{
color: #286D74;
}
</style>
background-color css
<style>
a { background-color: #286D74; }
a { background-color: rgb(40,109,116); }
div.DivClassName
{
background-color: #286D74;
}
.BgClassName
{
background-color: #286D74;
}
</style>
border-color css
<style>
span { border-color: #286D74; }
span { border-color: rgb(40,109,116); }
td.TdClassName
{
border-color: #286D74;
}
.TagClassName
{
border-color: #286D74;
}
</style>