Shades of Scooter #3193AD
Tints of Scooter #3193AD
RGB
CMYK
RGB Variations
Color information
#3193AD (or 0x3193AD) is known color: Scooter. HEX triplet: 31, 93 and AD. RGB value is (49,147,173). Sum of RGB (Red+Green+Blue) = 49+147+173=369 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.28% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 173 (67.97% from 255 or 46.88% from 369); Max value from RGB is 173 - color contains mainly: blue. Hex color #3193AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3193AD is #CE6C52. Grayscale: #787878. Windows color (decimal): -13528147 or 11375409. OLE color: 11375409.
HSL color Cylindrical-coordinate representation of color #3193AD: hue angle of 192.58º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3193AD is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 147 | 173 | - |
| CMYK | 0.72 | 0.15 | 0 | 0.32 |
| HSL | 192.58º | 0.56% | 0.44% | - |
| HSV(B) | 192.58º | 0.72% | 0.68% | - |
| XYZ | 19.24 | 24.54 | 43.26 | - |
| YUV | 120.66 | 157.53 | 76.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 147 | 173 | 0.72 | 0.15 | 0 | 0.32 | 192.58 | 0.56 | 0.44 |
| Hex | 31 | 93 | AD | 48 | F | 0 | 20 | C1 | 38 | 2C |
| Octal | 61 | 223 | 255 | 110 | 17 | 0 | 40 | 301 | 70 | 54 |
| Binary | 110001 | 10010011 | 10101101 | 1001000 | 1111 | 0 | 100000 | 11000001 | 111000 | 101100 |
Color Harmonies of #3193AD
Complementary color
Monochromatic Colors of #3193AD
Black with #3193AD
Text Example
Text Example
White with #3193AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3193AD; }
p { color: rgb(49,147,173); }
H1.HeaderClassName
{
color: #3193AD;
}
.AnyTagClassName
{
color: #3193AD;
}
</style>
background-color css
<style>
a { background-color: #3193AD; }
a { background-color: rgb(49,147,173); }
div.DivClassName
{
background-color: #3193AD;
}
.BgClassName
{
background-color: #3193AD;
}
</style>
border-color css
<style>
span { border-color: #3193AD; }
span { border-color: rgb(49,147,173); }
td.TdClassName
{
border-color: #3193AD;
}
.TagClassName
{
border-color: #3193AD;
}
</style>