Shades of Scooter #319DA6
Tints of Scooter #319DA6
RGB
CMYK
RGB Variations
Color information
#319DA6 (or 0x319DA6) is known color: Scooter. HEX triplet: 31, 9D and A6. RGB value is (49,157,166). Sum of RGB (Red+Green+Blue) = 49+157+166=372 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.17% from 372); Green value is 157 (61.72% from 255 or 42.20% from 372); Blue value is 166 (65.23% from 255 or 44.62% from 372); Max value from RGB is 166 - color contains mainly: blue. Hex color #319DA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319DA6 is #CE6259. Grayscale: #7D7D7D. Windows color (decimal): -13525594 or 10919217. OLE color: 10919217.
HSL color Cylindrical-coordinate representation of color #319DA6: hue angle of 184.62º 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 #319DA6 is Cyan = 0.70, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 49 | 157 | 166 | - |
| CMYK | 0.70 | 0.05 | 0 | 0.35 |
| HSL | 184.62º | 0.54% | 0.42% | - |
| HSV(B) | 184.62º | 0.7% | 0.65% | - |
| XYZ | 20.21 | 27.52 | 40.32 | - |
| YUV | 125.73 | 150.72 | 73.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 157 | 166 | 0.70 | 0.05 | 0 | 0.35 | 184.62 | 0.54 | 0.42 |
| Hex | 31 | 9D | A6 | 46 | 5 | 0 | 23 | B9 | 36 | 2A |
| Octal | 61 | 235 | 246 | 106 | 5 | 0 | 43 | 271 | 66 | 52 |
| Binary | 110001 | 10011101 | 10100110 | 1000110 | 101 | 0 | 100011 | 10111001 | 110110 | 101010 |
Color Harmonies of #319DA6
Complementary color
Monochromatic Colors of #319DA6
Black with #319DA6
Text Example
Text Example
White with #319DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319DA6; }
p { color: rgb(49,157,166); }
H1.HeaderClassName
{
color: #319DA6;
}
.AnyTagClassName
{
color: #319DA6;
}
</style>
background-color css
<style>
a { background-color: #319DA6; }
a { background-color: rgb(49,157,166); }
div.DivClassName
{
background-color: #319DA6;
}
.BgClassName
{
background-color: #319DA6;
}
</style>
border-color css
<style>
span { border-color: #319DA6; }
span { border-color: rgb(49,157,166); }
td.TdClassName
{
border-color: #319DA6;
}
.TagClassName
{
border-color: #319DA6;
}
</style>