Shades of Scooter #318DA8
Tints of Scooter #318DA8
RGB
CMYK
RGB Variations
Color information
#318DA8 (or 0x318DA8) is known color: Scooter. HEX triplet: 31, 8D and A8. RGB value is (49,141,168). Sum of RGB (Red+Green+Blue) = 49+141+168=358 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.69% from 358); Green value is 141 (55.47% from 255 or 39.39% from 358); Blue value is 168 (66.02% from 255 or 46.93% from 358); Max value from RGB is 168 - color contains mainly: blue. Hex color #318DA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318DA8 is #CE7257. Grayscale: #747474. Windows color (decimal): -13529688 or 11046193. OLE color: 11046193.
HSL color Cylindrical-coordinate representation of color #318DA8: hue angle of 193.61º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #318DA8 is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 49 | 141 | 168 | - |
| CMYK | 0.71 | 0.16 | 0 | 0.34 |
| HSL | 193.61º | 0.55% | 0.43% | - |
| HSV(B) | 193.61º | 0.71% | 0.66% | - |
| XYZ | 17.86 | 22.53 | 40.45 | - |
| YUV | 116.57 | 157.02 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 141 | 168 | 0.71 | 0.16 | 0 | 0.34 | 193.61 | 0.55 | 0.43 |
| Hex | 31 | 8D | A8 | 47 | 10 | 0 | 22 | C2 | 37 | 2B |
| Octal | 61 | 215 | 250 | 107 | 20 | 0 | 42 | 302 | 67 | 53 |
| Binary | 110001 | 10001101 | 10101000 | 1000111 | 10000 | 0 | 100010 | 11000010 | 110111 | 101011 |
Color Harmonies of #318DA8
Complementary color
Monochromatic Colors of #318DA8
Black with #318DA8
Text Example
Text Example
White with #318DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318DA8; }
p { color: rgb(49,141,168); }
H1.HeaderClassName
{
color: #318DA8;
}
.AnyTagClassName
{
color: #318DA8;
}
</style>
background-color css
<style>
a { background-color: #318DA8; }
a { background-color: rgb(49,141,168); }
div.DivClassName
{
background-color: #318DA8;
}
.BgClassName
{
background-color: #318DA8;
}
</style>
border-color css
<style>
span { border-color: #318DA8; }
span { border-color: rgb(49,141,168); }
td.TdClassName
{
border-color: #318DA8;
}
.TagClassName
{
border-color: #318DA8;
}
</style>