Shades of Scooter #329097
Tints of Scooter #329097
RGB
CMYK
RGB Variations
Color information
#329097 (or 0x329097) is known color: Scooter. HEX triplet: 32, 90 and 97. RGB value is (50,144,151). Sum of RGB (Red+Green+Blue) = 50+144+151=345 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.49% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 151 (59.38% from 255 or 43.77% from 345); Max value from RGB is 151 - color contains mainly: blue. Hex color #329097 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329097 is #CD6F68. Grayscale: #747474. Windows color (decimal): -13463401 or 9932850. OLE color: 9932850.
HSL color Cylindrical-coordinate representation of color #329097: hue angle of 184.16º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329097 is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 50 | 144 | 151 | - |
| CMYK | 0.67 | 0.05 | 0 | 0.41 |
| HSL | 184.16º | 0.5% | 0.39% | - |
| HSV(B) | 184.16º | 0.67% | 0.59% | - |
| XYZ | 16.87 | 22.86 | 32.8 | - |
| YUV | 116.69 | 147.36 | 80.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 144 | 151 | 0.67 | 0.05 | 0 | 0.41 | 184.16 | 0.5 | 0.39 |
| Hex | 32 | 90 | 97 | 43 | 5 | 0 | 29 | B8 | 32 | 27 |
| Octal | 62 | 220 | 227 | 103 | 5 | 0 | 51 | 270 | 62 | 47 |
| Binary | 110010 | 10010000 | 10010111 | 1000011 | 101 | 0 | 101001 | 10111000 | 110010 | 100111 |
Color Harmonies of #329097
Complementary color
Monochromatic Colors of #329097
Black with #329097
Text Example
Text Example
White with #329097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329097; }
p { color: rgb(50,144,151); }
H1.HeaderClassName
{
color: #329097;
}
.AnyTagClassName
{
color: #329097;
}
</style>
background-color css
<style>
a { background-color: #329097; }
a { background-color: rgb(50,144,151); }
div.DivClassName
{
background-color: #329097;
}
.BgClassName
{
background-color: #329097;
}
</style>
border-color css
<style>
span { border-color: #329097; }
span { border-color: rgb(50,144,151); }
td.TdClassName
{
border-color: #329097;
}
.TagClassName
{
border-color: #329097;
}
</style>