Shades of Scooter #288E9E
Tints of Scooter #288E9E
RGB
CMYK
RGB Variations
Color information
#288E9E (or 0x288E9E) is known color: Scooter. HEX triplet: 28, 8E and 9E. RGB value is (40,142,158). Sum of RGB (Red+Green+Blue) = 40+142+158=340 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.76% from 340); Green value is 142 (55.86% from 255 or 41.76% from 340); Blue value is 158 (62.11% from 255 or 46.47% from 340); Max value from RGB is 158 - color contains mainly: blue. Hex color #288E9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288E9E is #D77161. Grayscale: #717171. Windows color (decimal): -14119266 or 10391080. OLE color: 10391080.
HSL color Cylindrical-coordinate representation of color #288E9E: hue angle of 188.14º degrees, saturation: 0.6, 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 #288E9E is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 142 | 158 | - |
| CMYK | 0.75 | 0.10 | 0 | 0.38 |
| HSL | 188.14º | 0.6% | 0.39% | - |
| HSV(B) | 188.14º | 0.75% | 0.62% | - |
| XYZ | 16.72 | 22.27 | 35.76 | - |
| YUV | 113.33 | 153.21 | 75.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 142 | 158 | 0.75 | 0.10 | 0 | 0.38 | 188.14 | 0.6 | 0.39 |
| Hex | 28 | 8E | 9E | 4B | A | 0 | 26 | BC | 3C | 27 |
| Octal | 50 | 216 | 236 | 113 | 12 | 0 | 46 | 274 | 74 | 47 |
| Binary | 101000 | 10001110 | 10011110 | 1001011 | 1010 | 0 | 100110 | 10111100 | 111100 | 100111 |
Color Harmonies of #288E9E
Complementary color
Monochromatic Colors of #288E9E
Black with #288E9E
Text Example
Text Example
White with #288E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288E9E; }
p { color: rgb(40,142,158); }
H1.HeaderClassName
{
color: #288E9E;
}
.AnyTagClassName
{
color: #288E9E;
}
</style>
background-color css
<style>
a { background-color: #288E9E; }
a { background-color: rgb(40,142,158); }
div.DivClassName
{
background-color: #288E9E;
}
.BgClassName
{
background-color: #288E9E;
}
</style>
border-color css
<style>
span { border-color: #288E9E; }
span { border-color: rgb(40,142,158); }
td.TdClassName
{
border-color: #288E9E;
}
.TagClassName
{
border-color: #288E9E;
}
</style>