Shades of Scooter #31879A
Tints of Scooter #31879A
RGB
CMYK
RGB Variations
Color information
#31879A (or 0x31879A) is known color: Scooter. HEX triplet: 31, 87 and 9A. RGB value is (49,135,154). Sum of RGB (Red+Green+Blue) = 49+135+154=338 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.50% from 338); Green value is 135 (53.12% from 255 or 39.94% from 338); Blue value is 154 (60.55% from 255 or 45.56% from 338); Max value from RGB is 154 - color contains mainly: blue. Hex color #31879A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31879A is #CE7865. Grayscale: #6F6F6F. Windows color (decimal): -13531238 or 10127153. OLE color: 10127153.
HSL color Cylindrical-coordinate representation of color #31879A: hue angle of 190.86º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31879A is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 49 | 135 | 154 | - |
| CMYK | 0.68 | 0.12 | 0 | 0.40 |
| HSL | 190.86º | 0.52% | 0.4% | - |
| HSV(B) | 190.86º | 0.68% | 0.6% | - |
| XYZ | 15.76 | 20.31 | 33.66 | - |
| YUV | 111.45 | 152.01 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 135 | 154 | 0.68 | 0.12 | 0 | 0.40 | 190.86 | 0.52 | 0.4 |
| Hex | 31 | 87 | 9A | 44 | C | 0 | 28 | BF | 34 | 28 |
| Octal | 61 | 207 | 232 | 104 | 14 | 0 | 50 | 277 | 64 | 50 |
| Binary | 110001 | 10000111 | 10011010 | 1000100 | 1100 | 0 | 101000 | 10111111 | 110100 | 101000 |
Color Harmonies of #31879A
Complementary color
Monochromatic Colors of #31879A
Black with #31879A
Text Example
Text Example
White with #31879A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31879A; }
p { color: rgb(49,135,154); }
H1.HeaderClassName
{
color: #31879A;
}
.AnyTagClassName
{
color: #31879A;
}
</style>
background-color css
<style>
a { background-color: #31879A; }
a { background-color: rgb(49,135,154); }
div.DivClassName
{
background-color: #31879A;
}
.BgClassName
{
background-color: #31879A;
}
</style>
border-color css
<style>
span { border-color: #31879A; }
span { border-color: rgb(49,135,154); }
td.TdClassName
{
border-color: #31879A;
}
.TagClassName
{
border-color: #31879A;
}
</style>