Shades of Scooter #318D94
Tints of Scooter #318D94
RGB
CMYK
RGB Variations
Color information
#318D94 (or 0x318D94) is known color: Scooter. HEX triplet: 31, 8D and 94. RGB value is (49,141,148). Sum of RGB (Red+Green+Blue) = 49+141+148=338 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.50% from 338); Green value is 141 (55.47% from 255 or 41.72% from 338); Blue value is 148 (58.20% from 255 or 43.79% from 338); Max value from RGB is 148 - color contains mainly: blue. Hex color #318D94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318D94 is #CE726B. Grayscale: #727272. Windows color (decimal): -13529708 or 9735473. OLE color: 9735473.
HSL color Cylindrical-coordinate representation of color #318D94: hue angle of 184.24º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #318D94 is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 141 | 148 | - |
| CMYK | 0.67 | 0.05 | 0 | 0.42 |
| HSL | 184.24º | 0.5% | 0.39% | - |
| HSV(B) | 184.24º | 0.67% | 0.58% | - |
| XYZ | 16.14 | 21.84 | 31.38 | - |
| YUV | 114.29 | 147.02 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 141 | 148 | 0.67 | 0.05 | 0 | 0.42 | 184.24 | 0.5 | 0.39 |
| Hex | 31 | 8D | 94 | 43 | 5 | 0 | 2A | B8 | 32 | 27 |
| Octal | 61 | 215 | 224 | 103 | 5 | 0 | 52 | 270 | 62 | 47 |
| Binary | 110001 | 10001101 | 10010100 | 1000011 | 101 | 0 | 101010 | 10111000 | 110010 | 100111 |
Color Harmonies of #318D94
Complementary color
Monochromatic Colors of #318D94
Black with #318D94
Text Example
Text Example
White with #318D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318D94; }
p { color: rgb(49,141,148); }
H1.HeaderClassName
{
color: #318D94;
}
.AnyTagClassName
{
color: #318D94;
}
</style>
background-color css
<style>
a { background-color: #318D94; }
a { background-color: rgb(49,141,148); }
div.DivClassName
{
background-color: #318D94;
}
.BgClassName
{
background-color: #318D94;
}
</style>
border-color css
<style>
span { border-color: #318D94; }
span { border-color: rgb(49,141,148); }
td.TdClassName
{
border-color: #318D94;
}
.TagClassName
{
border-color: #318D94;
}
</style>