Shades of Scooter #32809E
Tints of Scooter #32809E
RGB
CMYK
RGB Variations
Color information
#32809E (or 0x32809E) is known color: Scooter. HEX triplet: 32, 80 and 9E. RGB value is (50,128,158). Sum of RGB (Red+Green+Blue) = 50+128+158=336 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.88% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 158 (62.11% from 255 or 47.02% from 336); Max value from RGB is 158 - color contains mainly: blue. Hex color #32809E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32809E is #CD7F61. Grayscale: #6B6B6B. Windows color (decimal): -13467490 or 10387506. OLE color: 10387506.
HSL color Cylindrical-coordinate representation of color #32809E: hue angle of 196.67º 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 #32809E is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 128 | 158 | - |
| CMYK | 0.68 | 0.19 | 0 | 0.38 |
| HSL | 196.67º | 0.52% | 0.41% | - |
| HSV(B) | 196.67º | 0.68% | 0.62% | - |
| XYZ | 15.21 | 18.59 | 35.13 | - |
| YUV | 108.1 | 156.16 | 86.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 128 | 158 | 0.68 | 0.19 | 0 | 0.38 | 196.67 | 0.52 | 0.41 |
| Hex | 32 | 80 | 9E | 44 | 13 | 0 | 26 | C5 | 34 | 29 |
| Octal | 62 | 200 | 236 | 104 | 23 | 0 | 46 | 305 | 64 | 51 |
| Binary | 110010 | 10000000 | 10011110 | 1000100 | 10011 | 0 | 100110 | 11000101 | 110100 | 101001 |
Color Harmonies of #32809E
Complementary color
Monochromatic Colors of #32809E
Black with #32809E
Text Example
Text Example
White with #32809E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32809E; }
p { color: rgb(50,128,158); }
H1.HeaderClassName
{
color: #32809E;
}
.AnyTagClassName
{
color: #32809E;
}
</style>
background-color css
<style>
a { background-color: #32809E; }
a { background-color: rgb(50,128,158); }
div.DivClassName
{
background-color: #32809E;
}
.BgClassName
{
background-color: #32809E;
}
</style>
border-color css
<style>
span { border-color: #32809E; }
span { border-color: rgb(50,128,158); }
td.TdClassName
{
border-color: #32809E;
}
.TagClassName
{
border-color: #32809E;
}
</style>