Shades of Scooter #31919C
Tints of Scooter #31919C
RGB
CMYK
RGB Variations
Color information
#31919C (or 0x31919C) is known color: Scooter. HEX triplet: 31, 91 and 9C. RGB value is (49,145,156). Sum of RGB (Red+Green+Blue) = 49+145+156=350 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14% from 350); Green value is 145 (57.03% from 255 or 41.43% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 156 - color contains mainly: blue. Hex color #31919C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31919C is #CE6E63. Grayscale: #757575. Windows color (decimal): -13528676 or 10260785. OLE color: 10260785.
HSL color Cylindrical-coordinate representation of color #31919C: hue angle of 186.17º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31919C is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 145 | 156 | - |
| CMYK | 0.69 | 0.07 | 0 | 0.39 |
| HSL | 186.17º | 0.52% | 0.4% | - |
| HSV(B) | 186.17º | 0.69% | 0.61% | - |
| XYZ | 17.39 | 23.3 | 35.03 | - |
| YUV | 117.55 | 149.7 | 79.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 145 | 156 | 0.69 | 0.07 | 0 | 0.39 | 186.17 | 0.52 | 0.4 |
| Hex | 31 | 91 | 9C | 45 | 7 | 0 | 27 | BA | 34 | 28 |
| Octal | 61 | 221 | 234 | 105 | 7 | 0 | 47 | 272 | 64 | 50 |
| Binary | 110001 | 10010001 | 10011100 | 1000101 | 111 | 0 | 100111 | 10111010 | 110100 | 101000 |
Color Harmonies of #31919C
Complementary color
Monochromatic Colors of #31919C
Black with #31919C
Text Example
Text Example
White with #31919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31919C; }
p { color: rgb(49,145,156); }
H1.HeaderClassName
{
color: #31919C;
}
.AnyTagClassName
{
color: #31919C;
}
</style>
background-color css
<style>
a { background-color: #31919C; }
a { background-color: rgb(49,145,156); }
div.DivClassName
{
background-color: #31919C;
}
.BgClassName
{
background-color: #31919C;
}
</style>
border-color css
<style>
span { border-color: #31919C; }
span { border-color: rgb(49,145,156); }
td.TdClassName
{
border-color: #31919C;
}
.TagClassName
{
border-color: #31919C;
}
</style>