Shades of Scooter #24828F
Tints of Scooter #24828F
RGB
CMYK
RGB Variations
Color information
#24828F (or 0x24828F) is known color: Scooter. HEX triplet: 24, 82 and 8F. RGB value is (36,130,143). Sum of RGB (Red+Green+Blue) = 36+130+143=309 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.65% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 143 (56.25% from 255 or 46.28% from 309); Max value from RGB is 143 - color contains mainly: blue. Hex color #24828F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24828F is #DB7D70. Grayscale: #676767. Windows color (decimal): -14384497 or 9404964. OLE color: 9404964.
HSL color Cylindrical-coordinate representation of color #24828F: hue angle of 187.29º 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 #24828F is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 130 | 143 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.44 |
| HSL | 187.29º | 0.6% | 0.35% | - |
| HSV(B) | 187.29º | 0.75% | 0.56% | - |
| XYZ | 13.67 | 18.32 | 28.8 | - |
| YUV | 103.38 | 150.36 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 130 | 143 | 0.75 | 0.09 | 0 | 0.44 | 187.29 | 0.6 | 0.35 |
| Hex | 24 | 82 | 8F | 4B | 9 | 0 | 2C | BB | 3C | 23 |
| Octal | 44 | 202 | 217 | 113 | 11 | 0 | 54 | 273 | 74 | 43 |
| Binary | 100100 | 10000010 | 10001111 | 1001011 | 1001 | 0 | 101100 | 10111011 | 111100 | 100011 |
Color Harmonies of #24828F
Complementary color
Monochromatic Colors of #24828F
Black with #24828F
Text Example
Text Example
White with #24828F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24828F; }
p { color: rgb(36,130,143); }
H1.HeaderClassName
{
color: #24828F;
}
.AnyTagClassName
{
color: #24828F;
}
</style>
background-color css
<style>
a { background-color: #24828F; }
a { background-color: rgb(36,130,143); }
div.DivClassName
{
background-color: #24828F;
}
.BgClassName
{
background-color: #24828F;
}
</style>
border-color css
<style>
span { border-color: #24828F; }
span { border-color: rgb(36,130,143); }
td.TdClassName
{
border-color: #24828F;
}
.TagClassName
{
border-color: #24828F;
}
</style>