Shades of Scooter #32829A
Tints of Scooter #32829A
RGB
CMYK
RGB Variations
Color information
#32829A (or 0x32829A) is known color: Scooter. HEX triplet: 32, 82 and 9A. RGB value is (50,130,154). Sum of RGB (Red+Green+Blue) = 50+130+154=334 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.97% from 334); Green value is 130 (51.17% from 255 or 38.92% from 334); Blue value is 154 (60.55% from 255 or 46.11% from 334); Max value from RGB is 154 - color contains mainly: blue. Hex color #32829A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32829A is #CD7D65. Grayscale: #6C6C6C. Windows color (decimal): -13466982 or 10125874. OLE color: 10125874.
HSL color Cylindrical-coordinate representation of color #32829A: hue angle of 193.85º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32829A is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 130 | 154 | - |
| CMYK | 0.68 | 0.16 | 0 | 0.40 |
| HSL | 193.85º | 0.51% | 0.4% | - |
| HSV(B) | 193.85º | 0.68% | 0.6% | - |
| XYZ | 15.13 | 18.98 | 33.44 | - |
| YUV | 108.82 | 153.5 | 86.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 130 | 154 | 0.68 | 0.16 | 0 | 0.40 | 193.85 | 0.51 | 0.4 |
| Hex | 32 | 82 | 9A | 44 | 10 | 0 | 28 | C2 | 33 | 28 |
| Octal | 62 | 202 | 232 | 104 | 20 | 0 | 50 | 302 | 63 | 50 |
| Binary | 110010 | 10000010 | 10011010 | 1000100 | 10000 | 0 | 101000 | 11000010 | 110011 | 101000 |
Color Harmonies of #32829A
Complementary color
Monochromatic Colors of #32829A
Black with #32829A
Text Example
Text Example
White with #32829A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32829A; }
p { color: rgb(50,130,154); }
H1.HeaderClassName
{
color: #32829A;
}
.AnyTagClassName
{
color: #32829A;
}
</style>
background-color css
<style>
a { background-color: #32829A; }
a { background-color: rgb(50,130,154); }
div.DivClassName
{
background-color: #32829A;
}
.BgClassName
{
background-color: #32829A;
}
</style>
border-color css
<style>
span { border-color: #32829A; }
span { border-color: rgb(50,130,154); }
td.TdClassName
{
border-color: #32829A;
}
.TagClassName
{
border-color: #32829A;
}
</style>