Shades of Scooter #3190AA
Tints of Scooter #3190AA
RGB
CMYK
RGB Variations
Color information
#3190AA (or 0x3190AA) is known color: Scooter. HEX triplet: 31, 90 and AA. RGB value is (49,144,170). Sum of RGB (Red+Green+Blue) = 49+144+170=363 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.50% from 363); Green value is 144 (56.64% from 255 or 39.67% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: blue. Hex color #3190AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3190AA is #CE6F55. Grayscale: #767676. Windows color (decimal): -13528918 or 11178033. OLE color: 11178033.
HSL color Cylindrical-coordinate representation of color #3190AA: hue angle of 192.89º 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 #3190AA is Cyan = 0.71, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 144 | 170 | - |
| CMYK | 0.71 | 0.15 | 0 | 0.33 |
| HSL | 192.89º | 0.55% | 0.43% | - |
| HSV(B) | 192.89º | 0.71% | 0.67% | - |
| XYZ | 18.5 | 23.5 | 41.59 | - |
| YUV | 118.56 | 157.03 | 78.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 144 | 170 | 0.71 | 0.15 | 0 | 0.33 | 192.89 | 0.55 | 0.43 |
| Hex | 31 | 90 | AA | 47 | F | 0 | 21 | C1 | 37 | 2B |
| Octal | 61 | 220 | 252 | 107 | 17 | 0 | 41 | 301 | 67 | 53 |
| Binary | 110001 | 10010000 | 10101010 | 1000111 | 1111 | 0 | 100001 | 11000001 | 110111 | 101011 |
Color Harmonies of #3190AA
Complementary color
Monochromatic Colors of #3190AA
Black with #3190AA
Text Example
Text Example
White with #3190AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3190AA; }
p { color: rgb(49,144,170); }
H1.HeaderClassName
{
color: #3190AA;
}
.AnyTagClassName
{
color: #3190AA;
}
</style>
background-color css
<style>
a { background-color: #3190AA; }
a { background-color: rgb(49,144,170); }
div.DivClassName
{
background-color: #3190AA;
}
.BgClassName
{
background-color: #3190AA;
}
</style>
border-color css
<style>
span { border-color: #3190AA; }
span { border-color: rgb(49,144,170); }
td.TdClassName
{
border-color: #3190AA;
}
.TagClassName
{
border-color: #3190AA;
}
</style>