Shades of Scooter #318C99
Tints of Scooter #318C99
RGB
CMYK
RGB Variations
Color information
#318C99 (or 0x318C99) is known color: Scooter. HEX triplet: 31, 8C and 99. RGB value is (49,140,153). Sum of RGB (Red+Green+Blue) = 49+140+153=342 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.33% from 342); Green value is 140 (55.08% from 255 or 40.94% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 153 - color contains mainly: blue. Hex color #318C99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318C99 is #CE7366. Grayscale: #727272. Windows color (decimal): -13529959 or 10062897. OLE color: 10062897.
HSL color Cylindrical-coordinate representation of color #318C99: hue angle of 187.5º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #318C99 is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 49 | 140 | 153 | - |
| CMYK | 0.68 | 0.08 | 0 | 0.4 |
| HSL | 187.5º | 0.51% | 0.4% | - |
| HSV(B) | 187.5º | 0.68% | 0.6% | - |
| XYZ | 16.39 | 21.71 | 33.46 | - |
| YUV | 114.27 | 149.85 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 140 | 153 | 0.68 | 0.08 | 0 | 0.4 | 187.5 | 0.51 | 0.4 |
| Hex | 31 | 8C | 99 | 44 | 8 | 0 | 28 | BC | 33 | 28 |
| Octal | 61 | 214 | 231 | 104 | 10 | 0 | 50 | 274 | 63 | 50 |
| Binary | 110001 | 10001100 | 10011001 | 1000100 | 1000 | 0 | 101000 | 10111100 | 110011 | 101000 |
Color Harmonies of #318C99
Complementary color
Monochromatic Colors of #318C99
Black with #318C99
Text Example
Text Example
White with #318C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318C99; }
p { color: rgb(49,140,153); }
H1.HeaderClassName
{
color: #318C99;
}
.AnyTagClassName
{
color: #318C99;
}
</style>
background-color css
<style>
a { background-color: #318C99; }
a { background-color: rgb(49,140,153); }
div.DivClassName
{
background-color: #318C99;
}
.BgClassName
{
background-color: #318C99;
}
</style>
border-color css
<style>
span { border-color: #318C99; }
span { border-color: rgb(49,140,153); }
td.TdClassName
{
border-color: #318C99;
}
.TagClassName
{
border-color: #318C99;
}
</style>