Shades of Atoll #247077
Tints of Atoll #247077
RGB
CMYK
RGB Variations
Color information
#247077 (or 0x247077) is known color: Atoll. HEX triplet: 24, 70 and 77. RGB value is (36,112,119). Sum of RGB (Red+Green+Blue) = 36+112+119=267 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.48% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 119 (46.88% from 255 or 44.57% from 267); Max value from RGB is 119 - color contains mainly: blue. Hex color #247077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247077 is #DB8F88. Grayscale: #595959. Windows color (decimal): -14389129 or 7827492. OLE color: 7827492.
HSL color Cylindrical-coordinate representation of color #247077: hue angle of 185.06º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #247077 is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 36 | 112 | 119 | - |
| CMYK | 0.70 | 0.06 | 0 | 0.53 |
| HSL | 185.06º | 0.54% | 0.3% | - |
| HSV(B) | 185.06º | 0.7% | 0.47% | - |
| XYZ | 9.85 | 13.3 | 19.5 | - |
| YUV | 90.07 | 144.32 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 112 | 119 | 0.70 | 0.06 | 0 | 0.53 | 185.06 | 0.54 | 0.3 |
| Hex | 24 | 70 | 77 | 46 | 6 | 0 | 35 | B9 | 36 | 1E |
| Octal | 44 | 160 | 167 | 106 | 6 | 0 | 65 | 271 | 66 | 36 |
| Binary | 100100 | 1110000 | 1110111 | 1000110 | 110 | 0 | 110101 | 10111001 | 110110 | 11110 |
Color Harmonies of #247077
Complementary color
Monochromatic Colors of #247077
Black with #247077
Text Example
Text Example
White with #247077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247077; }
p { color: rgb(36,112,119); }
H1.HeaderClassName
{
color: #247077;
}
.AnyTagClassName
{
color: #247077;
}
</style>
background-color css
<style>
a { background-color: #247077; }
a { background-color: rgb(36,112,119); }
div.DivClassName
{
background-color: #247077;
}
.BgClassName
{
background-color: #247077;
}
</style>
border-color css
<style>
span { border-color: #247077; }
span { border-color: rgb(36,112,119); }
td.TdClassName
{
border-color: #247077;
}
.TagClassName
{
border-color: #247077;
}
</style>