Shades of Scooter #24829B
Tints of Scooter #24829B
RGB
CMYK
RGB Variations
Color information
#24829B (or 0x24829B) is known color: Scooter. HEX triplet: 24, 82 and 9B. RGB value is (36,130,155). Sum of RGB (Red+Green+Blue) = 36+130+155=321 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.21% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 155 - color contains mainly: blue. Hex color #24829B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24829B is #DB7D64. Grayscale: #686868. Windows color (decimal): -14384485 or 10191396. OLE color: 10191396.
HSL color Cylindrical-coordinate representation of color #24829B: hue angle of 192.61º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24829B is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 130 | 155 | - |
| CMYK | 0.77 | 0.16 | 0 | 0.39 |
| HSL | 192.61º | 0.62% | 0.37% | - |
| HSV(B) | 192.61º | 0.77% | 0.61% | - |
| XYZ | 14.63 | 18.71 | 33.85 | - |
| YUV | 104.74 | 156.36 | 78.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 130 | 155 | 0.77 | 0.16 | 0 | 0.39 | 192.61 | 0.62 | 0.37 |
| Hex | 24 | 82 | 9B | 4D | 10 | 0 | 27 | C1 | 3E | 25 |
| Octal | 44 | 202 | 233 | 115 | 20 | 0 | 47 | 301 | 76 | 45 |
| Binary | 100100 | 10000010 | 10011011 | 1001101 | 10000 | 0 | 100111 | 11000001 | 111110 | 100101 |
Color Harmonies of #24829B
Complementary color
Monochromatic Colors of #24829B
Black with #24829B
Text Example
Text Example
White with #24829B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24829B; }
p { color: rgb(36,130,155); }
H1.HeaderClassName
{
color: #24829B;
}
.AnyTagClassName
{
color: #24829B;
}
</style>
background-color css
<style>
a { background-color: #24829B; }
a { background-color: rgb(36,130,155); }
div.DivClassName
{
background-color: #24829B;
}
.BgClassName
{
background-color: #24829B;
}
</style>
border-color css
<style>
span { border-color: #24829B; }
span { border-color: rgb(36,130,155); }
td.TdClassName
{
border-color: #24829B;
}
.TagClassName
{
border-color: #24829B;
}
</style>