Shades of Scooter #329BA5
Tints of Scooter #329BA5
RGB
CMYK
RGB Variations
Color information
#329BA5 (or 0x329BA5) is known color: Scooter. HEX triplet: 32, 9B and A5. RGB value is (50,155,165). Sum of RGB (Red+Green+Blue) = 50+155+165=370 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.51% from 370); Green value is 155 (60.94% from 255 or 41.89% from 370); Blue value is 165 (64.84% from 255 or 44.59% from 370); Max value from RGB is 165 - color contains mainly: blue. Hex color #329BA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329BA5 is #CD645A. Grayscale: #7C7C7C. Windows color (decimal): -13460571 or 10853170. OLE color: 10853170.
HSL color Cylindrical-coordinate representation of color #329BA5: hue angle of 185.22º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #329BA5 is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 50 | 155 | 165 | - |
| CMYK | 0.70 | 0.06 | 0 | 0.35 |
| HSL | 185.22º | 0.53% | 0.42% | - |
| HSV(B) | 185.22º | 0.7% | 0.65% | - |
| XYZ | 19.83 | 26.84 | 39.73 | - |
| YUV | 124.75 | 150.71 | 74.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 155 | 165 | 0.70 | 0.06 | 0 | 0.35 | 185.22 | 0.53 | 0.42 |
| Hex | 32 | 9B | A5 | 46 | 6 | 0 | 23 | B9 | 35 | 2A |
| Octal | 62 | 233 | 245 | 106 | 6 | 0 | 43 | 271 | 65 | 52 |
| Binary | 110010 | 10011011 | 10100101 | 1000110 | 110 | 0 | 100011 | 10111001 | 110101 | 101010 |
Color Harmonies of #329BA5
Complementary color
Monochromatic Colors of #329BA5
Black with #329BA5
Text Example
Text Example
White with #329BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329BA5; }
p { color: rgb(50,155,165); }
H1.HeaderClassName
{
color: #329BA5;
}
.AnyTagClassName
{
color: #329BA5;
}
</style>
background-color css
<style>
a { background-color: #329BA5; }
a { background-color: rgb(50,155,165); }
div.DivClassName
{
background-color: #329BA5;
}
.BgClassName
{
background-color: #329BA5;
}
</style>
border-color css
<style>
span { border-color: #329BA5; }
span { border-color: rgb(50,155,165); }
td.TdClassName
{
border-color: #329BA5;
}
.TagClassName
{
border-color: #329BA5;
}
</style>