Shades of Scooter #288896
Tints of Scooter #288896
RGB
CMYK
RGB Variations
Color information
#288896 (or 0x288896) is known color: Scooter. HEX triplet: 28, 88 and 96. RGB value is (40,136,150). Sum of RGB (Red+Green+Blue) = 40+136+150=326 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.27% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 150 (58.98% from 255 or 46.01% from 326); Max value from RGB is 150 - color contains mainly: blue. Hex color #288896 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288896 is #D77769. Grayscale: #6C6C6C. Windows color (decimal): -14120810 or 9865256. OLE color: 9865256.
HSL color Cylindrical-coordinate representation of color #288896: hue angle of 187.64º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #288896 is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 40 | 136 | 150 | - |
| CMYK | 0.73 | 0.09 | 0 | 0.41 |
| HSL | 187.64º | 0.58% | 0.37% | - |
| HSV(B) | 187.64º | 0.73% | 0.59% | - |
| XYZ | 15.18 | 20.26 | 31.96 | - |
| YUV | 108.89 | 151.2 | 78.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 136 | 150 | 0.73 | 0.09 | 0 | 0.41 | 187.64 | 0.58 | 0.37 |
| Hex | 28 | 88 | 96 | 49 | 9 | 0 | 29 | BC | 3A | 25 |
| Octal | 50 | 210 | 226 | 111 | 11 | 0 | 51 | 274 | 72 | 45 |
| Binary | 101000 | 10001000 | 10010110 | 1001001 | 1001 | 0 | 101001 | 10111100 | 111010 | 100101 |
Color Harmonies of #288896
Complementary color
Monochromatic Colors of #288896
Black with #288896
Text Example
Text Example
White with #288896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288896; }
p { color: rgb(40,136,150); }
H1.HeaderClassName
{
color: #288896;
}
.AnyTagClassName
{
color: #288896;
}
</style>
background-color css
<style>
a { background-color: #288896; }
a { background-color: rgb(40,136,150); }
div.DivClassName
{
background-color: #288896;
}
.BgClassName
{
background-color: #288896;
}
</style>
border-color css
<style>
span { border-color: #288896; }
span { border-color: rgb(40,136,150); }
td.TdClassName
{
border-color: #288896;
}
.TagClassName
{
border-color: #288896;
}
</style>