Shades of Scooter #24849B
Tints of Scooter #24849B
RGB
CMYK
RGB Variations
Color information
#24849B (or 0x24849B) is known color: Scooter. HEX triplet: 24, 84 and 9B. RGB value is (36,132,155). Sum of RGB (Red+Green+Blue) = 36+132+155=323 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.15% from 323); Green value is 132 (51.95% from 255 or 40.87% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 155 - color contains mainly: blue. Hex color #24849B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24849B is #DB7B64. Grayscale: #696969. Windows color (decimal): -14383973 or 10191908. OLE color: 10191908.
HSL color Cylindrical-coordinate representation of color #24849B: hue angle of 191.6º 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 #24849B is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 132 | 155 | - |
| CMYK | 0.77 | 0.15 | 0 | 0.39 |
| HSL | 191.6º | 0.62% | 0.37% | - |
| HSV(B) | 191.6º | 0.77% | 0.61% | - |
| XYZ | 14.9 | 19.24 | 33.94 | - |
| YUV | 105.92 | 155.7 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 132 | 155 | 0.77 | 0.15 | 0 | 0.39 | 191.6 | 0.62 | 0.37 |
| Hex | 24 | 84 | 9B | 4D | F | 0 | 27 | C0 | 3E | 25 |
| Octal | 44 | 204 | 233 | 115 | 17 | 0 | 47 | 300 | 76 | 45 |
| Binary | 100100 | 10000100 | 10011011 | 1001101 | 1111 | 0 | 100111 | 11000000 | 111110 | 100101 |
Color Harmonies of #24849B
Complementary color
Monochromatic Colors of #24849B
Black with #24849B
Text Example
Text Example
White with #24849B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24849B; }
p { color: rgb(36,132,155); }
H1.HeaderClassName
{
color: #24849B;
}
.AnyTagClassName
{
color: #24849B;
}
</style>
background-color css
<style>
a { background-color: #24849B; }
a { background-color: rgb(36,132,155); }
div.DivClassName
{
background-color: #24849B;
}
.BgClassName
{
background-color: #24849B;
}
</style>
border-color css
<style>
span { border-color: #24849B; }
span { border-color: rgb(36,132,155); }
td.TdClassName
{
border-color: #24849B;
}
.TagClassName
{
border-color: #24849B;
}
</style>