Shades of Scooter #328BA0
Tints of Scooter #328BA0
RGB
CMYK
RGB Variations
Color information
#328BA0 (or 0x328BA0) is known color: Scooter. HEX triplet: 32, 8B and A0. RGB value is (50,139,160). Sum of RGB (Red+Green+Blue) = 50+139+160=349 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.33% from 349); Green value is 139 (54.69% from 255 or 39.83% from 349); Blue value is 160 (62.89% from 255 or 45.85% from 349); Max value from RGB is 160 - color contains mainly: blue. Hex color #328BA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328BA0 is #CD745F. Grayscale: #727272. Windows color (decimal): -13464672 or 10521394. OLE color: 10521394.
HSL color Cylindrical-coordinate representation of color #328BA0: hue angle of 191.45º degrees, saturation: 0.52, 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 #328BA0 is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 50 | 139 | 160 | - |
| CMYK | 0.69 | 0.13 | 0 | 0.37 |
| HSL | 191.45º | 0.52% | 0.41% | - |
| HSV(B) | 191.45º | 0.69% | 0.63% | - |
| XYZ | 16.89 | 21.68 | 36.55 | - |
| YUV | 114.78 | 153.51 | 81.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 139 | 160 | 0.69 | 0.13 | 0 | 0.37 | 191.45 | 0.52 | 0.41 |
| Hex | 32 | 8B | A0 | 45 | D | 0 | 25 | BF | 34 | 29 |
| Octal | 62 | 213 | 240 | 105 | 15 | 0 | 45 | 277 | 64 | 51 |
| Binary | 110010 | 10001011 | 10100000 | 1000101 | 1101 | 0 | 100101 | 10111111 | 110100 | 101001 |
Color Harmonies of #328BA0
Complementary color
Monochromatic Colors of #328BA0
Black with #328BA0
Text Example
Text Example
White with #328BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328BA0; }
p { color: rgb(50,139,160); }
H1.HeaderClassName
{
color: #328BA0;
}
.AnyTagClassName
{
color: #328BA0;
}
</style>
background-color css
<style>
a { background-color: #328BA0; }
a { background-color: rgb(50,139,160); }
div.DivClassName
{
background-color: #328BA0;
}
.BgClassName
{
background-color: #328BA0;
}
</style>
border-color css
<style>
span { border-color: #328BA0; }
span { border-color: rgb(50,139,160); }
td.TdClassName
{
border-color: #328BA0;
}
.TagClassName
{
border-color: #328BA0;
}
</style>