Shades of Scooter #2888AB
Tints of Scooter #2888AB
RGB
CMYK
RGB Variations
Color information
#2888AB (or 0x2888AB) is known color: Scooter. HEX triplet: 28, 88 and AB. RGB value is (40,136,171). Sum of RGB (Red+Green+Blue) = 40+136+171=347 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.53% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #2888AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2888AB is #D77754. Grayscale: #6F6F6F. Windows color (decimal): -14120789 or 11241512. OLE color: 11241512.
HSL color Cylindrical-coordinate representation of color #2888AB: hue angle of 196.03º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2888AB is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 136 | 171 | - |
| CMYK | 0.77 | 0.20 | 0 | 0.33 |
| HSL | 196.03º | 0.62% | 0.41% | - |
| HSV(B) | 196.03º | 0.77% | 0.67% | - |
| XYZ | 17.03 | 21 | 41.68 | - |
| YUV | 111.29 | 161.7 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 136 | 171 | 0.77 | 0.20 | 0 | 0.33 | 196.03 | 0.62 | 0.41 |
| Hex | 28 | 88 | AB | 4D | 14 | 0 | 21 | C4 | 3E | 29 |
| Octal | 50 | 210 | 253 | 115 | 24 | 0 | 41 | 304 | 76 | 51 |
| Binary | 101000 | 10001000 | 10101011 | 1001101 | 10100 | 0 | 100001 | 11000100 | 111110 | 101001 |
Color Harmonies of #2888AB
Complementary color
Monochromatic Colors of #2888AB
Black with #2888AB
Text Example
Text Example
White with #2888AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2888AB; }
p { color: rgb(40,136,171); }
H1.HeaderClassName
{
color: #2888AB;
}
.AnyTagClassName
{
color: #2888AB;
}
</style>
background-color css
<style>
a { background-color: #2888AB; }
a { background-color: rgb(40,136,171); }
div.DivClassName
{
background-color: #2888AB;
}
.BgClassName
{
background-color: #2888AB;
}
</style>
border-color css
<style>
span { border-color: #2888AB; }
span { border-color: rgb(40,136,171); }
td.TdClassName
{
border-color: #2888AB;
}
.TagClassName
{
border-color: #2888AB;
}
</style>