Shades of Atoll #24767E
Tints of Atoll #24767E
RGB
CMYK
RGB Variations
Color information
#24767E (or 0x24767E) is known color: Atoll. HEX triplet: 24, 76 and 7E. RGB value is (36,118,126). Sum of RGB (Red+Green+Blue) = 36+118+126=280 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.86% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 126 (49.61% from 255 or 45% from 280); Max value from RGB is 126 - color contains mainly: blue. Hex color #24767E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24767E is #DB8981. Grayscale: #5E5E5E. Windows color (decimal): -14387586 or 8287780. OLE color: 8287780.
HSL color Cylindrical-coordinate representation of color #24767E: hue angle of 185.33º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #24767E is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 36 | 118 | 126 | - |
| CMYK | 0.71 | 0.06 | 0 | 0.51 |
| HSL | 185.33º | 0.56% | 0.32% | - |
| HSV(B) | 185.33º | 0.71% | 0.49% | - |
| XYZ | 10.97 | 14.84 | 22.02 | - |
| YUV | 94.39 | 145.83 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 118 | 126 | 0.71 | 0.06 | 0 | 0.51 | 185.33 | 0.56 | 0.32 |
| Hex | 24 | 76 | 7E | 47 | 6 | 0 | 33 | B9 | 38 | 20 |
| Octal | 44 | 166 | 176 | 107 | 6 | 0 | 63 | 271 | 70 | 40 |
| Binary | 100100 | 1110110 | 1111110 | 1000111 | 110 | 0 | 110011 | 10111001 | 111000 | 100000 |
Color Harmonies of #24767E
Complementary color
Monochromatic Colors of #24767E
Black with #24767E
Text Example
Text Example
White with #24767E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24767E; }
p { color: rgb(36,118,126); }
H1.HeaderClassName
{
color: #24767E;
}
.AnyTagClassName
{
color: #24767E;
}
</style>
background-color css
<style>
a { background-color: #24767E; }
a { background-color: rgb(36,118,126); }
div.DivClassName
{
background-color: #24767E;
}
.BgClassName
{
background-color: #24767E;
}
</style>
border-color css
<style>
span { border-color: #24767E; }
span { border-color: rgb(36,118,126); }
td.TdClassName
{
border-color: #24767E;
}
.TagClassName
{
border-color: #24767E;
}
</style>