Shades of Scooter #319DA3
Tints of Scooter #319DA3
RGB
CMYK
RGB Variations
Color information
#319DA3 (or 0x319DA3) is known color: Scooter. HEX triplet: 31, 9D and A3. RGB value is (49,157,163). Sum of RGB (Red+Green+Blue) = 49+157+163=369 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.28% from 369); Green value is 157 (61.72% from 255 or 42.55% from 369); Blue value is 163 (64.06% from 255 or 44.17% from 369); Max value from RGB is 163 - color contains mainly: blue. Hex color #319DA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319DA3 is #CE625C. Grayscale: #7D7D7D. Windows color (decimal): -13525597 or 10722609. OLE color: 10722609.
HSL color Cylindrical-coordinate representation of color #319DA3: hue angle of 183.16º 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 #319DA3 is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 49 | 157 | 163 | - |
| CMYK | 0.70 | 0.04 | 0 | 0.36 |
| HSL | 183.16º | 0.54% | 0.42% | - |
| HSV(B) | 183.16º | 0.7% | 0.64% | - |
| XYZ | 19.93 | 27.41 | 38.89 | - |
| YUV | 125.39 | 149.22 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 157 | 163 | 0.70 | 0.04 | 0 | 0.36 | 183.16 | 0.54 | 0.42 |
| Hex | 31 | 9D | A3 | 46 | 4 | 0 | 24 | B7 | 36 | 2A |
| Octal | 61 | 235 | 243 | 106 | 4 | 0 | 44 | 267 | 66 | 52 |
| Binary | 110001 | 10011101 | 10100011 | 1000110 | 100 | 0 | 100100 | 10110111 | 110110 | 101010 |
Color Harmonies of #319DA3
Complementary color
Monochromatic Colors of #319DA3
Black with #319DA3
Text Example
Text Example
White with #319DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319DA3; }
p { color: rgb(49,157,163); }
H1.HeaderClassName
{
color: #319DA3;
}
.AnyTagClassName
{
color: #319DA3;
}
</style>
background-color css
<style>
a { background-color: #319DA3; }
a { background-color: rgb(49,157,163); }
div.DivClassName
{
background-color: #319DA3;
}
.BgClassName
{
background-color: #319DA3;
}
</style>
border-color css
<style>
span { border-color: #319DA3; }
span { border-color: rgb(49,157,163); }
td.TdClassName
{
border-color: #319DA3;
}
.TagClassName
{
border-color: #319DA3;
}
</style>