Shades of Scooter #24829D
Tints of Scooter #24829D
RGB
CMYK
RGB Variations
Color information
#24829D (or 0x24829D) is known color: Scooter. HEX triplet: 24, 82 and 9D. RGB value is (36,130,157). Sum of RGB (Red+Green+Blue) = 36+130+157=323 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.15% from 323); Green value is 130 (51.17% from 255 or 40.25% from 323); Blue value is 157 (61.72% from 255 or 48.61% from 323); Max value from RGB is 157 - color contains mainly: blue. Hex color #24829D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24829D is #DB7D62. Grayscale: #686868. Windows color (decimal): -14384483 or 10322468. OLE color: 10322468.
HSL color Cylindrical-coordinate representation of color #24829D: hue angle of 193.39º 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 #24829D is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 130 | 157 | - |
| CMYK | 0.77 | 0.17 | 0 | 0.38 |
| HSL | 193.39º | 0.63% | 0.38% | - |
| HSV(B) | 193.39º | 0.77% | 0.62% | - |
| XYZ | 14.8 | 18.77 | 34.74 | - |
| YUV | 104.97 | 157.36 | 78.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 130 | 157 | 0.77 | 0.17 | 0 | 0.38 | 193.39 | 0.63 | 0.38 |
| Hex | 24 | 82 | 9D | 4D | 11 | 0 | 26 | C1 | 3F | 26 |
| Octal | 44 | 202 | 235 | 115 | 21 | 0 | 46 | 301 | 77 | 46 |
| Binary | 100100 | 10000010 | 10011101 | 1001101 | 10001 | 0 | 100110 | 11000001 | 111111 | 100110 |
Color Harmonies of #24829D
Complementary color
Monochromatic Colors of #24829D
Black with #24829D
Text Example
Text Example
White with #24829D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24829D; }
p { color: rgb(36,130,157); }
H1.HeaderClassName
{
color: #24829D;
}
.AnyTagClassName
{
color: #24829D;
}
</style>
background-color css
<style>
a { background-color: #24829D; }
a { background-color: rgb(36,130,157); }
div.DivClassName
{
background-color: #24829D;
}
.BgClassName
{
background-color: #24829D;
}
</style>
border-color css
<style>
span { border-color: #24829D; }
span { border-color: rgb(36,130,157); }
td.TdClassName
{
border-color: #24829D;
}
.TagClassName
{
border-color: #24829D;
}
</style>