Shades of Scooter #328DA4
Tints of Scooter #328DA4
RGB
CMYK
RGB Variations
Color information
#328DA4 (or 0x328DA4) is known color: Scooter. HEX triplet: 32, 8D and A4. RGB value is (50,141,164). Sum of RGB (Red+Green+Blue) = 50+141+164=355 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.08% from 355); Green value is 141 (55.47% from 255 or 39.72% from 355); Blue value is 164 (64.45% from 255 or 46.20% from 355); Max value from RGB is 164 - color contains mainly: blue. Hex color #328DA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328DA4 is #CD725B. Grayscale: #747474. Windows color (decimal): -13464156 or 10784050. OLE color: 10784050.
HSL color Cylindrical-coordinate representation of color #328DA4: hue angle of 192.11º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #328DA4 is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 141 | 164 | - |
| CMYK | 0.70 | 0.14 | 0 | 0.36 |
| HSL | 192.11º | 0.53% | 0.42% | - |
| HSV(B) | 192.11º | 0.7% | 0.64% | - |
| XYZ | 17.54 | 22.41 | 38.52 | - |
| YUV | 116.41 | 154.85 | 80.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 141 | 164 | 0.70 | 0.14 | 0 | 0.36 | 192.11 | 0.53 | 0.42 |
| Hex | 32 | 8D | A4 | 46 | E | 0 | 24 | C0 | 35 | 2A |
| Octal | 62 | 215 | 244 | 106 | 16 | 0 | 44 | 300 | 65 | 52 |
| Binary | 110010 | 10001101 | 10100100 | 1000110 | 1110 | 0 | 100100 | 11000000 | 110101 | 101010 |
Color Harmonies of #328DA4
Complementary color
Monochromatic Colors of #328DA4
Black with #328DA4
Text Example
Text Example
White with #328DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328DA4; }
p { color: rgb(50,141,164); }
H1.HeaderClassName
{
color: #328DA4;
}
.AnyTagClassName
{
color: #328DA4;
}
</style>
background-color css
<style>
a { background-color: #328DA4; }
a { background-color: rgb(50,141,164); }
div.DivClassName
{
background-color: #328DA4;
}
.BgClassName
{
background-color: #328DA4;
}
</style>
border-color css
<style>
span { border-color: #328DA4; }
span { border-color: rgb(50,141,164); }
td.TdClassName
{
border-color: #328DA4;
}
.TagClassName
{
border-color: #328DA4;
}
</style>