Shades of Scooter #328C98
Tints of Scooter #328C98
RGB
CMYK
RGB Variations
Color information
#328C98 (or 0x328C98) is known color: Scooter. HEX triplet: 32, 8C and 98. RGB value is (50,140,152). Sum of RGB (Red+Green+Blue) = 50+140+152=342 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.62% from 342); Green value is 140 (55.08% from 255 or 40.94% from 342); Blue value is 152 (59.77% from 255 or 44.44% from 342); Max value from RGB is 152 - color contains mainly: blue. Hex color #328C98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328C98 is #CD7367. Grayscale: #727272. Windows color (decimal): -13464424 or 9997362. OLE color: 9997362.
HSL color Cylindrical-coordinate representation of color #328C98: hue angle of 187.06º degrees, saturation: 0.5, 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 #328C98 is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 140 | 152 | - |
| CMYK | 0.67 | 0.08 | 0 | 0.40 |
| HSL | 187.06º | 0.5% | 0.4% | - |
| HSV(B) | 187.06º | 0.67% | 0.6% | - |
| XYZ | 16.36 | 21.7 | 33.03 | - |
| YUV | 114.46 | 149.18 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 140 | 152 | 0.67 | 0.08 | 0 | 0.40 | 187.06 | 0.5 | 0.4 |
| Hex | 32 | 8C | 98 | 43 | 8 | 0 | 28 | BB | 32 | 28 |
| Octal | 62 | 214 | 230 | 103 | 10 | 0 | 50 | 273 | 62 | 50 |
| Binary | 110010 | 10001100 | 10011000 | 1000011 | 1000 | 0 | 101000 | 10111011 | 110010 | 101000 |
Color Harmonies of #328C98
Complementary color
Monochromatic Colors of #328C98
Black with #328C98
Text Example
Text Example
White with #328C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328C98; }
p { color: rgb(50,140,152); }
H1.HeaderClassName
{
color: #328C98;
}
.AnyTagClassName
{
color: #328C98;
}
</style>
background-color css
<style>
a { background-color: #328C98; }
a { background-color: rgb(50,140,152); }
div.DivClassName
{
background-color: #328C98;
}
.BgClassName
{
background-color: #328C98;
}
</style>
border-color css
<style>
span { border-color: #328C98; }
span { border-color: rgb(50,140,152); }
td.TdClassName
{
border-color: #328C98;
}
.TagClassName
{
border-color: #328C98;
}
</style>