Shades of Scooter #329BA0
Tints of Scooter #329BA0
RGB
CMYK
RGB Variations
Color information
#329BA0 (or 0x329BA0) is known color: Scooter. HEX triplet: 32, 9B and A0. RGB value is (50,155,160). Sum of RGB (Red+Green+Blue) = 50+155+160=365 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.70% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 160 (62.89% from 255 or 43.84% from 365); Max value from RGB is 160 - color contains mainly: blue. Hex color #329BA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329BA0 is #CD645F. Grayscale: #7C7C7C. Windows color (decimal): -13460576 or 10525490. OLE color: 10525490.
HSL color Cylindrical-coordinate representation of color #329BA0: hue angle of 182.73º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #329BA0 is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 50 | 155 | 160 | - |
| CMYK | 0.69 | 0.03 | 0 | 0.37 |
| HSL | 182.73º | 0.52% | 0.41% | - |
| HSV(B) | 182.73º | 0.69% | 0.63% | - |
| XYZ | 19.38 | 26.66 | 37.38 | - |
| YUV | 124.18 | 148.21 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 155 | 160 | 0.69 | 0.03 | 0 | 0.37 | 182.73 | 0.52 | 0.41 |
| Hex | 32 | 9B | A0 | 45 | 3 | 0 | 25 | B7 | 34 | 29 |
| Octal | 62 | 233 | 240 | 105 | 3 | 0 | 45 | 267 | 64 | 51 |
| Binary | 110010 | 10011011 | 10100000 | 1000101 | 11 | 0 | 100101 | 10110111 | 110100 | 101001 |
Color Harmonies of #329BA0
Complementary color
Monochromatic Colors of #329BA0
Black with #329BA0
Text Example
Text Example
White with #329BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329BA0; }
p { color: rgb(50,155,160); }
H1.HeaderClassName
{
color: #329BA0;
}
.AnyTagClassName
{
color: #329BA0;
}
</style>
background-color css
<style>
a { background-color: #329BA0; }
a { background-color: rgb(50,155,160); }
div.DivClassName
{
background-color: #329BA0;
}
.BgClassName
{
background-color: #329BA0;
}
</style>
border-color css
<style>
span { border-color: #329BA0; }
span { border-color: rgb(50,155,160); }
td.TdClassName
{
border-color: #329BA0;
}
.TagClassName
{
border-color: #329BA0;
}
</style>