Shades of Scooter #3191A0
Tints of Scooter #3191A0
RGB
CMYK
RGB Variations
Color information
#3191A0 (or 0x3191A0) is known color: Scooter. HEX triplet: 31, 91 and A0. RGB value is (49,145,160). Sum of RGB (Red+Green+Blue) = 49+145+160=354 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.84% from 354); Green value is 145 (57.03% from 255 or 40.96% from 354); Blue value is 160 (62.89% from 255 or 45.20% from 354); Max value from RGB is 160 - color contains mainly: blue. Hex color #3191A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3191A0 is #CE6E5F. Grayscale: #757575. Windows color (decimal): -13528672 or 10522929. OLE color: 10522929.
HSL color Cylindrical-coordinate representation of color #3191A0: hue angle of 188.11º 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 #3191A0 is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 145 | 160 | - |
| CMYK | 0.69 | 0.09 | 0 | 0.37 |
| HSL | 188.11º | 0.53% | 0.41% | - |
| HSV(B) | 188.11º | 0.69% | 0.63% | - |
| XYZ | 17.74 | 23.44 | 36.85 | - |
| YUV | 118.01 | 151.7 | 78.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 145 | 160 | 0.69 | 0.09 | 0 | 0.37 | 188.11 | 0.53 | 0.41 |
| Hex | 31 | 91 | A0 | 45 | 9 | 0 | 25 | BC | 35 | 29 |
| Octal | 61 | 221 | 240 | 105 | 11 | 0 | 45 | 274 | 65 | 51 |
| Binary | 110001 | 10010001 | 10100000 | 1000101 | 1001 | 0 | 100101 | 10111100 | 110101 | 101001 |
Color Harmonies of #3191A0
Complementary color
Monochromatic Colors of #3191A0
Black with #3191A0
Text Example
Text Example
White with #3191A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3191A0; }
p { color: rgb(49,145,160); }
H1.HeaderClassName
{
color: #3191A0;
}
.AnyTagClassName
{
color: #3191A0;
}
</style>
background-color css
<style>
a { background-color: #3191A0; }
a { background-color: rgb(49,145,160); }
div.DivClassName
{
background-color: #3191A0;
}
.BgClassName
{
background-color: #3191A0;
}
</style>
border-color css
<style>
span { border-color: #3191A0; }
span { border-color: rgb(49,145,160); }
td.TdClassName
{
border-color: #3191A0;
}
.TagClassName
{
border-color: #3191A0;
}
</style>