Shades of Scooter #329DA3
Tints of Scooter #329DA3
RGB
CMYK
RGB Variations
Color information
#329DA3 (or 0x329DA3) is known color: Scooter. HEX triplet: 32, 9D and A3. RGB value is (50,157,163). Sum of RGB (Red+Green+Blue) = 50+157+163=370 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.51% from 370); Green value is 157 (61.72% from 255 or 42.43% from 370); Blue value is 163 (64.06% from 255 or 44.05% from 370); Max value from RGB is 163 - color contains mainly: blue. Hex color #329DA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329DA3 is #CD625C. Grayscale: #7D7D7D. Windows color (decimal): -13460061 or 10722610. OLE color: 10722610.
HSL color Cylindrical-coordinate representation of color #329DA3: hue angle of 183.19º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #329DA3 is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 157 | 163 | - |
| CMYK | 0.69 | 0.04 | 0 | 0.36 |
| HSL | 183.19º | 0.53% | 0.42% | - |
| HSV(B) | 183.19º | 0.69% | 0.64% | - |
| XYZ | 19.98 | 27.44 | 38.89 | - |
| YUV | 125.69 | 149.05 | 74.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 157 | 163 | 0.69 | 0.04 | 0 | 0.36 | 183.19 | 0.53 | 0.42 |
| Hex | 32 | 9D | A3 | 45 | 4 | 0 | 24 | B7 | 35 | 2A |
| Octal | 62 | 235 | 243 | 105 | 4 | 0 | 44 | 267 | 65 | 52 |
| Binary | 110010 | 10011101 | 10100011 | 1000101 | 100 | 0 | 100100 | 10110111 | 110101 | 101010 |
Color Harmonies of #329DA3
Complementary color
Monochromatic Colors of #329DA3
Black with #329DA3
Text Example
Text Example
White with #329DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329DA3; }
p { color: rgb(50,157,163); }
H1.HeaderClassName
{
color: #329DA3;
}
.AnyTagClassName
{
color: #329DA3;
}
</style>
background-color css
<style>
a { background-color: #329DA3; }
a { background-color: rgb(50,157,163); }
div.DivClassName
{
background-color: #329DA3;
}
.BgClassName
{
background-color: #329DA3;
}
</style>
border-color css
<style>
span { border-color: #329DA3; }
span { border-color: rgb(50,157,163); }
td.TdClassName
{
border-color: #329DA3;
}
.TagClassName
{
border-color: #329DA3;
}
</style>