Shades of Scooter #2888A8
Tints of Scooter #2888A8
RGB
CMYK
RGB Variations
Color information
#2888A8 (or 0x2888A8) is known color: Scooter. HEX triplet: 28, 88 and A8. RGB value is (40,136,168). Sum of RGB (Red+Green+Blue) = 40+136+168=344 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.63% from 344); Green value is 136 (53.52% from 255 or 39.53% from 344); Blue value is 168 (66.02% from 255 or 48.84% from 344); Max value from RGB is 168 - color contains mainly: blue. Hex color #2888A8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2888A8 is #D77757. Grayscale: #6E6E6E. Windows color (decimal): -14120792 or 11044904. OLE color: 11044904.
HSL color Cylindrical-coordinate representation of color #2888A8: hue angle of 195º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2888A8 is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 40 | 136 | 168 | - |
| CMYK | 0.76 | 0.19 | 0 | 0.34 |
| HSL | 195º | 0.62% | 0.41% | - |
| HSV(B) | 195º | 0.76% | 0.66% | - |
| XYZ | 16.75 | 20.89 | 40.19 | - |
| YUV | 110.94 | 160.2 | 77.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 136 | 168 | 0.76 | 0.19 | 0 | 0.34 | 195 | 0.62 | 0.41 |
| Hex | 28 | 88 | A8 | 4C | 13 | 0 | 22 | C3 | 3E | 29 |
| Octal | 50 | 210 | 250 | 114 | 23 | 0 | 42 | 303 | 76 | 51 |
| Binary | 101000 | 10001000 | 10101000 | 1001100 | 10011 | 0 | 100010 | 11000011 | 111110 | 101001 |
Color Harmonies of #2888A8
Complementary color
Monochromatic Colors of #2888A8
Black with #2888A8
Text Example
Text Example
White with #2888A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2888A8; }
p { color: rgb(40,136,168); }
H1.HeaderClassName
{
color: #2888A8;
}
.AnyTagClassName
{
color: #2888A8;
}
</style>
background-color css
<style>
a { background-color: #2888A8; }
a { background-color: rgb(40,136,168); }
div.DivClassName
{
background-color: #2888A8;
}
.BgClassName
{
background-color: #2888A8;
}
</style>
border-color css
<style>
span { border-color: #2888A8; }
span { border-color: rgb(40,136,168); }
td.TdClassName
{
border-color: #2888A8;
}
.TagClassName
{
border-color: #2888A8;
}
</style>