Shades of Scooter #3290A9
Tints of Scooter #3290A9
RGB
CMYK
RGB Variations
Color information
#3290A9 (or 0x3290A9) is known color: Scooter. HEX triplet: 32, 90 and A9. RGB value is (50,144,169). Sum of RGB (Red+Green+Blue) = 50+144+169=363 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.77% from 363); Green value is 144 (56.64% from 255 or 39.67% from 363); Blue value is 169 (66.41% from 255 or 46.56% from 363); Max value from RGB is 169 - color contains mainly: blue. Hex color #3290A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3290A9 is #CD6F56. Grayscale: #767676. Windows color (decimal): -13463383 or 11112498. OLE color: 11112498.
HSL color Cylindrical-coordinate representation of color #3290A9: hue angle of 192.61º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3290A9 is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 50 | 144 | 169 | - |
| CMYK | 0.70 | 0.15 | 0 | 0.34 |
| HSL | 192.61º | 0.54% | 0.43% | - |
| HSV(B) | 192.61º | 0.7% | 0.66% | - |
| XYZ | 18.45 | 23.49 | 41.1 | - |
| YUV | 118.74 | 156.36 | 78.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 144 | 169 | 0.70 | 0.15 | 0 | 0.34 | 192.61 | 0.54 | 0.43 |
| Hex | 32 | 90 | A9 | 46 | F | 0 | 22 | C1 | 36 | 2B |
| Octal | 62 | 220 | 251 | 106 | 17 | 0 | 42 | 301 | 66 | 53 |
| Binary | 110010 | 10010000 | 10101001 | 1000110 | 1111 | 0 | 100010 | 11000001 | 110110 | 101011 |
Color Harmonies of #3290A9
Complementary color
Monochromatic Colors of #3290A9
Black with #3290A9
Text Example
Text Example
White with #3290A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3290A9; }
p { color: rgb(50,144,169); }
H1.HeaderClassName
{
color: #3290A9;
}
.AnyTagClassName
{
color: #3290A9;
}
</style>
background-color css
<style>
a { background-color: #3290A9; }
a { background-color: rgb(50,144,169); }
div.DivClassName
{
background-color: #3290A9;
}
.BgClassName
{
background-color: #3290A9;
}
</style>
border-color css
<style>
span { border-color: #3290A9; }
span { border-color: rgb(50,144,169); }
td.TdClassName
{
border-color: #3290A9;
}
.TagClassName
{
border-color: #3290A9;
}
</style>