Shades of Scooter #2985AB
Tints of Scooter #2985AB
RGB
CMYK
RGB Variations
Color information
#2985AB (or 0x2985AB) is known color: Scooter. HEX triplet: 29, 85 and AB. RGB value is (41,133,171). Sum of RGB (Red+Green+Blue) = 41+133+171=345 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.88% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #2985AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2985AB is #D67A54. Grayscale: #6D6D6D. Windows color (decimal): -14056021 or 11240745. OLE color: 11240745.
HSL color Cylindrical-coordinate representation of color #2985AB: hue angle of 197.54º 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 #2985AB is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 133 | 171 | - |
| CMYK | 0.76 | 0.22 | 0 | 0.33 |
| HSL | 197.54º | 0.61% | 0.42% | - |
| HSV(B) | 197.54º | 0.76% | 0.67% | - |
| XYZ | 16.65 | 20.19 | 41.55 | - |
| YUV | 109.82 | 162.52 | 78.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 133 | 171 | 0.76 | 0.22 | 0 | 0.33 | 197.54 | 0.61 | 0.42 |
| Hex | 29 | 85 | AB | 4C | 16 | 0 | 21 | C6 | 3D | 2A |
| Octal | 51 | 205 | 253 | 114 | 26 | 0 | 41 | 306 | 75 | 52 |
| Binary | 101001 | 10000101 | 10101011 | 1001100 | 10110 | 0 | 100001 | 11000110 | 111101 | 101010 |
Color Harmonies of #2985AB
Complementary color
Monochromatic Colors of #2985AB
Black with #2985AB
Text Example
Text Example
White with #2985AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2985AB; }
p { color: rgb(41,133,171); }
H1.HeaderClassName
{
color: #2985AB;
}
.AnyTagClassName
{
color: #2985AB;
}
</style>
background-color css
<style>
a { background-color: #2985AB; }
a { background-color: rgb(41,133,171); }
div.DivClassName
{
background-color: #2985AB;
}
.BgClassName
{
background-color: #2985AB;
}
</style>
border-color css
<style>
span { border-color: #2985AB; }
span { border-color: rgb(41,133,171); }
td.TdClassName
{
border-color: #2985AB;
}
.TagClassName
{
border-color: #2985AB;
}
</style>