Shades of Scooter #319AA6
Tints of Scooter #319AA6
RGB
CMYK
RGB Variations
Color information
#319AA6 (or 0x319AA6) is known color: Scooter. HEX triplet: 31, 9A and A6. RGB value is (49,154,166). Sum of RGB (Red+Green+Blue) = 49+154+166=369 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.28% from 369); Green value is 154 (60.55% from 255 or 41.73% from 369); Blue value is 166 (65.23% from 255 or 44.99% from 369); Max value from RGB is 166 - color contains mainly: blue. Hex color #319AA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319AA6 is #CE6559. Grayscale: #7B7B7B. Windows color (decimal): -13526362 or 10918449. OLE color: 10918449.
HSL color Cylindrical-coordinate representation of color #319AA6: hue angle of 186.15º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #319AA6 is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 49 | 154 | 166 | - |
| CMYK | 0.70 | 0.07 | 0 | 0.35 |
| HSL | 186.15º | 0.54% | 0.42% | - |
| HSV(B) | 186.15º | 0.7% | 0.65% | - |
| XYZ | 19.71 | 26.52 | 40.16 | - |
| YUV | 123.97 | 151.71 | 74.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 154 | 166 | 0.70 | 0.07 | 0 | 0.35 | 186.15 | 0.54 | 0.42 |
| Hex | 31 | 9A | A6 | 46 | 7 | 0 | 23 | BA | 36 | 2A |
| Octal | 61 | 232 | 246 | 106 | 7 | 0 | 43 | 272 | 66 | 52 |
| Binary | 110001 | 10011010 | 10100110 | 1000110 | 111 | 0 | 100011 | 10111010 | 110110 | 101010 |
Color Harmonies of #319AA6
Complementary color
Monochromatic Colors of #319AA6
Black with #319AA6
Text Example
Text Example
White with #319AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319AA6; }
p { color: rgb(49,154,166); }
H1.HeaderClassName
{
color: #319AA6;
}
.AnyTagClassName
{
color: #319AA6;
}
</style>
background-color css
<style>
a { background-color: #319AA6; }
a { background-color: rgb(49,154,166); }
div.DivClassName
{
background-color: #319AA6;
}
.BgClassName
{
background-color: #319AA6;
}
</style>
border-color css
<style>
span { border-color: #319AA6; }
span { border-color: rgb(49,154,166); }
td.TdClassName
{
border-color: #319AA6;
}
.TagClassName
{
border-color: #319AA6;
}
</style>