Shades of Scooter #32839C
Tints of Scooter #32839C
RGB
CMYK
RGB Variations
Color information
#32839C (or 0x32839C) is known color: Scooter. HEX triplet: 32, 83 and 9C. RGB value is (50,131,156). Sum of RGB (Red+Green+Blue) = 50+131+156=337 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.84% from 337); Green value is 131 (51.56% from 255 or 38.87% from 337); Blue value is 156 (61.33% from 255 or 46.29% from 337); Max value from RGB is 156 - color contains mainly: blue. Hex color #32839C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32839C is #CD7C63. Grayscale: #6D6D6D. Windows color (decimal): -13466724 or 10257202. OLE color: 10257202.
HSL color Cylindrical-coordinate representation of color #32839C: hue angle of 194.15º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32839C is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 131 | 156 | - |
| CMYK | 0.68 | 0.16 | 0 | 0.39 |
| HSL | 194.15º | 0.51% | 0.4% | - |
| HSV(B) | 194.15º | 0.68% | 0.61% | - |
| XYZ | 15.43 | 19.31 | 34.37 | - |
| YUV | 109.63 | 154.16 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 131 | 156 | 0.68 | 0.16 | 0 | 0.39 | 194.15 | 0.51 | 0.4 |
| Hex | 32 | 83 | 9C | 44 | 10 | 0 | 27 | C2 | 33 | 28 |
| Octal | 62 | 203 | 234 | 104 | 20 | 0 | 47 | 302 | 63 | 50 |
| Binary | 110010 | 10000011 | 10011100 | 1000100 | 10000 | 0 | 100111 | 11000010 | 110011 | 101000 |
Color Harmonies of #32839C
Complementary color
Monochromatic Colors of #32839C
Black with #32839C
Text Example
Text Example
White with #32839C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32839C; }
p { color: rgb(50,131,156); }
H1.HeaderClassName
{
color: #32839C;
}
.AnyTagClassName
{
color: #32839C;
}
</style>
background-color css
<style>
a { background-color: #32839C; }
a { background-color: rgb(50,131,156); }
div.DivClassName
{
background-color: #32839C;
}
.BgClassName
{
background-color: #32839C;
}
</style>
border-color css
<style>
span { border-color: #32839C; }
span { border-color: rgb(50,131,156); }
td.TdClassName
{
border-color: #32839C;
}
.TagClassName
{
border-color: #32839C;
}
</style>