Shades of Scooter #329299
Tints of Scooter #329299
RGB
CMYK
RGB Variations
Color information
#329299 (or 0x329299) is known color: Scooter. HEX triplet: 32, 92 and 99. RGB value is (50,146,153). Sum of RGB (Red+Green+Blue) = 50+146+153=349 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.33% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 153 - color contains mainly: blue. Hex color #329299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329299 is #CD6D66. Grayscale: #757575. Windows color (decimal): -13462887 or 10064434. OLE color: 10064434.
HSL color Cylindrical-coordinate representation of color #329299: hue angle of 184.08º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329299 is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 50 | 146 | 153 | - |
| CMYK | 0.67 | 0.05 | 0 | 0.4 |
| HSL | 184.08º | 0.51% | 0.4% | - |
| HSV(B) | 184.08º | 0.67% | 0.6% | - |
| XYZ | 17.34 | 23.54 | 33.77 | - |
| YUV | 118.09 | 147.7 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 146 | 153 | 0.67 | 0.05 | 0 | 0.4 | 184.08 | 0.51 | 0.4 |
| Hex | 32 | 92 | 99 | 43 | 5 | 0 | 28 | B8 | 33 | 28 |
| Octal | 62 | 222 | 231 | 103 | 5 | 0 | 50 | 270 | 63 | 50 |
| Binary | 110010 | 10010010 | 10011001 | 1000011 | 101 | 0 | 101000 | 10111000 | 110011 | 101000 |
Color Harmonies of #329299
Complementary color
Monochromatic Colors of #329299
Black with #329299
Text Example
Text Example
White with #329299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329299; }
p { color: rgb(50,146,153); }
H1.HeaderClassName
{
color: #329299;
}
.AnyTagClassName
{
color: #329299;
}
</style>
background-color css
<style>
a { background-color: #329299; }
a { background-color: rgb(50,146,153); }
div.DivClassName
{
background-color: #329299;
}
.BgClassName
{
background-color: #329299;
}
</style>
border-color css
<style>
span { border-color: #329299; }
span { border-color: rgb(50,146,153); }
td.TdClassName
{
border-color: #329299;
}
.TagClassName
{
border-color: #329299;
}
</style>