Shades of Scooter #328DA6
Tints of Scooter #328DA6
RGB
CMYK
RGB Variations
Color information
#328DA6 (or 0x328DA6) is known color: Scooter. HEX triplet: 32, 8D and A6. RGB value is (50,141,166). Sum of RGB (Red+Green+Blue) = 50+141+166=357 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.01% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 166 (65.23% from 255 or 46.50% from 357); Max value from RGB is 166 - color contains mainly: blue. Hex color #328DA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328DA6 is #CD7259. Grayscale: #747474. Windows color (decimal): -13464154 or 10915122. OLE color: 10915122.
HSL color Cylindrical-coordinate representation of color #328DA6: hue angle of 192.93º 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 #328DA6 is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 50 | 141 | 166 | - |
| CMYK | 0.70 | 0.15 | 0 | 0.35 |
| HSL | 192.93º | 0.54% | 0.42% | - |
| HSV(B) | 192.93º | 0.7% | 0.65% | - |
| XYZ | 17.72 | 22.48 | 39.48 | - |
| YUV | 116.64 | 155.85 | 80.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 141 | 166 | 0.70 | 0.15 | 0 | 0.35 | 192.93 | 0.54 | 0.42 |
| Hex | 32 | 8D | A6 | 46 | F | 0 | 23 | C1 | 36 | 2A |
| Octal | 62 | 215 | 246 | 106 | 17 | 0 | 43 | 301 | 66 | 52 |
| Binary | 110010 | 10001101 | 10100110 | 1000110 | 1111 | 0 | 100011 | 11000001 | 110110 | 101010 |
Color Harmonies of #328DA6
Complementary color
Monochromatic Colors of #328DA6
Black with #328DA6
Text Example
Text Example
White with #328DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328DA6; }
p { color: rgb(50,141,166); }
H1.HeaderClassName
{
color: #328DA6;
}
.AnyTagClassName
{
color: #328DA6;
}
</style>
background-color css
<style>
a { background-color: #328DA6; }
a { background-color: rgb(50,141,166); }
div.DivClassName
{
background-color: #328DA6;
}
.BgClassName
{
background-color: #328DA6;
}
</style>
border-color css
<style>
span { border-color: #328DA6; }
span { border-color: rgb(50,141,166); }
td.TdClassName
{
border-color: #328DA6;
}
.TagClassName
{
border-color: #328DA6;
}
</style>