Shades of Scooter #3185A3
Tints of Scooter #3185A3
RGB
CMYK
RGB Variations
Color information
#3185A3 (or 0x3185A3) is known color: Scooter. HEX triplet: 31, 85 and A3. RGB value is (49,133,163). Sum of RGB (Red+Green+Blue) = 49+133+163=345 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.20% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 163 (64.06% from 255 or 47.25% from 345); Max value from RGB is 163 - color contains mainly: blue. Hex color #3185A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3185A3 is #CE7A5C. Grayscale: #6F6F6F. Windows color (decimal): -13531741 or 10716465. OLE color: 10716465.
HSL color Cylindrical-coordinate representation of color #3185A3: hue angle of 195.79º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3185A3 is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 49 | 133 | 163 | - |
| CMYK | 0.70 | 0.18 | 0 | 0.36 |
| HSL | 195.79º | 0.54% | 0.42% | - |
| HSV(B) | 195.79º | 0.7% | 0.64% | - |
| XYZ | 16.27 | 20.07 | 37.67 | - |
| YUV | 111.3 | 157.17 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 133 | 163 | 0.70 | 0.18 | 0 | 0.36 | 195.79 | 0.54 | 0.42 |
| Hex | 31 | 85 | A3 | 46 | 12 | 0 | 24 | C4 | 36 | 2A |
| Octal | 61 | 205 | 243 | 106 | 22 | 0 | 44 | 304 | 66 | 52 |
| Binary | 110001 | 10000101 | 10100011 | 1000110 | 10010 | 0 | 100100 | 11000100 | 110110 | 101010 |
Color Harmonies of #3185A3
Complementary color
Monochromatic Colors of #3185A3
Black with #3185A3
Text Example
Text Example
White with #3185A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3185A3; }
p { color: rgb(49,133,163); }
H1.HeaderClassName
{
color: #3185A3;
}
.AnyTagClassName
{
color: #3185A3;
}
</style>
background-color css
<style>
a { background-color: #3185A3; }
a { background-color: rgb(49,133,163); }
div.DivClassName
{
background-color: #3185A3;
}
.BgClassName
{
background-color: #3185A3;
}
</style>
border-color css
<style>
span { border-color: #3185A3; }
span { border-color: rgb(49,133,163); }
td.TdClassName
{
border-color: #3185A3;
}
.TagClassName
{
border-color: #3185A3;
}
</style>