Shades of Scooter #328CA1
Tints of Scooter #328CA1
RGB
CMYK
RGB Variations
Color information
#328CA1 (or 0x328CA1) is known color: Scooter. HEX triplet: 32, 8C and A1. RGB value is (50,140,161). Sum of RGB (Red+Green+Blue) = 50+140+161=351 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.25% from 351); Green value is 140 (55.08% from 255 or 39.89% from 351); Blue value is 161 (63.28% from 255 or 45.87% from 351); Max value from RGB is 161 - color contains mainly: blue. Hex color #328CA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328CA1 is #CD735E. Grayscale: #737373. Windows color (decimal): -13464415 or 10587186. OLE color: 10587186.
HSL color Cylindrical-coordinate representation of color #328CA1: hue angle of 191.35º 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 #328CA1 is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 50 | 140 | 161 | - |
| CMYK | 0.69 | 0.13 | 0 | 0.37 |
| HSL | 191.35º | 0.53% | 0.41% | - |
| HSV(B) | 191.35º | 0.69% | 0.63% | - |
| XYZ | 17.13 | 22.01 | 37.06 | - |
| YUV | 115.48 | 153.68 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 140 | 161 | 0.69 | 0.13 | 0 | 0.37 | 191.35 | 0.53 | 0.41 |
| Hex | 32 | 8C | A1 | 45 | D | 0 | 25 | BF | 35 | 29 |
| Octal | 62 | 214 | 241 | 105 | 15 | 0 | 45 | 277 | 65 | 51 |
| Binary | 110010 | 10001100 | 10100001 | 1000101 | 1101 | 0 | 100101 | 10111111 | 110101 | 101001 |
Color Harmonies of #328CA1
Complementary color
Monochromatic Colors of #328CA1
Black with #328CA1
Text Example
Text Example
White with #328CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328CA1; }
p { color: rgb(50,140,161); }
H1.HeaderClassName
{
color: #328CA1;
}
.AnyTagClassName
{
color: #328CA1;
}
</style>
background-color css
<style>
a { background-color: #328CA1; }
a { background-color: rgb(50,140,161); }
div.DivClassName
{
background-color: #328CA1;
}
.BgClassName
{
background-color: #328CA1;
}
</style>
border-color css
<style>
span { border-color: #328CA1; }
span { border-color: rgb(50,140,161); }
td.TdClassName
{
border-color: #328CA1;
}
.TagClassName
{
border-color: #328CA1;
}
</style>