Shades of Scooter #288E9D
Tints of Scooter #288E9D
RGB
CMYK
RGB Variations
Color information
#288E9D (or 0x288E9D) is known color: Scooter. HEX triplet: 28, 8E and 9D. RGB value is (40,142,157). Sum of RGB (Red+Green+Blue) = 40+142+157=339 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.80% from 339); Green value is 142 (55.86% from 255 or 41.89% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 157 - color contains mainly: blue. Hex color #288E9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288E9D is #D77162. Grayscale: #717171. Windows color (decimal): -14119267 or 10325544. OLE color: 10325544.
HSL color Cylindrical-coordinate representation of color #288E9D: hue angle of 187.69º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #288E9D is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 142 | 157 | - |
| CMYK | 0.75 | 0.10 | 0 | 0.38 |
| HSL | 187.69º | 0.59% | 0.39% | - |
| HSV(B) | 187.69º | 0.75% | 0.62% | - |
| XYZ | 16.63 | 22.23 | 35.31 | - |
| YUV | 113.21 | 152.71 | 75.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 142 | 157 | 0.75 | 0.10 | 0 | 0.38 | 187.69 | 0.59 | 0.39 |
| Hex | 28 | 8E | 9D | 4B | A | 0 | 26 | BC | 3B | 27 |
| Octal | 50 | 216 | 235 | 113 | 12 | 0 | 46 | 274 | 73 | 47 |
| Binary | 101000 | 10001110 | 10011101 | 1001011 | 1010 | 0 | 100110 | 10111100 | 111011 | 100111 |
Color Harmonies of #288E9D
Complementary color
Monochromatic Colors of #288E9D
Black with #288E9D
Text Example
Text Example
White with #288E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288E9D; }
p { color: rgb(40,142,157); }
H1.HeaderClassName
{
color: #288E9D;
}
.AnyTagClassName
{
color: #288E9D;
}
</style>
background-color css
<style>
a { background-color: #288E9D; }
a { background-color: rgb(40,142,157); }
div.DivClassName
{
background-color: #288E9D;
}
.BgClassName
{
background-color: #288E9D;
}
</style>
border-color css
<style>
span { border-color: #288E9D; }
span { border-color: rgb(40,142,157); }
td.TdClassName
{
border-color: #288E9D;
}
.TagClassName
{
border-color: #288E9D;
}
</style>