Shades of Scooter #3189AD
Tints of Scooter #3189AD
RGB
CMYK
RGB Variations
Color information
#3189AD (or 0x3189AD) is known color: Scooter. HEX triplet: 31, 89 and AD. RGB value is (49,137,173). Sum of RGB (Red+Green+Blue) = 49+137+173=359 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.65% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #3189AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3189AD is #CE7652. Grayscale: #727272. Windows color (decimal): -13530707 or 11372849. OLE color: 11372849.
HSL color Cylindrical-coordinate representation of color #3189AD: hue angle of 197.42º 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 #3189AD is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 137 | 173 | - |
| CMYK | 0.72 | 0.21 | 0 | 0.32 |
| HSL | 197.42º | 0.56% | 0.44% | - |
| HSV(B) | 197.42º | 0.72% | 0.68% | - |
| XYZ | 17.76 | 21.56 | 42.76 | - |
| YUV | 114.79 | 160.85 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 137 | 173 | 0.72 | 0.21 | 0 | 0.32 | 197.42 | 0.56 | 0.44 |
| Hex | 31 | 89 | AD | 48 | 15 | 0 | 20 | C5 | 38 | 2C |
| Octal | 61 | 211 | 255 | 110 | 25 | 0 | 40 | 305 | 70 | 54 |
| Binary | 110001 | 10001001 | 10101101 | 1001000 | 10101 | 0 | 100000 | 11000101 | 111000 | 101100 |
Color Harmonies of #3189AD
Complementary color
Monochromatic Colors of #3189AD
Black with #3189AD
Text Example
Text Example
White with #3189AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3189AD; }
p { color: rgb(49,137,173); }
H1.HeaderClassName
{
color: #3189AD;
}
.AnyTagClassName
{
color: #3189AD;
}
</style>
background-color css
<style>
a { background-color: #3189AD; }
a { background-color: rgb(49,137,173); }
div.DivClassName
{
background-color: #3189AD;
}
.BgClassName
{
background-color: #3189AD;
}
</style>
border-color css
<style>
span { border-color: #3189AD; }
span { border-color: rgb(49,137,173); }
td.TdClassName
{
border-color: #3189AD;
}
.TagClassName
{
border-color: #3189AD;
}
</style>