Shades of Scooter #318090
Tints of Scooter #318090
RGB
CMYK
RGB Variations
Color information
#318090 (or 0x318090) is known color: Scooter. HEX triplet: 31, 80 and 90. RGB value is (49,128,144). Sum of RGB (Red+Green+Blue) = 49+128+144=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 128 (50.39% from 255 or 39.88% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 144 - color contains mainly: blue. Hex color #318090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318090 is #CE7F6F. Grayscale: #6A6A6A. Windows color (decimal): -13533040 or 9470001. OLE color: 9470001.
HSL color Cylindrical-coordinate representation of color #318090: hue angle of 190.11º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #318090 is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 49 | 128 | 144 | - |
| CMYK | 0.66 | 0.11 | 0 | 0.44 |
| HSL | 190.11º | 0.49% | 0.38% | - |
| HSV(B) | 190.11º | 0.66% | 0.56% | - |
| XYZ | 14.02 | 18.1 | 29.14 | - |
| YUV | 106.2 | 149.33 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 128 | 144 | 0.66 | 0.11 | 0 | 0.44 | 190.11 | 0.49 | 0.38 |
| Hex | 31 | 80 | 90 | 42 | B | 0 | 2C | BE | 31 | 26 |
| Octal | 61 | 200 | 220 | 102 | 13 | 0 | 54 | 276 | 61 | 46 |
| Binary | 110001 | 10000000 | 10010000 | 1000010 | 1011 | 0 | 101100 | 10111110 | 110001 | 100110 |
Color Harmonies of #318090
Complementary color
Monochromatic Colors of #318090
Black with #318090
Text Example
Text Example
White with #318090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318090; }
p { color: rgb(49,128,144); }
H1.HeaderClassName
{
color: #318090;
}
.AnyTagClassName
{
color: #318090;
}
</style>
background-color css
<style>
a { background-color: #318090; }
a { background-color: rgb(49,128,144); }
div.DivClassName
{
background-color: #318090;
}
.BgClassName
{
background-color: #318090;
}
</style>
border-color css
<style>
span { border-color: #318090; }
span { border-color: rgb(49,128,144); }
td.TdClassName
{
border-color: #318090;
}
.TagClassName
{
border-color: #318090;
}
</style>