Shades of Atoll #24737B
Tints of Atoll #24737B
RGB
CMYK
RGB Variations
Color information
#24737B (or 0x24737B) is known color: Atoll. HEX triplet: 24, 73 and 7B. RGB value is (36,115,123). Sum of RGB (Red+Green+Blue) = 36+115+123=274 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.14% from 274); Green value is 115 (45.31% from 255 or 41.97% from 274); Blue value is 123 (48.44% from 255 or 44.89% from 274); Max value from RGB is 123 - color contains mainly: blue. Hex color #24737B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24737B is #DB8C84. Grayscale: #5C5C5C. Windows color (decimal): -14388357 or 8090404. OLE color: 8090404.
HSL color Cylindrical-coordinate representation of color #24737B: hue angle of 185.52º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #24737B is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 36 | 115 | 123 | - |
| CMYK | 0.71 | 0.07 | 0 | 0.52 |
| HSL | 185.52º | 0.55% | 0.31% | - |
| HSV(B) | 185.52º | 0.71% | 0.48% | - |
| XYZ | 10.43 | 14.07 | 20.9 | - |
| YUV | 92.29 | 145.33 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 115 | 123 | 0.71 | 0.07 | 0 | 0.52 | 185.52 | 0.55 | 0.31 |
| Hex | 24 | 73 | 7B | 47 | 7 | 0 | 34 | BA | 37 | 1F |
| Octal | 44 | 163 | 173 | 107 | 7 | 0 | 64 | 272 | 67 | 37 |
| Binary | 100100 | 1110011 | 1111011 | 1000111 | 111 | 0 | 110100 | 10111010 | 110111 | 11111 |
Color Harmonies of #24737B
Complementary color
Monochromatic Colors of #24737B
Black with #24737B
Text Example
Text Example
White with #24737B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24737B; }
p { color: rgb(36,115,123); }
H1.HeaderClassName
{
color: #24737B;
}
.AnyTagClassName
{
color: #24737B;
}
</style>
background-color css
<style>
a { background-color: #24737B; }
a { background-color: rgb(36,115,123); }
div.DivClassName
{
background-color: #24737B;
}
.BgClassName
{
background-color: #24737B;
}
</style>
border-color css
<style>
span { border-color: #24737B; }
span { border-color: rgb(36,115,123); }
td.TdClassName
{
border-color: #24737B;
}
.TagClassName
{
border-color: #24737B;
}
</style>