Shades of Atoll #247879
Tints of Atoll #247879
RGB
CMYK
RGB Variations
Color information
#247879 (or 0x247879) is known color: Atoll. HEX triplet: 24, 78 and 79. RGB value is (36,120,121). Sum of RGB (Red+Green+Blue) = 36+120+121=277 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.00% from 277); Green value is 120 (47.27% from 255 or 43.32% from 277); Blue value is 121 (47.66% from 255 or 43.68% from 277); Max value from RGB is 121 - color contains mainly: blue. Hex color #247879 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247879 is #DB8786. Grayscale: #5E5E5E. Windows color (decimal): -14387079 or 7960612. OLE color: 7960612.
HSL color Cylindrical-coordinate representation of color #247879: hue angle of 180.71º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #247879 is Cyan = 0.70, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 36 | 120 | 121 | - |
| CMYK | 0.70 | 0.01 | 0 | 0.53 |
| HSL | 180.71º | 0.54% | 0.31% | - |
| HSV(B) | 180.71º | 0.7% | 0.47% | - |
| XYZ | 10.9 | 15.19 | 20.45 | - |
| YUV | 95 | 142.67 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 120 | 121 | 0.70 | 0.01 | 0 | 0.53 | 180.71 | 0.54 | 0.31 |
| Hex | 24 | 78 | 79 | 46 | 1 | 0 | 35 | B5 | 36 | 1F |
| Octal | 44 | 170 | 171 | 106 | 1 | 0 | 65 | 265 | 66 | 37 |
| Binary | 100100 | 1111000 | 1111001 | 1000110 | 1 | 0 | 110101 | 10110101 | 110110 | 11111 |
Color Harmonies of #247879
Complementary color
Monochromatic Colors of #247879
Black with #247879
Text Example
Text Example
White with #247879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247879; }
p { color: rgb(36,120,121); }
H1.HeaderClassName
{
color: #247879;
}
.AnyTagClassName
{
color: #247879;
}
</style>
background-color css
<style>
a { background-color: #247879; }
a { background-color: rgb(36,120,121); }
div.DivClassName
{
background-color: #247879;
}
.BgClassName
{
background-color: #247879;
}
</style>
border-color css
<style>
span { border-color: #247879; }
span { border-color: rgb(36,120,121); }
td.TdClassName
{
border-color: #247879;
}
.TagClassName
{
border-color: #247879;
}
</style>