Shades of Scooter #3197A4
Tints of Scooter #3197A4
RGB
CMYK
RGB Variations
Color information
#3197A4 (or 0x3197A4) is known color: Scooter. HEX triplet: 31, 97 and A4. RGB value is (49,151,164). Sum of RGB (Red+Green+Blue) = 49+151+164=364 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.46% from 364); Green value is 151 (59.38% from 255 or 41.48% from 364); Blue value is 164 (64.45% from 255 or 45.05% from 364); Max value from RGB is 164 - color contains mainly: blue. Hex color #3197A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3197A4 is #CE685B. Grayscale: #797979. Windows color (decimal): -13527132 or 10786609. OLE color: 10786609.
HSL color Cylindrical-coordinate representation of color #3197A4: hue angle of 186.78º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3197A4 is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 49 | 151 | 164 | - |
| CMYK | 0.70 | 0.08 | 0 | 0.36 |
| HSL | 186.78º | 0.54% | 0.42% | - |
| HSV(B) | 186.78º | 0.7% | 0.64% | - |
| XYZ | 19.03 | 25.47 | 39.03 | - |
| YUV | 121.98 | 151.71 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 151 | 164 | 0.70 | 0.08 | 0 | 0.36 | 186.78 | 0.54 | 0.42 |
| Hex | 31 | 97 | A4 | 46 | 8 | 0 | 24 | BB | 36 | 2A |
| Octal | 61 | 227 | 244 | 106 | 10 | 0 | 44 | 273 | 66 | 52 |
| Binary | 110001 | 10010111 | 10100100 | 1000110 | 1000 | 0 | 100100 | 10111011 | 110110 | 101010 |
Color Harmonies of #3197A4
Complementary color
Monochromatic Colors of #3197A4
Black with #3197A4
Text Example
Text Example
White with #3197A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3197A4; }
p { color: rgb(49,151,164); }
H1.HeaderClassName
{
color: #3197A4;
}
.AnyTagClassName
{
color: #3197A4;
}
</style>
background-color css
<style>
a { background-color: #3197A4; }
a { background-color: rgb(49,151,164); }
div.DivClassName
{
background-color: #3197A4;
}
.BgClassName
{
background-color: #3197A4;
}
</style>
border-color css
<style>
span { border-color: #3197A4; }
span { border-color: rgb(49,151,164); }
td.TdClassName
{
border-color: #3197A4;
}
.TagClassName
{
border-color: #3197A4;
}
</style>