Shades of Scooter #318392
Tints of Scooter #318392
RGB
CMYK
RGB Variations
Color information
#318392 (or 0x318392) is known color: Scooter. HEX triplet: 31, 83 and 92. RGB value is (49,131,146). Sum of RGB (Red+Green+Blue) = 49+131+146=326 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.03% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 146 - color contains mainly: blue. Hex color #318392 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318392 is #CE7C6D. Grayscale: #6C6C6C. Windows color (decimal): -13532270 or 9601841. OLE color: 9601841.
HSL color Cylindrical-coordinate representation of color #318392: hue angle of 189.28º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #318392 is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 49 | 131 | 146 | - |
| CMYK | 0.66 | 0.10 | 0 | 0.43 |
| HSL | 189.28º | 0.5% | 0.38% | - |
| HSV(B) | 189.28º | 0.66% | 0.57% | - |
| XYZ | 14.57 | 18.96 | 30.09 | - |
| YUV | 108.19 | 149.33 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 131 | 146 | 0.66 | 0.10 | 0 | 0.43 | 189.28 | 0.5 | 0.38 |
| Hex | 31 | 83 | 92 | 42 | A | 0 | 2B | BD | 32 | 26 |
| Octal | 61 | 203 | 222 | 102 | 12 | 0 | 53 | 275 | 62 | 46 |
| Binary | 110001 | 10000011 | 10010010 | 1000010 | 1010 | 0 | 101011 | 10111101 | 110010 | 100110 |
Color Harmonies of #318392
Complementary color
Monochromatic Colors of #318392
Black with #318392
Text Example
Text Example
White with #318392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318392; }
p { color: rgb(49,131,146); }
H1.HeaderClassName
{
color: #318392;
}
.AnyTagClassName
{
color: #318392;
}
</style>
background-color css
<style>
a { background-color: #318392; }
a { background-color: rgb(49,131,146); }
div.DivClassName
{
background-color: #318392;
}
.BgClassName
{
background-color: #318392;
}
</style>
border-color css
<style>
span { border-color: #318392; }
span { border-color: rgb(49,131,146); }
td.TdClassName
{
border-color: #318392;
}
.TagClassName
{
border-color: #318392;
}
</style>