Shades of Scooter #329DA8
Tints of Scooter #329DA8
RGB
CMYK
RGB Variations
Color information
#329DA8 (or 0x329DA8) is known color: Scooter. HEX triplet: 32, 9D and A8. RGB value is (50,157,168). Sum of RGB (Red+Green+Blue) = 50+157+168=375 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.33% from 375); Green value is 157 (61.72% from 255 or 41.87% from 375); Blue value is 168 (66.02% from 255 or 44.8% from 375); Max value from RGB is 168 - color contains mainly: blue. Hex color #329DA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329DA8 is #CD6257. Grayscale: #7E7E7E. Windows color (decimal): -13460056 or 11050290. OLE color: 11050290.
HSL color Cylindrical-coordinate representation of color #329DA8: hue angle of 185.59º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #329DA8 is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 50 | 157 | 168 | - |
| CMYK | 0.70 | 0.07 | 0 | 0.34 |
| HSL | 185.59º | 0.54% | 0.43% | - |
| HSV(B) | 185.59º | 0.7% | 0.66% | - |
| XYZ | 20.44 | 27.62 | 41.3 | - |
| YUV | 126.26 | 151.55 | 73.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 157 | 168 | 0.70 | 0.07 | 0 | 0.34 | 185.59 | 0.54 | 0.43 |
| Hex | 32 | 9D | A8 | 46 | 7 | 0 | 22 | BA | 36 | 2B |
| Octal | 62 | 235 | 250 | 106 | 7 | 0 | 42 | 272 | 66 | 53 |
| Binary | 110010 | 10011101 | 10101000 | 1000110 | 111 | 0 | 100010 | 10111010 | 110110 | 101011 |
Color Harmonies of #329DA8
Complementary color
Monochromatic Colors of #329DA8
Black with #329DA8
Text Example
Text Example
White with #329DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329DA8; }
p { color: rgb(50,157,168); }
H1.HeaderClassName
{
color: #329DA8;
}
.AnyTagClassName
{
color: #329DA8;
}
</style>
background-color css
<style>
a { background-color: #329DA8; }
a { background-color: rgb(50,157,168); }
div.DivClassName
{
background-color: #329DA8;
}
.BgClassName
{
background-color: #329DA8;
}
</style>
border-color css
<style>
span { border-color: #329DA8; }
span { border-color: rgb(50,157,168); }
td.TdClassName
{
border-color: #329DA8;
}
.TagClassName
{
border-color: #329DA8;
}
</style>