Shades of Scooter #318291
Tints of Scooter #318291
RGB
CMYK
RGB Variations
Color information
#318291 (or 0x318291) is known color: Scooter. HEX triplet: 31, 82 and 91. RGB value is (49,130,145). Sum of RGB (Red+Green+Blue) = 49+130+145=324 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.12% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 145 (57.03% from 255 or 44.75% from 324); Max value from RGB is 145 - color contains mainly: blue. Hex color #318291 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318291 is #CE7D6E. Grayscale: #6B6B6B. Windows color (decimal): -13532527 or 9536049. OLE color: 9536049.
HSL color Cylindrical-coordinate representation of color #318291: hue angle of 189.38º degrees, saturation: 0.49, 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 #318291 is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 49 | 130 | 145 | - |
| CMYK | 0.66 | 0.10 | 0 | 0.43 |
| HSL | 189.38º | 0.49% | 0.38% | - |
| HSV(B) | 189.38º | 0.66% | 0.57% | - |
| XYZ | 14.36 | 18.66 | 29.63 | - |
| YUV | 107.49 | 149.16 | 86.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 130 | 145 | 0.66 | 0.10 | 0 | 0.43 | 189.38 | 0.49 | 0.38 |
| Hex | 31 | 82 | 91 | 42 | A | 0 | 2B | BD | 31 | 26 |
| Octal | 61 | 202 | 221 | 102 | 12 | 0 | 53 | 275 | 61 | 46 |
| Binary | 110001 | 10000010 | 10010001 | 1000010 | 1010 | 0 | 101011 | 10111101 | 110001 | 100110 |
Color Harmonies of #318291
Complementary color
Monochromatic Colors of #318291
Black with #318291
Text Example
Text Example
White with #318291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318291; }
p { color: rgb(49,130,145); }
H1.HeaderClassName
{
color: #318291;
}
.AnyTagClassName
{
color: #318291;
}
</style>
background-color css
<style>
a { background-color: #318291; }
a { background-color: rgb(49,130,145); }
div.DivClassName
{
background-color: #318291;
}
.BgClassName
{
background-color: #318291;
}
</style>
border-color css
<style>
span { border-color: #318291; }
span { border-color: rgb(49,130,145); }
td.TdClassName
{
border-color: #318291;
}
.TagClassName
{
border-color: #318291;
}
</style>