Shades of Scooter #3199A9
Tints of Scooter #3199A9
RGB
CMYK
RGB Variations
Color information
#3199A9 (or 0x3199A9) is known color: Scooter. HEX triplet: 31, 99 and A9. RGB value is (49,153,169). Sum of RGB (Red+Green+Blue) = 49+153+169=371 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.21% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 169 (66.41% from 255 or 45.55% from 371); Max value from RGB is 169 - color contains mainly: blue. Hex color #3199A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3199A9 is #CE6656. Grayscale: #7B7B7B. Windows color (decimal): -13526615 or 11114801. OLE color: 11114801.
HSL color Cylindrical-coordinate representation of color #3199A9: hue angle of 188º 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 #3199A9 is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 49 | 153 | 169 | - |
| CMYK | 0.71 | 0.09 | 0 | 0.34 |
| HSL | 188º | 0.55% | 0.43% | - |
| HSV(B) | 188º | 0.71% | 0.66% | - |
| XYZ | 19.82 | 26.3 | 41.57 | - |
| YUV | 123.73 | 153.54 | 74.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 153 | 169 | 0.71 | 0.09 | 0 | 0.34 | 188 | 0.55 | 0.43 |
| Hex | 31 | 99 | A9 | 47 | 9 | 0 | 22 | BC | 37 | 2B |
| Octal | 61 | 231 | 251 | 107 | 11 | 0 | 42 | 274 | 67 | 53 |
| Binary | 110001 | 10011001 | 10101001 | 1000111 | 1001 | 0 | 100010 | 10111100 | 110111 | 101011 |
Color Harmonies of #3199A9
Complementary color
Monochromatic Colors of #3199A9
Black with #3199A9
Text Example
Text Example
White with #3199A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3199A9; }
p { color: rgb(49,153,169); }
H1.HeaderClassName
{
color: #3199A9;
}
.AnyTagClassName
{
color: #3199A9;
}
</style>
background-color css
<style>
a { background-color: #3199A9; }
a { background-color: rgb(49,153,169); }
div.DivClassName
{
background-color: #3199A9;
}
.BgClassName
{
background-color: #3199A9;
}
</style>
border-color css
<style>
span { border-color: #3199A9; }
span { border-color: rgb(49,153,169); }
td.TdClassName
{
border-color: #3199A9;
}
.TagClassName
{
border-color: #3199A9;
}
</style>