Shades of Scooter #319BA7
Tints of Scooter #319BA7
RGB
CMYK
RGB Variations
Color information
#319BA7 (or 0x319BA7) is known color: Scooter. HEX triplet: 31, 9B and A7. RGB value is (49,155,167). Sum of RGB (Red+Green+Blue) = 49+155+167=371 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.21% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 167 (65.62% from 255 or 45.01% from 371); Max value from RGB is 167 - color contains mainly: blue. Hex color #319BA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319BA7 is #CE6458. Grayscale: #7C7C7C. Windows color (decimal): -13526105 or 10984241. OLE color: 10984241.
HSL color Cylindrical-coordinate representation of color #319BA7: hue angle of 186.1º 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 #319BA7 is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 49 | 155 | 167 | - |
| CMYK | 0.71 | 0.07 | 0 | 0.35 |
| HSL | 186.1º | 0.55% | 0.42% | - |
| HSV(B) | 186.1º | 0.71% | 0.65% | - |
| XYZ | 19.96 | 26.89 | 40.7 | - |
| YUV | 124.67 | 151.88 | 74.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 155 | 167 | 0.71 | 0.07 | 0 | 0.35 | 186.1 | 0.55 | 0.42 |
| Hex | 31 | 9B | A7 | 47 | 7 | 0 | 23 | BA | 37 | 2A |
| Octal | 61 | 233 | 247 | 107 | 7 | 0 | 43 | 272 | 67 | 52 |
| Binary | 110001 | 10011011 | 10100111 | 1000111 | 111 | 0 | 100011 | 10111010 | 110111 | 101010 |
Color Harmonies of #319BA7
Complementary color
Monochromatic Colors of #319BA7
Black with #319BA7
Text Example
Text Example
White with #319BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319BA7; }
p { color: rgb(49,155,167); }
H1.HeaderClassName
{
color: #319BA7;
}
.AnyTagClassName
{
color: #319BA7;
}
</style>
background-color css
<style>
a { background-color: #319BA7; }
a { background-color: rgb(49,155,167); }
div.DivClassName
{
background-color: #319BA7;
}
.BgClassName
{
background-color: #319BA7;
}
</style>
border-color css
<style>
span { border-color: #319BA7; }
span { border-color: rgb(49,155,167); }
td.TdClassName
{
border-color: #319BA7;
}
.TagClassName
{
border-color: #319BA7;
}
</style>