Shades of Scooter #2988AD
Tints of Scooter #2988AD
RGB
CMYK
RGB Variations
Color information
#2988AD (or 0x2988AD) is known color: Scooter. HEX triplet: 29, 88 and AD. RGB value is (41,136,173). Sum of RGB (Red+Green+Blue) = 41+136+173=350 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.71% from 350); Green value is 136 (53.52% from 255 or 38.86% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #2988AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2988AD is #D67752. Grayscale: #6F6F6F. Windows color (decimal): -14055251 or 11372585. OLE color: 11372585.
HSL color Cylindrical-coordinate representation of color #2988AD: hue angle of 196.82º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2988AD is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 41 | 136 | 173 | - |
| CMYK | 0.76 | 0.21 | 0 | 0.32 |
| HSL | 196.82º | 0.62% | 0.42% | - |
| HSV(B) | 196.82º | 0.76% | 0.68% | - |
| XYZ | 17.26 | 21.1 | 42.7 | - |
| YUV | 111.81 | 162.53 | 77.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 136 | 173 | 0.76 | 0.21 | 0 | 0.32 | 196.82 | 0.62 | 0.42 |
| Hex | 29 | 88 | AD | 4C | 15 | 0 | 20 | C5 | 3E | 2A |
| Octal | 51 | 210 | 255 | 114 | 25 | 0 | 40 | 305 | 76 | 52 |
| Binary | 101001 | 10001000 | 10101101 | 1001100 | 10101 | 0 | 100000 | 11000101 | 111110 | 101010 |
Color Harmonies of #2988AD
Complementary color
Monochromatic Colors of #2988AD
Black with #2988AD
Text Example
Text Example
White with #2988AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2988AD; }
p { color: rgb(41,136,173); }
H1.HeaderClassName
{
color: #2988AD;
}
.AnyTagClassName
{
color: #2988AD;
}
</style>
background-color css
<style>
a { background-color: #2988AD; }
a { background-color: rgb(41,136,173); }
div.DivClassName
{
background-color: #2988AD;
}
.BgClassName
{
background-color: #2988AD;
}
</style>
border-color css
<style>
span { border-color: #2988AD; }
span { border-color: rgb(41,136,173); }
td.TdClassName
{
border-color: #2988AD;
}
.TagClassName
{
border-color: #2988AD;
}
</style>