Shades of Scooter #328499
Tints of Scooter #328499
RGB
CMYK
RGB Variations
Color information
#328499 (or 0x328499) is known color: Scooter. HEX triplet: 32, 84 and 99. RGB value is (50,132,153). Sum of RGB (Red+Green+Blue) = 50+132+153=335 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.93% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 153 - color contains mainly: blue. Hex color #328499 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328499 is #CD7B66. Grayscale: #6D6D6D. Windows color (decimal): -13466471 or 10060850. OLE color: 10060850.
HSL color Cylindrical-coordinate representation of color #328499: hue angle of 192.23º 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 #328499 is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 50 | 132 | 153 | - |
| CMYK | 0.67 | 0.14 | 0 | 0.4 |
| HSL | 192.23º | 0.51% | 0.4% | - |
| HSV(B) | 192.23º | 0.67% | 0.6% | - |
| XYZ | 15.32 | 19.48 | 33.09 | - |
| YUV | 109.88 | 152.33 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 132 | 153 | 0.67 | 0.14 | 0 | 0.4 | 192.23 | 0.51 | 0.4 |
| Hex | 32 | 84 | 99 | 43 | E | 0 | 28 | C0 | 33 | 28 |
| Octal | 62 | 204 | 231 | 103 | 16 | 0 | 50 | 300 | 63 | 50 |
| Binary | 110010 | 10000100 | 10011001 | 1000011 | 1110 | 0 | 101000 | 11000000 | 110011 | 101000 |
Color Harmonies of #328499
Complementary color
Monochromatic Colors of #328499
Black with #328499
Text Example
Text Example
White with #328499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328499; }
p { color: rgb(50,132,153); }
H1.HeaderClassName
{
color: #328499;
}
.AnyTagClassName
{
color: #328499;
}
</style>
background-color css
<style>
a { background-color: #328499; }
a { background-color: rgb(50,132,153); }
div.DivClassName
{
background-color: #328499;
}
.BgClassName
{
background-color: #328499;
}
</style>
border-color css
<style>
span { border-color: #328499; }
span { border-color: rgb(50,132,153); }
td.TdClassName
{
border-color: #328499;
}
.TagClassName
{
border-color: #328499;
}
</style>