Shades of Scooter #328EA6
Tints of Scooter #328EA6
RGB
CMYK
RGB Variations
Color information
#328EA6 (or 0x328EA6) is known color: Scooter. HEX triplet: 32, 8E and A6. RGB value is (50,142,166). Sum of RGB (Red+Green+Blue) = 50+142+166=358 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.97% from 358); Green value is 142 (55.86% from 255 or 39.66% from 358); Blue value is 166 (65.23% from 255 or 46.37% from 358); Max value from RGB is 166 - color contains mainly: blue. Hex color #328EA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328EA6 is #CD7159. Grayscale: #757575. Windows color (decimal): -13463898 or 10915378. OLE color: 10915378.
HSL color Cylindrical-coordinate representation of color #328EA6: hue angle of 192.41º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #328EA6 is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 50 | 142 | 166 | - |
| CMYK | 0.70 | 0.14 | 0 | 0.35 |
| HSL | 192.41º | 0.54% | 0.42% | - |
| HSV(B) | 192.41º | 0.7% | 0.65% | - |
| XYZ | 17.87 | 22.78 | 39.53 | - |
| YUV | 117.23 | 155.52 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 142 | 166 | 0.70 | 0.14 | 0 | 0.35 | 192.41 | 0.54 | 0.42 |
| Hex | 32 | 8E | A6 | 46 | E | 0 | 23 | C0 | 36 | 2A |
| Octal | 62 | 216 | 246 | 106 | 16 | 0 | 43 | 300 | 66 | 52 |
| Binary | 110010 | 10001110 | 10100110 | 1000110 | 1110 | 0 | 100011 | 11000000 | 110110 | 101010 |
Color Harmonies of #328EA6
Complementary color
Monochromatic Colors of #328EA6
Black with #328EA6
Text Example
Text Example
White with #328EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328EA6; }
p { color: rgb(50,142,166); }
H1.HeaderClassName
{
color: #328EA6;
}
.AnyTagClassName
{
color: #328EA6;
}
</style>
background-color css
<style>
a { background-color: #328EA6; }
a { background-color: rgb(50,142,166); }
div.DivClassName
{
background-color: #328EA6;
}
.BgClassName
{
background-color: #328EA6;
}
</style>
border-color css
<style>
span { border-color: #328EA6; }
span { border-color: rgb(50,142,166); }
td.TdClassName
{
border-color: #328EA6;
}
.TagClassName
{
border-color: #328EA6;
}
</style>