Shades of Scooter #3187A2
Tints of Scooter #3187A2
RGB
CMYK
RGB Variations
Color information
#3187A2 (or 0x3187A2) is known color: Scooter. HEX triplet: 31, 87 and A2. RGB value is (49,135,162). Sum of RGB (Red+Green+Blue) = 49+135+162=346 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.16% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 162 (63.67% from 255 or 46.82% from 346); Max value from RGB is 162 - color contains mainly: blue. Hex color #3187A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3187A2 is #CE785D. Grayscale: #707070. Windows color (decimal): -13531230 or 10651441. OLE color: 10651441.
HSL color Cylindrical-coordinate representation of color #3187A2: hue angle of 194.34º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3187A2 is Cyan = 0.70, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 49 | 135 | 162 | - |
| CMYK | 0.70 | 0.17 | 0 | 0.36 |
| HSL | 194.34º | 0.54% | 0.41% | - |
| HSV(B) | 194.34º | 0.7% | 0.64% | - |
| XYZ | 16.45 | 20.59 | 37.29 | - |
| YUV | 112.36 | 156.01 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 135 | 162 | 0.70 | 0.17 | 0 | 0.36 | 194.34 | 0.54 | 0.41 |
| Hex | 31 | 87 | A2 | 46 | 11 | 0 | 24 | C2 | 36 | 29 |
| Octal | 61 | 207 | 242 | 106 | 21 | 0 | 44 | 302 | 66 | 51 |
| Binary | 110001 | 10000111 | 10100010 | 1000110 | 10001 | 0 | 100100 | 11000010 | 110110 | 101001 |
Color Harmonies of #3187A2
Complementary color
Monochromatic Colors of #3187A2
Black with #3187A2
Text Example
Text Example
White with #3187A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3187A2; }
p { color: rgb(49,135,162); }
H1.HeaderClassName
{
color: #3187A2;
}
.AnyTagClassName
{
color: #3187A2;
}
</style>
background-color css
<style>
a { background-color: #3187A2; }
a { background-color: rgb(49,135,162); }
div.DivClassName
{
background-color: #3187A2;
}
.BgClassName
{
background-color: #3187A2;
}
</style>
border-color css
<style>
span { border-color: #3187A2; }
span { border-color: rgb(49,135,162); }
td.TdClassName
{
border-color: #3187A2;
}
.TagClassName
{
border-color: #3187A2;
}
</style>