Shades of Scooter #318895
Tints of Scooter #318895
RGB
CMYK
RGB Variations
Color information
#318895 (or 0x318895) is known color: Scooter. HEX triplet: 31, 88 and 95. RGB value is (49,136,149). Sum of RGB (Red+Green+Blue) = 49+136+149=334 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.67% from 334); Green value is 136 (53.52% from 255 or 40.72% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 149 - color contains mainly: blue. Hex color #318895 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318895 is #CE776A. Grayscale: #6F6F6F. Windows color (decimal): -13530987 or 9799729. OLE color: 9799729.
HSL color Cylindrical-coordinate representation of color #318895: hue angle of 187.8º degrees, saturation: 0.51, 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 #318895 is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 136 | 149 | - |
| CMYK | 0.67 | 0.09 | 0 | 0.42 |
| HSL | 187.8º | 0.51% | 0.39% | - |
| HSV(B) | 187.8º | 0.67% | 0.58% | - |
| XYZ | 15.5 | 20.43 | 31.56 | - |
| YUV | 111.47 | 149.18 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 136 | 149 | 0.67 | 0.09 | 0 | 0.42 | 187.8 | 0.51 | 0.39 |
| Hex | 31 | 88 | 95 | 43 | 9 | 0 | 2A | BC | 33 | 27 |
| Octal | 61 | 210 | 225 | 103 | 11 | 0 | 52 | 274 | 63 | 47 |
| Binary | 110001 | 10001000 | 10010101 | 1000011 | 1001 | 0 | 101010 | 10111100 | 110011 | 100111 |
Color Harmonies of #318895
Complementary color
Monochromatic Colors of #318895
Black with #318895
Text Example
Text Example
White with #318895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318895; }
p { color: rgb(49,136,149); }
H1.HeaderClassName
{
color: #318895;
}
.AnyTagClassName
{
color: #318895;
}
</style>
background-color css
<style>
a { background-color: #318895; }
a { background-color: rgb(49,136,149); }
div.DivClassName
{
background-color: #318895;
}
.BgClassName
{
background-color: #318895;
}
</style>
border-color css
<style>
span { border-color: #318895; }
span { border-color: rgb(49,136,149); }
td.TdClassName
{
border-color: #318895;
}
.TagClassName
{
border-color: #318895;
}
</style>