Shades of Scooter #328F99
Tints of Scooter #328F99
RGB
CMYK
RGB Variations
Color information
#328F99 (or 0x328F99) is known color: Scooter. HEX triplet: 32, 8F and 99. RGB value is (50,143,153). Sum of RGB (Red+Green+Blue) = 50+143+153=346 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.45% from 346); Green value is 143 (56.25% from 255 or 41.33% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 153 - color contains mainly: blue. Hex color #328F99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328F99 is #CD7066. Grayscale: #747474. Windows color (decimal): -13463655 or 10063666. OLE color: 10063666.
HSL color Cylindrical-coordinate representation of color #328F99: hue angle of 185.83º 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 #328F99 is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 50 | 143 | 153 | - |
| CMYK | 0.67 | 0.07 | 0 | 0.4 |
| HSL | 185.83º | 0.51% | 0.4% | - |
| HSV(B) | 185.83º | 0.67% | 0.6% | - |
| XYZ | 16.89 | 22.62 | 33.61 | - |
| YUV | 116.33 | 148.69 | 80.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 143 | 153 | 0.67 | 0.07 | 0 | 0.4 | 185.83 | 0.51 | 0.4 |
| Hex | 32 | 8F | 99 | 43 | 7 | 0 | 28 | BA | 33 | 28 |
| Octal | 62 | 217 | 231 | 103 | 7 | 0 | 50 | 272 | 63 | 50 |
| Binary | 110010 | 10001111 | 10011001 | 1000011 | 111 | 0 | 101000 | 10111010 | 110011 | 101000 |
Color Harmonies of #328F99
Complementary color
Monochromatic Colors of #328F99
Black with #328F99
Text Example
Text Example
White with #328F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328F99; }
p { color: rgb(50,143,153); }
H1.HeaderClassName
{
color: #328F99;
}
.AnyTagClassName
{
color: #328F99;
}
</style>
background-color css
<style>
a { background-color: #328F99; }
a { background-color: rgb(50,143,153); }
div.DivClassName
{
background-color: #328F99;
}
.BgClassName
{
background-color: #328F99;
}
</style>
border-color css
<style>
span { border-color: #328F99; }
span { border-color: rgb(50,143,153); }
td.TdClassName
{
border-color: #328F99;
}
.TagClassName
{
border-color: #328F99;
}
</style>