Shades of Scooter #3191A9
Tints of Scooter #3191A9
RGB
CMYK
RGB Variations
Color information
#3191A9 (or 0x3191A9) is known color: Scooter. HEX triplet: 31, 91 and A9. RGB value is (49,145,169). Sum of RGB (Red+Green+Blue) = 49+145+169=363 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.50% from 363); Green value is 145 (57.03% from 255 or 39.94% 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 #3191A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3191A9 is #CE6E56. Grayscale: #767676. Windows color (decimal): -13528663 or 11112753. OLE color: 11112753.
HSL color Cylindrical-coordinate representation of color #3191A9: hue angle of 192º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3191A9 is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 49 | 145 | 169 | - |
| CMYK | 0.71 | 0.14 | 0 | 0.34 |
| HSL | 192º | 0.55% | 0.43% | - |
| HSV(B) | 192º | 0.71% | 0.66% | - |
| XYZ | 18.55 | 23.77 | 41.15 | - |
| YUV | 119.03 | 156.2 | 78.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 145 | 169 | 0.71 | 0.14 | 0 | 0.34 | 192 | 0.55 | 0.43 |
| Hex | 31 | 91 | A9 | 47 | E | 0 | 22 | C0 | 37 | 2B |
| Octal | 61 | 221 | 251 | 107 | 16 | 0 | 42 | 300 | 67 | 53 |
| Binary | 110001 | 10010001 | 10101001 | 1000111 | 1110 | 0 | 100010 | 11000000 | 110111 | 101011 |
Color Harmonies of #3191A9
Complementary color
Monochromatic Colors of #3191A9
Black with #3191A9
Text Example
Text Example
White with #3191A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3191A9; }
p { color: rgb(49,145,169); }
H1.HeaderClassName
{
color: #3191A9;
}
.AnyTagClassName
{
color: #3191A9;
}
</style>
background-color css
<style>
a { background-color: #3191A9; }
a { background-color: rgb(49,145,169); }
div.DivClassName
{
background-color: #3191A9;
}
.BgClassName
{
background-color: #3191A9;
}
</style>
border-color css
<style>
span { border-color: #3191A9; }
span { border-color: rgb(49,145,169); }
td.TdClassName
{
border-color: #3191A9;
}
.TagClassName
{
border-color: #3191A9;
}
</style>