Shades of Scooter #318399
Tints of Scooter #318399
RGB
CMYK
RGB Variations
Color information
#318399 (or 0x318399) is known color: Scooter. HEX triplet: 31, 83 and 99. RGB value is (49,131,153). Sum of RGB (Red+Green+Blue) = 49+131+153=333 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.71% from 333); Green value is 131 (51.56% from 255 or 39.34% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 153 - color contains mainly: blue. Hex color #318399 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318399 is #CE7C66. Grayscale: #6C6C6C. Windows color (decimal): -13532263 or 10060593. OLE color: 10060593.
HSL color Cylindrical-coordinate representation of color #318399: hue angle of 192.69º 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 #318399 is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 49 | 131 | 153 | - |
| CMYK | 0.68 | 0.14 | 0 | 0.4 |
| HSL | 192.69º | 0.51% | 0.4% | - |
| HSV(B) | 192.69º | 0.68% | 0.6% | - |
| XYZ | 15.13 | 19.19 | 33.04 | - |
| YUV | 108.99 | 152.83 | 85.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 131 | 153 | 0.68 | 0.14 | 0 | 0.4 | 192.69 | 0.51 | 0.4 |
| Hex | 31 | 83 | 99 | 44 | E | 0 | 28 | C1 | 33 | 28 |
| Octal | 61 | 203 | 231 | 104 | 16 | 0 | 50 | 301 | 63 | 50 |
| Binary | 110001 | 10000011 | 10011001 | 1000100 | 1110 | 0 | 101000 | 11000001 | 110011 | 101000 |
Color Harmonies of #318399
Complementary color
Monochromatic Colors of #318399
Black with #318399
Text Example
Text Example
White with #318399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318399; }
p { color: rgb(49,131,153); }
H1.HeaderClassName
{
color: #318399;
}
.AnyTagClassName
{
color: #318399;
}
</style>
background-color css
<style>
a { background-color: #318399; }
a { background-color: rgb(49,131,153); }
div.DivClassName
{
background-color: #318399;
}
.BgClassName
{
background-color: #318399;
}
</style>
border-color css
<style>
span { border-color: #318399; }
span { border-color: rgb(49,131,153); }
td.TdClassName
{
border-color: #318399;
}
.TagClassName
{
border-color: #318399;
}
</style>