Shades of Scooter #328C99
Tints of Scooter #328C99
RGB
CMYK
RGB Variations
Color information
#328C99 (or 0x328C99) is known color: Scooter. HEX triplet: 32, 8C and 99. RGB value is (50,140,153). Sum of RGB (Red+Green+Blue) = 50+140+153=343 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.58% from 343); Green value is 140 (55.08% from 255 or 40.82% from 343); Blue value is 153 (60.16% from 255 or 44.61% from 343); Max value from RGB is 153 - color contains mainly: blue. Hex color #328C99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328C99 is #CD7366. Grayscale: #727272. Windows color (decimal): -13464423 or 10062898. OLE color: 10062898.
HSL color Cylindrical-coordinate representation of color #328C99: hue angle of 187.57º 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 #328C99 is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 50 | 140 | 153 | - |
| CMYK | 0.67 | 0.08 | 0 | 0.4 |
| HSL | 187.57º | 0.51% | 0.4% | - |
| HSV(B) | 187.57º | 0.67% | 0.6% | - |
| XYZ | 16.44 | 21.73 | 33.47 | - |
| YUV | 114.57 | 149.68 | 81.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 140 | 153 | 0.67 | 0.08 | 0 | 0.4 | 187.57 | 0.51 | 0.4 |
| Hex | 32 | 8C | 99 | 43 | 8 | 0 | 28 | BC | 33 | 28 |
| Octal | 62 | 214 | 231 | 103 | 10 | 0 | 50 | 274 | 63 | 50 |
| Binary | 110010 | 10001100 | 10011001 | 1000011 | 1000 | 0 | 101000 | 10111100 | 110011 | 101000 |
Color Harmonies of #328C99
Complementary color
Monochromatic Colors of #328C99
Black with #328C99
Text Example
Text Example
White with #328C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328C99; }
p { color: rgb(50,140,153); }
H1.HeaderClassName
{
color: #328C99;
}
.AnyTagClassName
{
color: #328C99;
}
</style>
background-color css
<style>
a { background-color: #328C99; }
a { background-color: rgb(50,140,153); }
div.DivClassName
{
background-color: #328C99;
}
.BgClassName
{
background-color: #328C99;
}
</style>
border-color css
<style>
span { border-color: #328C99; }
span { border-color: rgb(50,140,153); }
td.TdClassName
{
border-color: #328C99;
}
.TagClassName
{
border-color: #328C99;
}
</style>