Shades of Scooter #31889A
Tints of Scooter #31889A
RGB
CMYK
RGB Variations
Color information
#31889A (or 0x31889A) is known color: Scooter. HEX triplet: 31, 88 and 9A. RGB value is (49,136,154). Sum of RGB (Red+Green+Blue) = 49+136+154=339 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.45% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 154 (60.55% from 255 or 45.43% from 339); Max value from RGB is 154 - color contains mainly: blue. Hex color #31889A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31889A is #CE7765. Grayscale: #6F6F6F. Windows color (decimal): -13530982 or 10127409. OLE color: 10127409.
HSL color Cylindrical-coordinate representation of color #31889A: hue angle of 190.29º 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 #31889A is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 49 | 136 | 154 | - |
| CMYK | 0.68 | 0.12 | 0 | 0.40 |
| HSL | 190.29º | 0.52% | 0.4% | - |
| HSV(B) | 190.29º | 0.68% | 0.6% | - |
| XYZ | 15.9 | 20.59 | 33.71 | - |
| YUV | 112.04 | 151.68 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 136 | 154 | 0.68 | 0.12 | 0 | 0.40 | 190.29 | 0.52 | 0.4 |
| Hex | 31 | 88 | 9A | 44 | C | 0 | 28 | BE | 34 | 28 |
| Octal | 61 | 210 | 232 | 104 | 14 | 0 | 50 | 276 | 64 | 50 |
| Binary | 110001 | 10001000 | 10011010 | 1000100 | 1100 | 0 | 101000 | 10111110 | 110100 | 101000 |
Color Harmonies of #31889A
Complementary color
Monochromatic Colors of #31889A
Black with #31889A
Text Example
Text Example
White with #31889A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31889A; }
p { color: rgb(49,136,154); }
H1.HeaderClassName
{
color: #31889A;
}
.AnyTagClassName
{
color: #31889A;
}
</style>
background-color css
<style>
a { background-color: #31889A; }
a { background-color: rgb(49,136,154); }
div.DivClassName
{
background-color: #31889A;
}
.BgClassName
{
background-color: #31889A;
}
</style>
border-color css
<style>
span { border-color: #31889A; }
span { border-color: rgb(49,136,154); }
td.TdClassName
{
border-color: #31889A;
}
.TagClassName
{
border-color: #31889A;
}
</style>