Shades of Scooter #288EA8
Tints of Scooter #288EA8
RGB
CMYK
RGB Variations
Color information
#288EA8 (or 0x288EA8) is known color: Scooter. HEX triplet: 28, 8E and A8. RGB value is (40,142,168). Sum of RGB (Red+Green+Blue) = 40+142+168=350 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.43% from 350); Green value is 142 (55.86% from 255 or 40.57% from 350); Blue value is 168 (66.02% from 255 or 48% from 350); Max value from RGB is 168 - color contains mainly: blue. Hex color #288EA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288EA8 is #D77157. Grayscale: #727272. Windows color (decimal): -14119256 or 11046440. OLE color: 11046440.
HSL color Cylindrical-coordinate representation of color #288EA8: hue angle of 192.19º 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 #288EA8 is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 40 | 142 | 168 | - |
| CMYK | 0.76 | 0.15 | 0 | 0.34 |
| HSL | 192.19º | 0.62% | 0.41% | - |
| HSV(B) | 192.19º | 0.76% | 0.66% | - |
| XYZ | 17.62 | 22.62 | 40.48 | - |
| YUV | 114.47 | 158.21 | 74.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 142 | 168 | 0.76 | 0.15 | 0 | 0.34 | 192.19 | 0.62 | 0.41 |
| Hex | 28 | 8E | A8 | 4C | F | 0 | 22 | C0 | 3E | 29 |
| Octal | 50 | 216 | 250 | 114 | 17 | 0 | 42 | 300 | 76 | 51 |
| Binary | 101000 | 10001110 | 10101000 | 1001100 | 1111 | 0 | 100010 | 11000000 | 111110 | 101001 |
Color Harmonies of #288EA8
Complementary color
Monochromatic Colors of #288EA8
Black with #288EA8
Text Example
Text Example
White with #288EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288EA8; }
p { color: rgb(40,142,168); }
H1.HeaderClassName
{
color: #288EA8;
}
.AnyTagClassName
{
color: #288EA8;
}
</style>
background-color css
<style>
a { background-color: #288EA8; }
a { background-color: rgb(40,142,168); }
div.DivClassName
{
background-color: #288EA8;
}
.BgClassName
{
background-color: #288EA8;
}
</style>
border-color css
<style>
span { border-color: #288EA8; }
span { border-color: rgb(40,142,168); }
td.TdClassName
{
border-color: #288EA8;
}
.TagClassName
{
border-color: #288EA8;
}
</style>