Shades of Scooter #2888AD
Tints of Scooter #2888AD
RGB
CMYK
RGB Variations
Color information
#2888AD (or 0x2888AD) is known color: Scooter. HEX triplet: 28, 88 and AD. RGB value is (40,136,173). Sum of RGB (Red+Green+Blue) = 40+136+173=349 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.46% from 349); Green value is 136 (53.52% from 255 or 38.97% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: blue. Hex color #2888AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2888AD is #D77752. Grayscale: #6F6F6F. Windows color (decimal): -14120787 or 11372584. OLE color: 11372584.
HSL color Cylindrical-coordinate representation of color #2888AD: hue angle of 196.69º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2888AD is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 136 | 173 | - |
| CMYK | 0.77 | 0.21 | 0 | 0.32 |
| HSL | 196.69º | 0.62% | 0.42% | - |
| HSV(B) | 196.69º | 0.77% | 0.68% | - |
| XYZ | 17.22 | 21.08 | 42.7 | - |
| YUV | 111.51 | 162.7 | 76.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 136 | 173 | 0.77 | 0.21 | 0 | 0.32 | 196.69 | 0.62 | 0.42 |
| Hex | 28 | 88 | AD | 4D | 15 | 0 | 20 | C5 | 3E | 2A |
| Octal | 50 | 210 | 255 | 115 | 25 | 0 | 40 | 305 | 76 | 52 |
| Binary | 101000 | 10001000 | 10101101 | 1001101 | 10101 | 0 | 100000 | 11000101 | 111110 | 101010 |
Color Harmonies of #2888AD
Complementary color
Monochromatic Colors of #2888AD
Black with #2888AD
Text Example
Text Example
White with #2888AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2888AD; }
p { color: rgb(40,136,173); }
H1.HeaderClassName
{
color: #2888AD;
}
.AnyTagClassName
{
color: #2888AD;
}
</style>
background-color css
<style>
a { background-color: #2888AD; }
a { background-color: rgb(40,136,173); }
div.DivClassName
{
background-color: #2888AD;
}
.BgClassName
{
background-color: #2888AD;
}
</style>
border-color css
<style>
span { border-color: #2888AD; }
span { border-color: rgb(40,136,173); }
td.TdClassName
{
border-color: #2888AD;
}
.TagClassName
{
border-color: #2888AD;
}
</style>