Shades of Scooter #328DA3
Tints of Scooter #328DA3
RGB
CMYK
RGB Variations
Color information
#328DA3 (or 0x328DA3) is known color: Scooter. HEX triplet: 32, 8D and A3. RGB value is (50,141,163). Sum of RGB (Red+Green+Blue) = 50+141+163=354 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.12% from 354); Green value is 141 (55.47% from 255 or 39.83% from 354); Blue value is 163 (64.06% from 255 or 46.05% from 354); Max value from RGB is 163 - color contains mainly: blue. Hex color #328DA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328DA3 is #CD725C. Grayscale: #747474. Windows color (decimal): -13464157 or 10718514. OLE color: 10718514.
HSL color Cylindrical-coordinate representation of color #328DA3: hue angle of 191.68º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #328DA3 is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 141 | 163 | - |
| CMYK | 0.69 | 0.13 | 0 | 0.36 |
| HSL | 191.68º | 0.53% | 0.42% | - |
| HSV(B) | 191.68º | 0.69% | 0.64% | - |
| XYZ | 17.45 | 22.37 | 38.05 | - |
| YUV | 116.3 | 154.35 | 80.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 141 | 163 | 0.69 | 0.13 | 0 | 0.36 | 191.68 | 0.53 | 0.42 |
| Hex | 32 | 8D | A3 | 45 | D | 0 | 24 | C0 | 35 | 2A |
| Octal | 62 | 215 | 243 | 105 | 15 | 0 | 44 | 300 | 65 | 52 |
| Binary | 110010 | 10001101 | 10100011 | 1000101 | 1101 | 0 | 100100 | 11000000 | 110101 | 101010 |
Color Harmonies of #328DA3
Complementary color
Monochromatic Colors of #328DA3
Black with #328DA3
Text Example
Text Example
White with #328DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328DA3; }
p { color: rgb(50,141,163); }
H1.HeaderClassName
{
color: #328DA3;
}
.AnyTagClassName
{
color: #328DA3;
}
</style>
background-color css
<style>
a { background-color: #328DA3; }
a { background-color: rgb(50,141,163); }
div.DivClassName
{
background-color: #328DA3;
}
.BgClassName
{
background-color: #328DA3;
}
</style>
border-color css
<style>
span { border-color: #328DA3; }
span { border-color: rgb(50,141,163); }
td.TdClassName
{
border-color: #328DA3;
}
.TagClassName
{
border-color: #328DA3;
}
</style>