Shades of Scooter #24829F
Tints of Scooter #24829F
RGB
CMYK
RGB Variations
Color information
#24829F (or 0x24829F) is known color: Scooter. HEX triplet: 24, 82 and 9F. RGB value is (36,130,159). Sum of RGB (Red+Green+Blue) = 36+130+159=325 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.08% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 159 (62.5% from 255 or 48.92% from 325); Max value from RGB is 159 - color contains mainly: blue. Hex color #24829F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24829F is #DB7D60. Grayscale: #686868. Windows color (decimal): -14384481 or 10453540. OLE color: 10453540.
HSL color Cylindrical-coordinate representation of color #24829F: hue angle of 194.15º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24829F is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 130 | 159 | - |
| CMYK | 0.77 | 0.18 | 0 | 0.38 |
| HSL | 194.15º | 0.63% | 0.38% | - |
| HSV(B) | 194.15º | 0.77% | 0.62% | - |
| XYZ | 14.97 | 18.84 | 35.65 | - |
| YUV | 105.2 | 158.36 | 78.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 130 | 159 | 0.77 | 0.18 | 0 | 0.38 | 194.15 | 0.63 | 0.38 |
| Hex | 24 | 82 | 9F | 4D | 12 | 0 | 26 | C2 | 3F | 26 |
| Octal | 44 | 202 | 237 | 115 | 22 | 0 | 46 | 302 | 77 | 46 |
| Binary | 100100 | 10000010 | 10011111 | 1001101 | 10010 | 0 | 100110 | 11000010 | 111111 | 100110 |
Color Harmonies of #24829F
Complementary color
Monochromatic Colors of #24829F
Black with #24829F
Text Example
Text Example
White with #24829F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24829F; }
p { color: rgb(36,130,159); }
H1.HeaderClassName
{
color: #24829F;
}
.AnyTagClassName
{
color: #24829F;
}
</style>
background-color css
<style>
a { background-color: #24829F; }
a { background-color: rgb(36,130,159); }
div.DivClassName
{
background-color: #24829F;
}
.BgClassName
{
background-color: #24829F;
}
</style>
border-color css
<style>
span { border-color: #24829F; }
span { border-color: rgb(36,130,159); }
td.TdClassName
{
border-color: #24829F;
}
.TagClassName
{
border-color: #24829F;
}
</style>