Shades of Scooter #3290AC
Tints of Scooter #3290AC
RGB
CMYK
RGB Variations
Color information
#3290AC (or 0x3290AC) is known color: Scooter. HEX triplet: 32, 90 and AC. RGB value is (50,144,172). Sum of RGB (Red+Green+Blue) = 50+144+172=366 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.66% from 366); Green value is 144 (56.64% from 255 or 39.34% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #3290AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3290AC is #CD6F53. Grayscale: #767676. Windows color (decimal): -13463380 or 11309106. OLE color: 11309106.
HSL color Cylindrical-coordinate representation of color #3290AC: hue angle of 193.77º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3290AC is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 144 | 172 | - |
| CMYK | 0.71 | 0.16 | 0 | 0.33 |
| HSL | 193.77º | 0.55% | 0.44% | - |
| HSV(B) | 193.77º | 0.71% | 0.67% | - |
| XYZ | 18.74 | 23.6 | 42.6 | - |
| YUV | 119.09 | 157.86 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 144 | 172 | 0.71 | 0.16 | 0 | 0.33 | 193.77 | 0.55 | 0.44 |
| Hex | 32 | 90 | AC | 47 | 10 | 0 | 21 | C2 | 37 | 2C |
| Octal | 62 | 220 | 254 | 107 | 20 | 0 | 41 | 302 | 67 | 54 |
| Binary | 110010 | 10010000 | 10101100 | 1000111 | 10000 | 0 | 100001 | 11000010 | 110111 | 101100 |
Color Harmonies of #3290AC
Complementary color
Monochromatic Colors of #3290AC
Black with #3290AC
Text Example
Text Example
White with #3290AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3290AC; }
p { color: rgb(50,144,172); }
H1.HeaderClassName
{
color: #3290AC;
}
.AnyTagClassName
{
color: #3290AC;
}
</style>
background-color css
<style>
a { background-color: #3290AC; }
a { background-color: rgb(50,144,172); }
div.DivClassName
{
background-color: #3290AC;
}
.BgClassName
{
background-color: #3290AC;
}
</style>
border-color css
<style>
span { border-color: #3290AC; }
span { border-color: rgb(50,144,172); }
td.TdClassName
{
border-color: #3290AC;
}
.TagClassName
{
border-color: #3290AC;
}
</style>