Shades of Scooter #3194AB
Tints of Scooter #3194AB
RGB
CMYK
RGB Variations
Color information
#3194AB (or 0x3194AB) is known color: Scooter. HEX triplet: 31, 94 and AB. RGB value is (49,148,171). Sum of RGB (Red+Green+Blue) = 49+148+171=368 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.32% from 368); Green value is 148 (58.20% from 255 or 40.22% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #3194AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3194AB is #CE6B54. Grayscale: #787878. Windows color (decimal): -13527893 or 11244593. OLE color: 11244593.
HSL color Cylindrical-coordinate representation of color #3194AB: hue angle of 191.31º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3194AB is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 148 | 171 | - |
| CMYK | 0.71 | 0.13 | 0 | 0.33 |
| HSL | 191.31º | 0.55% | 0.43% | - |
| HSV(B) | 191.31º | 0.71% | 0.67% | - |
| XYZ | 19.21 | 24.77 | 42.3 | - |
| YUV | 121.02 | 156.2 | 76.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 148 | 171 | 0.71 | 0.13 | 0 | 0.33 | 191.31 | 0.55 | 0.43 |
| Hex | 31 | 94 | AB | 47 | D | 0 | 21 | BF | 37 | 2B |
| Octal | 61 | 224 | 253 | 107 | 15 | 0 | 41 | 277 | 67 | 53 |
| Binary | 110001 | 10010100 | 10101011 | 1000111 | 1101 | 0 | 100001 | 10111111 | 110111 | 101011 |
Color Harmonies of #3194AB
Complementary color
Monochromatic Colors of #3194AB
Black with #3194AB
Text Example
Text Example
White with #3194AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3194AB; }
p { color: rgb(49,148,171); }
H1.HeaderClassName
{
color: #3194AB;
}
.AnyTagClassName
{
color: #3194AB;
}
</style>
background-color css
<style>
a { background-color: #3194AB; }
a { background-color: rgb(49,148,171); }
div.DivClassName
{
background-color: #3194AB;
}
.BgClassName
{
background-color: #3194AB;
}
</style>
border-color css
<style>
span { border-color: #3194AB; }
span { border-color: rgb(49,148,171); }
td.TdClassName
{
border-color: #3194AB;
}
.TagClassName
{
border-color: #3194AB;
}
</style>