Shades of Scooter #2887AB
Tints of Scooter #2887AB
RGB
CMYK
RGB Variations
Color information
#2887AB (or 0x2887AB) is known color: Scooter. HEX triplet: 28, 87 and AB. RGB value is (40,135,171). Sum of RGB (Red+Green+Blue) = 40+135+171=346 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.56% from 346); Green value is 135 (53.12% from 255 or 39.02% 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 #2887AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2887AB is #D77854. Grayscale: #6E6E6E. Windows color (decimal): -14121045 or 11241256. OLE color: 11241256.
HSL color Cylindrical-coordinate representation of color #2887AB: hue angle of 196.49º 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 #2887AB is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 135 | 171 | - |
| CMYK | 0.77 | 0.21 | 0 | 0.33 |
| HSL | 196.49º | 0.62% | 0.41% | - |
| HSV(B) | 196.49º | 0.77% | 0.67% | - |
| XYZ | 16.89 | 20.72 | 41.64 | - |
| YUV | 110.7 | 162.03 | 77.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 135 | 171 | 0.77 | 0.21 | 0 | 0.33 | 196.49 | 0.62 | 0.41 |
| Hex | 28 | 87 | AB | 4D | 15 | 0 | 21 | C4 | 3E | 29 |
| Octal | 50 | 207 | 253 | 115 | 25 | 0 | 41 | 304 | 76 | 51 |
| Binary | 101000 | 10000111 | 10101011 | 1001101 | 10101 | 0 | 100001 | 11000100 | 111110 | 101001 |
Color Harmonies of #2887AB
Complementary color
Monochromatic Colors of #2887AB
Black with #2887AB
Text Example
Text Example
White with #2887AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2887AB; }
p { color: rgb(40,135,171); }
H1.HeaderClassName
{
color: #2887AB;
}
.AnyTagClassName
{
color: #2887AB;
}
</style>
background-color css
<style>
a { background-color: #2887AB; }
a { background-color: rgb(40,135,171); }
div.DivClassName
{
background-color: #2887AB;
}
.BgClassName
{
background-color: #2887AB;
}
</style>
border-color css
<style>
span { border-color: #2887AB; }
span { border-color: rgb(40,135,171); }
td.TdClassName
{
border-color: #2887AB;
}
.TagClassName
{
border-color: #2887AB;
}
</style>