Shades of Scooter #3190A0
Tints of Scooter #3190A0
RGB
CMYK
RGB Variations
Color information
#3190A0 (or 0x3190A0) is known color: Scooter. HEX triplet: 31, 90 and A0. RGB value is (49,144,160). Sum of RGB (Red+Green+Blue) = 49+144+160=353 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.88% from 353); Green value is 144 (56.64% from 255 or 40.79% from 353); Blue value is 160 (62.89% from 255 or 45.33% from 353); Max value from RGB is 160 - color contains mainly: blue. Hex color #3190A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3190A0 is #CE6F5F. Grayscale: #757575. Windows color (decimal): -13528928 or 10522673. OLE color: 10522673.
HSL color Cylindrical-coordinate representation of color #3190A0: hue angle of 188.65º 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 #3190A0 is Cyan = 0.69, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 144 | 160 | - |
| CMYK | 0.69 | 0.1 | 0 | 0.37 |
| HSL | 188.65º | 0.53% | 0.41% | - |
| HSV(B) | 188.65º | 0.69% | 0.63% | - |
| XYZ | 17.59 | 23.14 | 36.8 | - |
| YUV | 117.42 | 152.03 | 79.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 144 | 160 | 0.69 | 0.1 | 0 | 0.37 | 188.65 | 0.53 | 0.41 |
| Hex | 31 | 90 | A0 | 45 | A | 0 | 25 | BD | 35 | 29 |
| Octal | 61 | 220 | 240 | 105 | 12 | 0 | 45 | 275 | 65 | 51 |
| Binary | 110001 | 10010000 | 10100000 | 1000101 | 1010 | 0 | 100101 | 10111101 | 110101 | 101001 |
Color Harmonies of #3190A0
Complementary color
Monochromatic Colors of #3190A0
Black with #3190A0
Text Example
Text Example
White with #3190A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3190A0; }
p { color: rgb(49,144,160); }
H1.HeaderClassName
{
color: #3190A0;
}
.AnyTagClassName
{
color: #3190A0;
}
</style>
background-color css
<style>
a { background-color: #3190A0; }
a { background-color: rgb(49,144,160); }
div.DivClassName
{
background-color: #3190A0;
}
.BgClassName
{
background-color: #3190A0;
}
</style>
border-color css
<style>
span { border-color: #3190A0; }
span { border-color: rgb(49,144,160); }
td.TdClassName
{
border-color: #3190A0;
}
.TagClassName
{
border-color: #3190A0;
}
</style>