Shades of Scooter #2982AB
Tints of Scooter #2982AB
RGB
CMYK
RGB Variations
Color information
#2982AB (or 0x2982AB) is known color: Scooter. HEX triplet: 29, 82 and AB. RGB value is (41,130,171). Sum of RGB (Red+Green+Blue) = 41+130+171=342 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.99% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #2982AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2982AB is #D67D54. Grayscale: #6B6B6B. Windows color (decimal): -14056789 or 11239977. OLE color: 11239977.
HSL color Cylindrical-coordinate representation of color #2982AB: hue angle of 198.92º 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 #2982AB is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 130 | 171 | - |
| CMYK | 0.76 | 0.24 | 0 | 0.33 |
| HSL | 198.92º | 0.61% | 0.42% | - |
| HSV(B) | 198.92º | 0.76% | 0.67% | - |
| XYZ | 16.25 | 19.38 | 41.41 | - |
| YUV | 108.06 | 163.51 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 130 | 171 | 0.76 | 0.24 | 0 | 0.33 | 198.92 | 0.61 | 0.42 |
| Hex | 29 | 82 | AB | 4C | 18 | 0 | 21 | C7 | 3D | 2A |
| Octal | 51 | 202 | 253 | 114 | 30 | 0 | 41 | 307 | 75 | 52 |
| Binary | 101001 | 10000010 | 10101011 | 1001100 | 11000 | 0 | 100001 | 11000111 | 111101 | 101010 |
Color Harmonies of #2982AB
Complementary color
Monochromatic Colors of #2982AB
Black with #2982AB
Text Example
Text Example
White with #2982AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2982AB; }
p { color: rgb(41,130,171); }
H1.HeaderClassName
{
color: #2982AB;
}
.AnyTagClassName
{
color: #2982AB;
}
</style>
background-color css
<style>
a { background-color: #2982AB; }
a { background-color: rgb(41,130,171); }
div.DivClassName
{
background-color: #2982AB;
}
.BgClassName
{
background-color: #2982AB;
}
</style>
border-color css
<style>
span { border-color: #2982AB; }
span { border-color: rgb(41,130,171); }
td.TdClassName
{
border-color: #2982AB;
}
.TagClassName
{
border-color: #2982AB;
}
</style>