Shades of Scooter #24818F
Tints of Scooter #24818F
RGB
CMYK
RGB Variations
Color information
#24818F (or 0x24818F) is known color: Scooter. HEX triplet: 24, 81 and 8F. RGB value is (36,129,143). Sum of RGB (Red+Green+Blue) = 36+129+143=308 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.69% from 308); Green value is 129 (50.78% from 255 or 41.88% from 308); Blue value is 143 (56.25% from 255 or 46.43% from 308); Max value from RGB is 143 - color contains mainly: blue. Hex color #24818F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24818F is #DB7E70. Grayscale: #666666. Windows color (decimal): -14384753 or 9404708. OLE color: 9404708.
HSL color Cylindrical-coordinate representation of color #24818F: hue angle of 187.85º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #24818F is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 129 | 143 | - |
| CMYK | 0.75 | 0.10 | 0 | 0.44 |
| HSL | 187.85º | 0.6% | 0.35% | - |
| HSV(B) | 187.85º | 0.75% | 0.56% | - |
| XYZ | 13.54 | 18.06 | 28.76 | - |
| YUV | 102.79 | 150.69 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 129 | 143 | 0.75 | 0.10 | 0 | 0.44 | 187.85 | 0.6 | 0.35 |
| Hex | 24 | 81 | 8F | 4B | A | 0 | 2C | BC | 3C | 23 |
| Octal | 44 | 201 | 217 | 113 | 12 | 0 | 54 | 274 | 74 | 43 |
| Binary | 100100 | 10000001 | 10001111 | 1001011 | 1010 | 0 | 101100 | 10111100 | 111100 | 100011 |
Color Harmonies of #24818F
Complementary color
Monochromatic Colors of #24818F
Black with #24818F
Text Example
Text Example
White with #24818F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24818F; }
p { color: rgb(36,129,143); }
H1.HeaderClassName
{
color: #24818F;
}
.AnyTagClassName
{
color: #24818F;
}
</style>
background-color css
<style>
a { background-color: #24818F; }
a { background-color: rgb(36,129,143); }
div.DivClassName
{
background-color: #24818F;
}
.BgClassName
{
background-color: #24818F;
}
</style>
border-color css
<style>
span { border-color: #24818F; }
span { border-color: rgb(36,129,143); }
td.TdClassName
{
border-color: #24818F;
}
.TagClassName
{
border-color: #24818F;
}
</style>