Shades of Scooter #328EA1
Tints of Scooter #328EA1
RGB
CMYK
RGB Variations
Color information
#328EA1 (or 0x328EA1) is known color: Scooter. HEX triplet: 32, 8E and A1. RGB value is (50,142,161). Sum of RGB (Red+Green+Blue) = 50+142+161=353 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.16% from 353); Green value is 142 (55.86% from 255 or 40.23% from 353); Blue value is 161 (63.28% from 255 or 45.61% from 353); Max value from RGB is 161 - color contains mainly: blue. Hex color #328EA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328EA1 is #CD715E. Grayscale: #747474. Windows color (decimal): -13463903 or 10587698. OLE color: 10587698.
HSL color Cylindrical-coordinate representation of color #328EA1: hue angle of 190.27º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #328EA1 is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 50 | 142 | 161 | - |
| CMYK | 0.69 | 0.12 | 0 | 0.37 |
| HSL | 190.27º | 0.53% | 0.41% | - |
| HSV(B) | 190.27º | 0.69% | 0.63% | - |
| XYZ | 17.42 | 22.6 | 37.16 | - |
| YUV | 116.66 | 153.02 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 142 | 161 | 0.69 | 0.12 | 0 | 0.37 | 190.27 | 0.53 | 0.41 |
| Hex | 32 | 8E | A1 | 45 | C | 0 | 25 | BE | 35 | 29 |
| Octal | 62 | 216 | 241 | 105 | 14 | 0 | 45 | 276 | 65 | 51 |
| Binary | 110010 | 10001110 | 10100001 | 1000101 | 1100 | 0 | 100101 | 10111110 | 110101 | 101001 |
Color Harmonies of #328EA1
Complementary color
Monochromatic Colors of #328EA1
Black with #328EA1
Text Example
Text Example
White with #328EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328EA1; }
p { color: rgb(50,142,161); }
H1.HeaderClassName
{
color: #328EA1;
}
.AnyTagClassName
{
color: #328EA1;
}
</style>
background-color css
<style>
a { background-color: #328EA1; }
a { background-color: rgb(50,142,161); }
div.DivClassName
{
background-color: #328EA1;
}
.BgClassName
{
background-color: #328EA1;
}
</style>
border-color css
<style>
span { border-color: #328EA1; }
span { border-color: rgb(50,142,161); }
td.TdClassName
{
border-color: #328EA1;
}
.TagClassName
{
border-color: #328EA1;
}
</style>