Shades of Scooter #32849D
Tints of Scooter #32849D
RGB
CMYK
RGB Variations
Color information
#32849D (or 0x32849D) is known color: Scooter. HEX triplet: 32, 84 and 9D. RGB value is (50,132,157). Sum of RGB (Red+Green+Blue) = 50+132+157=339 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.75% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 157 - color contains mainly: blue. Hex color #32849D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32849D is #CD7B62. Grayscale: #6E6E6E. Windows color (decimal): -13466467 or 10322994. OLE color: 10322994.
HSL color Cylindrical-coordinate representation of color #32849D: hue angle of 194.02º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32849D is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 132 | 157 | - |
| CMYK | 0.68 | 0.16 | 0 | 0.38 |
| HSL | 194.02º | 0.52% | 0.41% | - |
| HSV(B) | 194.02º | 0.68% | 0.62% | - |
| XYZ | 15.65 | 19.61 | 34.86 | - |
| YUV | 110.33 | 154.33 | 84.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 132 | 157 | 0.68 | 0.16 | 0 | 0.38 | 194.02 | 0.52 | 0.41 |
| Hex | 32 | 84 | 9D | 44 | 10 | 0 | 26 | C2 | 34 | 29 |
| Octal | 62 | 204 | 235 | 104 | 20 | 0 | 46 | 302 | 64 | 51 |
| Binary | 110010 | 10000100 | 10011101 | 1000100 | 10000 | 0 | 100110 | 11000010 | 110100 | 101001 |
Color Harmonies of #32849D
Complementary color
Monochromatic Colors of #32849D
Black with #32849D
Text Example
Text Example
White with #32849D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32849D; }
p { color: rgb(50,132,157); }
H1.HeaderClassName
{
color: #32849D;
}
.AnyTagClassName
{
color: #32849D;
}
</style>
background-color css
<style>
a { background-color: #32849D; }
a { background-color: rgb(50,132,157); }
div.DivClassName
{
background-color: #32849D;
}
.BgClassName
{
background-color: #32849D;
}
</style>
border-color css
<style>
span { border-color: #32849D; }
span { border-color: rgb(50,132,157); }
td.TdClassName
{
border-color: #32849D;
}
.TagClassName
{
border-color: #32849D;
}
</style>