Shades of Scooter #32929D
Tints of Scooter #32929D
RGB
CMYK
RGB Variations
Color information
#32929D (or 0x32929D) is known color: Scooter. HEX triplet: 32, 92 and 9D. RGB value is (50,146,157). Sum of RGB (Red+Green+Blue) = 50+146+157=353 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.16% from 353); Green value is 146 (57.42% from 255 or 41.36% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 157 - color contains mainly: blue. Hex color #32929D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32929D is #CD6D62. Grayscale: #767676. Windows color (decimal): -13462883 or 10326578. OLE color: 10326578.
HSL color Cylindrical-coordinate representation of color #32929D: hue angle of 186.17º 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 #32929D is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 146 | 157 | - |
| CMYK | 0.68 | 0.07 | 0 | 0.38 |
| HSL | 186.17º | 0.52% | 0.41% | - |
| HSV(B) | 186.17º | 0.68% | 0.62% | - |
| XYZ | 17.68 | 23.67 | 35.54 | - |
| YUV | 118.55 | 149.7 | 79.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 146 | 157 | 0.68 | 0.07 | 0 | 0.38 | 186.17 | 0.52 | 0.41 |
| Hex | 32 | 92 | 9D | 44 | 7 | 0 | 26 | BA | 34 | 29 |
| Octal | 62 | 222 | 235 | 104 | 7 | 0 | 46 | 272 | 64 | 51 |
| Binary | 110010 | 10010010 | 10011101 | 1000100 | 111 | 0 | 100110 | 10111010 | 110100 | 101001 |
Color Harmonies of #32929D
Complementary color
Monochromatic Colors of #32929D
Black with #32929D
Text Example
Text Example
White with #32929D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32929D; }
p { color: rgb(50,146,157); }
H1.HeaderClassName
{
color: #32929D;
}
.AnyTagClassName
{
color: #32929D;
}
</style>
background-color css
<style>
a { background-color: #32929D; }
a { background-color: rgb(50,146,157); }
div.DivClassName
{
background-color: #32929D;
}
.BgClassName
{
background-color: #32929D;
}
</style>
border-color css
<style>
span { border-color: #32929D; }
span { border-color: rgb(50,146,157); }
td.TdClassName
{
border-color: #32929D;
}
.TagClassName
{
border-color: #32929D;
}
</style>