Shades of Atoll #24808B
Tints of Atoll #24808B
RGB
CMYK
RGB Variations
Color information
#24808B (or 0x24808B) is known color: Atoll. HEX triplet: 24, 80 and 8B. RGB value is (36,128,139). Sum of RGB (Red+Green+Blue) = 36+128+139=303 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.88% from 303); Green value is 128 (50.39% from 255 or 42.24% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 139 - color contains mainly: blue. Hex color #24808B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24808B is #DB7F74. Grayscale: #656565. Windows color (decimal): -14385013 or 9142308. OLE color: 9142308.
HSL color Cylindrical-coordinate representation of color #24808B: hue angle of 186.41º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24808B is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 128 | 139 | - |
| CMYK | 0.74 | 0.08 | 0 | 0.45 |
| HSL | 186.41º | 0.59% | 0.34% | - |
| HSV(B) | 186.41º | 0.74% | 0.55% | - |
| XYZ | 13.11 | 17.68 | 27.15 | - |
| YUV | 101.75 | 149.02 | 81.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 128 | 139 | 0.74 | 0.08 | 0 | 0.45 | 186.41 | 0.59 | 0.34 |
| Hex | 24 | 80 | 8B | 4A | 8 | 0 | 2D | BA | 3B | 22 |
| Octal | 44 | 200 | 213 | 112 | 10 | 0 | 55 | 272 | 73 | 42 |
| Binary | 100100 | 10000000 | 10001011 | 1001010 | 1000 | 0 | 101101 | 10111010 | 111011 | 100010 |
Color Harmonies of #24808B
Complementary color
Monochromatic Colors of #24808B
Black with #24808B
Text Example
Text Example
White with #24808B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24808B; }
p { color: rgb(36,128,139); }
H1.HeaderClassName
{
color: #24808B;
}
.AnyTagClassName
{
color: #24808B;
}
</style>
background-color css
<style>
a { background-color: #24808B; }
a { background-color: rgb(36,128,139); }
div.DivClassName
{
background-color: #24808B;
}
.BgClassName
{
background-color: #24808B;
}
</style>
border-color css
<style>
span { border-color: #24808B; }
span { border-color: rgb(36,128,139); }
td.TdClassName
{
border-color: #24808B;
}
.TagClassName
{
border-color: #24808B;
}
</style>