Shades of Scooter #31959C
Tints of Scooter #31959C
RGB
CMYK
RGB Variations
Color information
#31959C (or 0x31959C) is known color: Scooter. HEX triplet: 31, 95 and 9C. RGB value is (49,149,156). Sum of RGB (Red+Green+Blue) = 49+149+156=354 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.84% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 156 - color contains mainly: blue. Hex color #31959C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31959C is #CE6A63. Grayscale: #777777. Windows color (decimal): -13527652 or 10261809. OLE color: 10261809.
HSL color Cylindrical-coordinate representation of color #31959C: hue angle of 183.93º 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 #31959C is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 149 | 156 | - |
| CMYK | 0.69 | 0.04 | 0 | 0.39 |
| HSL | 183.93º | 0.52% | 0.4% | - |
| HSV(B) | 183.93º | 0.69% | 0.61% | - |
| XYZ | 18.01 | 24.55 | 35.24 | - |
| YUV | 119.9 | 148.37 | 77.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 149 | 156 | 0.69 | 0.04 | 0 | 0.39 | 183.93 | 0.52 | 0.4 |
| Hex | 31 | 95 | 9C | 45 | 4 | 0 | 27 | B8 | 34 | 28 |
| Octal | 61 | 225 | 234 | 105 | 4 | 0 | 47 | 270 | 64 | 50 |
| Binary | 110001 | 10010101 | 10011100 | 1000101 | 100 | 0 | 100111 | 10111000 | 110100 | 101000 |
Color Harmonies of #31959C
Complementary color
Monochromatic Colors of #31959C
Black with #31959C
Text Example
Text Example
White with #31959C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31959C; }
p { color: rgb(49,149,156); }
H1.HeaderClassName
{
color: #31959C;
}
.AnyTagClassName
{
color: #31959C;
}
</style>
background-color css
<style>
a { background-color: #31959C; }
a { background-color: rgb(49,149,156); }
div.DivClassName
{
background-color: #31959C;
}
.BgClassName
{
background-color: #31959C;
}
</style>
border-color css
<style>
span { border-color: #31959C; }
span { border-color: rgb(49,149,156); }
td.TdClassName
{
border-color: #31959C;
}
.TagClassName
{
border-color: #31959C;
}
</style>