Shades of Scooter #2986AB
Tints of Scooter #2986AB
RGB
CMYK
RGB Variations
Color information
#2986AB (or 0x2986AB) is known color: Scooter. HEX triplet: 29, 86 and AB. RGB value is (41,134,171). Sum of RGB (Red+Green+Blue) = 41+134+171=346 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.85% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #2986AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2986AB is #D67954. Grayscale: #6E6E6E. Windows color (decimal): -14055765 or 11241001. OLE color: 11241001.
HSL color Cylindrical-coordinate representation of color #2986AB: hue angle of 197.08º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2986AB is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 134 | 171 | - |
| CMYK | 0.76 | 0.22 | 0 | 0.33 |
| HSL | 197.08º | 0.61% | 0.42% | - |
| HSV(B) | 197.08º | 0.76% | 0.67% | - |
| XYZ | 16.79 | 20.46 | 41.59 | - |
| YUV | 110.41 | 162.19 | 78.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 134 | 171 | 0.76 | 0.22 | 0 | 0.33 | 197.08 | 0.61 | 0.42 |
| Hex | 29 | 86 | AB | 4C | 16 | 0 | 21 | C5 | 3D | 2A |
| Octal | 51 | 206 | 253 | 114 | 26 | 0 | 41 | 305 | 75 | 52 |
| Binary | 101001 | 10000110 | 10101011 | 1001100 | 10110 | 0 | 100001 | 11000101 | 111101 | 101010 |
Color Harmonies of #2986AB
Complementary color
Monochromatic Colors of #2986AB
Black with #2986AB
Text Example
Text Example
White with #2986AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2986AB; }
p { color: rgb(41,134,171); }
H1.HeaderClassName
{
color: #2986AB;
}
.AnyTagClassName
{
color: #2986AB;
}
</style>
background-color css
<style>
a { background-color: #2986AB; }
a { background-color: rgb(41,134,171); }
div.DivClassName
{
background-color: #2986AB;
}
.BgClassName
{
background-color: #2986AB;
}
</style>
border-color css
<style>
span { border-color: #2986AB; }
span { border-color: rgb(41,134,171); }
td.TdClassName
{
border-color: #2986AB;
}
.TagClassName
{
border-color: #2986AB;
}
</style>