Shades of Scooter #32959D
Tints of Scooter #32959D
RGB
CMYK
RGB Variations
Color information
#32959D (or 0x32959D) is known color: Scooter. HEX triplet: 32, 95 and 9D. RGB value is (50,149,157). Sum of RGB (Red+Green+Blue) = 50+149+157=356 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.04% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 157 - color contains mainly: blue. Hex color #32959D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32959D is #CD6A62. Grayscale: #787878. Windows color (decimal): -13462115 or 10327346. OLE color: 10327346.
HSL color Cylindrical-coordinate representation of color #32959D: hue angle of 184.49º 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 #32959D is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 149 | 157 | - |
| CMYK | 0.68 | 0.05 | 0 | 0.38 |
| HSL | 184.49º | 0.52% | 0.41% | - |
| HSV(B) | 184.49º | 0.68% | 0.62% | - |
| XYZ | 18.15 | 24.61 | 35.69 | - |
| YUV | 120.31 | 148.7 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 149 | 157 | 0.68 | 0.05 | 0 | 0.38 | 184.49 | 0.52 | 0.41 |
| Hex | 32 | 95 | 9D | 44 | 5 | 0 | 26 | B8 | 34 | 29 |
| Octal | 62 | 225 | 235 | 104 | 5 | 0 | 46 | 270 | 64 | 51 |
| Binary | 110010 | 10010101 | 10011101 | 1000100 | 101 | 0 | 100110 | 10111000 | 110100 | 101001 |
Color Harmonies of #32959D
Complementary color
Monochromatic Colors of #32959D
Black with #32959D
Text Example
Text Example
White with #32959D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32959D; }
p { color: rgb(50,149,157); }
H1.HeaderClassName
{
color: #32959D;
}
.AnyTagClassName
{
color: #32959D;
}
</style>
background-color css
<style>
a { background-color: #32959D; }
a { background-color: rgb(50,149,157); }
div.DivClassName
{
background-color: #32959D;
}
.BgClassName
{
background-color: #32959D;
}
</style>
border-color css
<style>
span { border-color: #32959D; }
span { border-color: rgb(50,149,157); }
td.TdClassName
{
border-color: #32959D;
}
.TagClassName
{
border-color: #32959D;
}
</style>