Shades of Scooter #32969D
Tints of Scooter #32969D
RGB
CMYK
RGB Variations
Color information
#32969D (or 0x32969D) is known color: Scooter. HEX triplet: 32, 96 and 9D. RGB value is (50,150,157). Sum of RGB (Red+Green+Blue) = 50+150+157=357 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.01% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 157 (61.72% from 255 or 43.98% from 357); Max value from RGB is 157 - color contains mainly: blue. Hex color #32969D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32969D is #CD6962. Grayscale: #787878. Windows color (decimal): -13461859 or 10327602. OLE color: 10327602.
HSL color Cylindrical-coordinate representation of color #32969D: hue angle of 183.93º 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 #32969D is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 150 | 157 | - |
| CMYK | 0.68 | 0.04 | 0 | 0.38 |
| HSL | 183.93º | 0.52% | 0.41% | - |
| HSV(B) | 183.93º | 0.68% | 0.62% | - |
| XYZ | 18.31 | 24.93 | 35.74 | - |
| YUV | 120.9 | 148.37 | 77.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 150 | 157 | 0.68 | 0.04 | 0 | 0.38 | 183.93 | 0.52 | 0.41 |
| Hex | 32 | 96 | 9D | 44 | 4 | 0 | 26 | B8 | 34 | 29 |
| Octal | 62 | 226 | 235 | 104 | 4 | 0 | 46 | 270 | 64 | 51 |
| Binary | 110010 | 10010110 | 10011101 | 1000100 | 100 | 0 | 100110 | 10111000 | 110100 | 101001 |
Color Harmonies of #32969D
Complementary color
Monochromatic Colors of #32969D
Black with #32969D
Text Example
Text Example
White with #32969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32969D; }
p { color: rgb(50,150,157); }
H1.HeaderClassName
{
color: #32969D;
}
.AnyTagClassName
{
color: #32969D;
}
</style>
background-color css
<style>
a { background-color: #32969D; }
a { background-color: rgb(50,150,157); }
div.DivClassName
{
background-color: #32969D;
}
.BgClassName
{
background-color: #32969D;
}
</style>
border-color css
<style>
span { border-color: #32969D; }
span { border-color: rgb(50,150,157); }
td.TdClassName
{
border-color: #32969D;
}
.TagClassName
{
border-color: #32969D;
}
</style>