Shades of Scooter #318F99
Tints of Scooter #318F99
RGB
CMYK
RGB Variations
Color information
#318F99 (or 0x318F99) is known color: Scooter. HEX triplet: 31, 8F and 99. RGB value is (49,143,153). Sum of RGB (Red+Green+Blue) = 49+143+153=345 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.20% from 345); Green value is 143 (56.25% from 255 or 41.45% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 153 - color contains mainly: blue. Hex color #318F99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318F99 is #CE7066. Grayscale: #737373. Windows color (decimal): -13529191 or 10063665. OLE color: 10063665.
HSL color Cylindrical-coordinate representation of color #318F99: hue angle of 185.77º 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 #318F99 is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 49 | 143 | 153 | - |
| CMYK | 0.68 | 0.07 | 0 | 0.4 |
| HSL | 185.77º | 0.51% | 0.4% | - |
| HSV(B) | 185.77º | 0.68% | 0.6% | - |
| XYZ | 16.84 | 22.6 | 33.61 | - |
| YUV | 116.03 | 148.86 | 80.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 143 | 153 | 0.68 | 0.07 | 0 | 0.4 | 185.77 | 0.51 | 0.4 |
| Hex | 31 | 8F | 99 | 44 | 7 | 0 | 28 | BA | 33 | 28 |
| Octal | 61 | 217 | 231 | 104 | 7 | 0 | 50 | 272 | 63 | 50 |
| Binary | 110001 | 10001111 | 10011001 | 1000100 | 111 | 0 | 101000 | 10111010 | 110011 | 101000 |
Color Harmonies of #318F99
Complementary color
Monochromatic Colors of #318F99
Black with #318F99
Text Example
Text Example
White with #318F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318F99; }
p { color: rgb(49,143,153); }
H1.HeaderClassName
{
color: #318F99;
}
.AnyTagClassName
{
color: #318F99;
}
</style>
background-color css
<style>
a { background-color: #318F99; }
a { background-color: rgb(49,143,153); }
div.DivClassName
{
background-color: #318F99;
}
.BgClassName
{
background-color: #318F99;
}
</style>
border-color css
<style>
span { border-color: #318F99; }
span { border-color: rgb(49,143,153); }
td.TdClassName
{
border-color: #318F99;
}
.TagClassName
{
border-color: #318F99;
}
</style>