Shades of Scooter #32909D
Tints of Scooter #32909D
RGB
CMYK
RGB Variations
Color information
#32909D (or 0x32909D) is known color: Scooter. HEX triplet: 32, 90 and 9D. RGB value is (50,144,157). Sum of RGB (Red+Green+Blue) = 50+144+157=351 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.25% from 351); Green value is 144 (56.64% from 255 or 41.03% from 351); Blue value is 157 (61.72% from 255 or 44.73% from 351); Max value from RGB is 157 - color contains mainly: blue. Hex color #32909D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32909D is #CD6F62. Grayscale: #757575. Windows color (decimal): -13463395 or 10326066. OLE color: 10326066.
HSL color Cylindrical-coordinate representation of color #32909D: hue angle of 187.29º 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 #32909D is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 144 | 157 | - |
| CMYK | 0.68 | 0.08 | 0 | 0.38 |
| HSL | 187.29º | 0.52% | 0.41% | - |
| HSV(B) | 187.29º | 0.68% | 0.62% | - |
| XYZ | 17.37 | 23.06 | 35.43 | - |
| YUV | 117.38 | 150.36 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 144 | 157 | 0.68 | 0.08 | 0 | 0.38 | 187.29 | 0.52 | 0.41 |
| Hex | 32 | 90 | 9D | 44 | 8 | 0 | 26 | BB | 34 | 29 |
| Octal | 62 | 220 | 235 | 104 | 10 | 0 | 46 | 273 | 64 | 51 |
| Binary | 110010 | 10010000 | 10011101 | 1000100 | 1000 | 0 | 100110 | 10111011 | 110100 | 101001 |
Color Harmonies of #32909D
Complementary color
Monochromatic Colors of #32909D
Black with #32909D
Text Example
Text Example
White with #32909D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32909D; }
p { color: rgb(50,144,157); }
H1.HeaderClassName
{
color: #32909D;
}
.AnyTagClassName
{
color: #32909D;
}
</style>
background-color css
<style>
a { background-color: #32909D; }
a { background-color: rgb(50,144,157); }
div.DivClassName
{
background-color: #32909D;
}
.BgClassName
{
background-color: #32909D;
}
</style>
border-color css
<style>
span { border-color: #32909D; }
span { border-color: rgb(50,144,157); }
td.TdClassName
{
border-color: #32909D;
}
.TagClassName
{
border-color: #32909D;
}
</style>