Shades of Scooter #328AAA
Tints of Scooter #328AAA
RGB
CMYK
RGB Variations
Color information
#328AAA (or 0x328AAA) is known color: Scooter. HEX triplet: 32, 8A and AA. RGB value is (50,138,170). Sum of RGB (Red+Green+Blue) = 50+138+170=358 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.97% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #328AAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328AAA is #CD7555. Grayscale: #737373. Windows color (decimal): -13464918 or 11176498. OLE color: 11176498.
HSL color Cylindrical-coordinate representation of color #328AAA: hue angle of 196º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #328AAA is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 138 | 170 | - |
| CMYK | 0.71 | 0.19 | 0 | 0.33 |
| HSL | 196º | 0.55% | 0.43% | - |
| HSV(B) | 196º | 0.71% | 0.67% | - |
| XYZ | 17.66 | 21.76 | 41.3 | - |
| YUV | 115.34 | 158.85 | 81.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 138 | 170 | 0.71 | 0.19 | 0 | 0.33 | 196 | 0.55 | 0.43 |
| Hex | 32 | 8A | AA | 47 | 13 | 0 | 21 | C4 | 37 | 2B |
| Octal | 62 | 212 | 252 | 107 | 23 | 0 | 41 | 304 | 67 | 53 |
| Binary | 110010 | 10001010 | 10101010 | 1000111 | 10011 | 0 | 100001 | 11000100 | 110111 | 101011 |
Color Harmonies of #328AAA
Complementary color
Monochromatic Colors of #328AAA
Black with #328AAA
Text Example
Text Example
White with #328AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328AAA; }
p { color: rgb(50,138,170); }
H1.HeaderClassName
{
color: #328AAA;
}
.AnyTagClassName
{
color: #328AAA;
}
</style>
background-color css
<style>
a { background-color: #328AAA; }
a { background-color: rgb(50,138,170); }
div.DivClassName
{
background-color: #328AAA;
}
.BgClassName
{
background-color: #328AAA;
}
</style>
border-color css
<style>
span { border-color: #328AAA; }
span { border-color: rgb(50,138,170); }
td.TdClassName
{
border-color: #328AAA;
}
.TagClassName
{
border-color: #328AAA;
}
</style>