Shades of Scooter #32829D
Tints of Scooter #32829D
RGB
CMYK
RGB Variations
Color information
#32829D (or 0x32829D) is known color: Scooter. HEX triplet: 32, 82 and 9D. RGB value is (50,130,157). Sum of RGB (Red+Green+Blue) = 50+130+157=337 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.84% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 157 - color contains mainly: blue. Hex color #32829D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32829D is #CD7D62. Grayscale: #6C6C6C. Windows color (decimal): -13466979 or 10322482. OLE color: 10322482.
HSL color Cylindrical-coordinate representation of color #32829D: hue angle of 195.14º 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 #32829D is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 130 | 157 | - |
| CMYK | 0.68 | 0.17 | 0 | 0.38 |
| HSL | 195.14º | 0.52% | 0.41% | - |
| HSV(B) | 195.14º | 0.68% | 0.62% | - |
| XYZ | 15.38 | 19.08 | 34.77 | - |
| YUV | 109.16 | 155 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 130 | 157 | 0.68 | 0.17 | 0 | 0.38 | 195.14 | 0.52 | 0.41 |
| Hex | 32 | 82 | 9D | 44 | 11 | 0 | 26 | C3 | 34 | 29 |
| Octal | 62 | 202 | 235 | 104 | 21 | 0 | 46 | 303 | 64 | 51 |
| Binary | 110010 | 10000010 | 10011101 | 1000100 | 10001 | 0 | 100110 | 11000011 | 110100 | 101001 |
Color Harmonies of #32829D
Complementary color
Monochromatic Colors of #32829D
Black with #32829D
Text Example
Text Example
White with #32829D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32829D; }
p { color: rgb(50,130,157); }
H1.HeaderClassName
{
color: #32829D;
}
.AnyTagClassName
{
color: #32829D;
}
</style>
background-color css
<style>
a { background-color: #32829D; }
a { background-color: rgb(50,130,157); }
div.DivClassName
{
background-color: #32829D;
}
.BgClassName
{
background-color: #32829D;
}
</style>
border-color css
<style>
span { border-color: #32829D; }
span { border-color: rgb(50,130,157); }
td.TdClassName
{
border-color: #32829D;
}
.TagClassName
{
border-color: #32829D;
}
</style>