Shades of Atoll #24808C
Tints of Atoll #24808C
RGB
CMYK
RGB Variations
Color information
#24808C (or 0x24808C) is known color: Atoll. HEX triplet: 24, 80 and 8C. RGB value is (36,128,140). Sum of RGB (Red+Green+Blue) = 36+128+140=304 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.84% from 304); Green value is 128 (50.39% from 255 or 42.11% from 304); Blue value is 140 (55.08% from 255 or 46.05% from 304); Max value from RGB is 140 - color contains mainly: blue. Hex color #24808C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24808C is #DB7F73. Grayscale: #656565. Windows color (decimal): -14385012 or 9207844. OLE color: 9207844.
HSL color Cylindrical-coordinate representation of color #24808C: hue angle of 186.92º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24808C is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 128 | 140 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.45 |
| HSL | 186.92º | 0.59% | 0.35% | - |
| HSV(B) | 186.92º | 0.74% | 0.55% | - |
| XYZ | 13.18 | 17.71 | 27.53 | - |
| YUV | 101.86 | 149.52 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 128 | 140 | 0.74 | 0.09 | 0 | 0.45 | 186.92 | 0.59 | 0.35 |
| Hex | 24 | 80 | 8C | 4A | 9 | 0 | 2D | BB | 3B | 23 |
| Octal | 44 | 200 | 214 | 112 | 11 | 0 | 55 | 273 | 73 | 43 |
| Binary | 100100 | 10000000 | 10001100 | 1001010 | 1001 | 0 | 101101 | 10111011 | 111011 | 100011 |
Color Harmonies of #24808C
Complementary color
Monochromatic Colors of #24808C
Black with #24808C
Text Example
Text Example
White with #24808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24808C; }
p { color: rgb(36,128,140); }
H1.HeaderClassName
{
color: #24808C;
}
.AnyTagClassName
{
color: #24808C;
}
</style>
background-color css
<style>
a { background-color: #24808C; }
a { background-color: rgb(36,128,140); }
div.DivClassName
{
background-color: #24808C;
}
.BgClassName
{
background-color: #24808C;
}
</style>
border-color css
<style>
span { border-color: #24808C; }
span { border-color: rgb(36,128,140); }
td.TdClassName
{
border-color: #24808C;
}
.TagClassName
{
border-color: #24808C;
}
</style>