Shades of Scooter #328E9E
Tints of Scooter #328E9E
RGB
CMYK
RGB Variations
Color information
#328E9E (or 0x328E9E) is known color: Scooter. HEX triplet: 32, 8E and 9E. RGB value is (50,142,158). Sum of RGB (Red+Green+Blue) = 50+142+158=350 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.29% from 350); Green value is 142 (55.86% from 255 or 40.57% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 158 - color contains mainly: blue. Hex color #328E9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328E9E is #CD7161. Grayscale: #747474. Windows color (decimal): -13463906 or 10391090. OLE color: 10391090.
HSL color Cylindrical-coordinate representation of color #328E9E: hue angle of 188.89º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #328E9E is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 142 | 158 | - |
| CMYK | 0.68 | 0.10 | 0 | 0.38 |
| HSL | 188.89º | 0.52% | 0.41% | - |
| HSV(B) | 188.89º | 0.68% | 0.62% | - |
| XYZ | 17.16 | 22.49 | 35.78 | - |
| YUV | 116.32 | 151.52 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 142 | 158 | 0.68 | 0.10 | 0 | 0.38 | 188.89 | 0.52 | 0.41 |
| Hex | 32 | 8E | 9E | 44 | A | 0 | 26 | BD | 34 | 29 |
| Octal | 62 | 216 | 236 | 104 | 12 | 0 | 46 | 275 | 64 | 51 |
| Binary | 110010 | 10001110 | 10011110 | 1000100 | 1010 | 0 | 100110 | 10111101 | 110100 | 101001 |
Color Harmonies of #328E9E
Complementary color
Monochromatic Colors of #328E9E
Black with #328E9E
Text Example
Text Example
White with #328E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328E9E; }
p { color: rgb(50,142,158); }
H1.HeaderClassName
{
color: #328E9E;
}
.AnyTagClassName
{
color: #328E9E;
}
</style>
background-color css
<style>
a { background-color: #328E9E; }
a { background-color: rgb(50,142,158); }
div.DivClassName
{
background-color: #328E9E;
}
.BgClassName
{
background-color: #328E9E;
}
</style>
border-color css
<style>
span { border-color: #328E9E; }
span { border-color: rgb(50,142,158); }
td.TdClassName
{
border-color: #328E9E;
}
.TagClassName
{
border-color: #328E9E;
}
</style>