Shades of Scooter #3197A7
Tints of Scooter #3197A7
RGB
CMYK
RGB Variations
Color information
#3197A7 (or 0x3197A7) is known color: Scooter. HEX triplet: 31, 97 and A7. RGB value is (49,151,167). Sum of RGB (Red+Green+Blue) = 49+151+167=367 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.35% from 367); Green value is 151 (59.38% from 255 or 41.14% from 367); Blue value is 167 (65.62% from 255 or 45.50% from 367); Max value from RGB is 167 - color contains mainly: blue. Hex color #3197A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3197A7 is #CE6858. Grayscale: #7A7A7A. Windows color (decimal): -13527129 or 10983217. OLE color: 10983217.
HSL color Cylindrical-coordinate representation of color #3197A7: hue angle of 188.14º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3197A7 is Cyan = 0.71, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 49 | 151 | 167 | - |
| CMYK | 0.71 | 0.10 | 0 | 0.35 |
| HSL | 188.14º | 0.55% | 0.42% | - |
| HSV(B) | 188.14º | 0.71% | 0.65% | - |
| XYZ | 19.31 | 25.58 | 40.48 | - |
| YUV | 122.33 | 153.21 | 75.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 151 | 167 | 0.71 | 0.10 | 0 | 0.35 | 188.14 | 0.55 | 0.42 |
| Hex | 31 | 97 | A7 | 47 | A | 0 | 23 | BC | 37 | 2A |
| Octal | 61 | 227 | 247 | 107 | 12 | 0 | 43 | 274 | 67 | 52 |
| Binary | 110001 | 10010111 | 10100111 | 1000111 | 1010 | 0 | 100011 | 10111100 | 110111 | 101010 |
Color Harmonies of #3197A7
Complementary color
Monochromatic Colors of #3197A7
Black with #3197A7
Text Example
Text Example
White with #3197A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3197A7; }
p { color: rgb(49,151,167); }
H1.HeaderClassName
{
color: #3197A7;
}
.AnyTagClassName
{
color: #3197A7;
}
</style>
background-color css
<style>
a { background-color: #3197A7; }
a { background-color: rgb(49,151,167); }
div.DivClassName
{
background-color: #3197A7;
}
.BgClassName
{
background-color: #3197A7;
}
</style>
border-color css
<style>
span { border-color: #3197A7; }
span { border-color: rgb(49,151,167); }
td.TdClassName
{
border-color: #3197A7;
}
.TagClassName
{
border-color: #3197A7;
}
</style>