Shades of Scooter #31829C
Tints of Scooter #31829C
RGB
CMYK
RGB Variations
Color information
#31829C (or 0x31829C) is known color: Scooter. HEX triplet: 31, 82 and 9C. RGB value is (49,130,156). Sum of RGB (Red+Green+Blue) = 49+130+156=335 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.63% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 156 (61.33% from 255 or 46.57% from 335); Max value from RGB is 156 - color contains mainly: blue. Hex color #31829C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31829C is #CE7D63. Grayscale: #6C6C6C. Windows color (decimal): -13532516 or 10256945. OLE color: 10256945.
HSL color Cylindrical-coordinate representation of color #31829C: hue angle of 194.58º 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 #31829C is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 130 | 156 | - |
| CMYK | 0.69 | 0.17 | 0 | 0.39 |
| HSL | 194.58º | 0.52% | 0.4% | - |
| HSV(B) | 194.58º | 0.69% | 0.61% | - |
| XYZ | 15.25 | 19.02 | 34.32 | - |
| YUV | 108.75 | 154.66 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 130 | 156 | 0.69 | 0.17 | 0 | 0.39 | 194.58 | 0.52 | 0.4 |
| Hex | 31 | 82 | 9C | 45 | 11 | 0 | 27 | C3 | 34 | 28 |
| Octal | 61 | 202 | 234 | 105 | 21 | 0 | 47 | 303 | 64 | 50 |
| Binary | 110001 | 10000010 | 10011100 | 1000101 | 10001 | 0 | 100111 | 11000011 | 110100 | 101000 |
Color Harmonies of #31829C
Complementary color
Monochromatic Colors of #31829C
Black with #31829C
Text Example
Text Example
White with #31829C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31829C; }
p { color: rgb(49,130,156); }
H1.HeaderClassName
{
color: #31829C;
}
.AnyTagClassName
{
color: #31829C;
}
</style>
background-color css
<style>
a { background-color: #31829C; }
a { background-color: rgb(49,130,156); }
div.DivClassName
{
background-color: #31829C;
}
.BgClassName
{
background-color: #31829C;
}
</style>
border-color css
<style>
span { border-color: #31829C; }
span { border-color: rgb(49,130,156); }
td.TdClassName
{
border-color: #31829C;
}
.TagClassName
{
border-color: #31829C;
}
</style>