Shades of Scooter #288E9A
Tints of Scooter #288E9A
RGB
CMYK
RGB Variations
Color information
#288E9A (or 0x288E9A) is known color: Scooter. HEX triplet: 28, 8E and 9A. RGB value is (40,142,154). Sum of RGB (Red+Green+Blue) = 40+142+154=336 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.90% from 336); Green value is 142 (55.86% from 255 or 42.26% from 336); Blue value is 154 (60.55% from 255 or 45.83% from 336); Max value from RGB is 154 - color contains mainly: blue. Hex color #288E9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288E9A is #D77165. Grayscale: #707070. Windows color (decimal): -14119270 or 10128936. OLE color: 10128936.
HSL color Cylindrical-coordinate representation of color #288E9A: hue angle of 186.32º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #288E9A is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 142 | 154 | - |
| CMYK | 0.74 | 0.08 | 0 | 0.40 |
| HSL | 186.32º | 0.59% | 0.38% | - |
| HSV(B) | 186.32º | 0.74% | 0.6% | - |
| XYZ | 16.38 | 22.13 | 33.98 | - |
| YUV | 112.87 | 151.21 | 76.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 142 | 154 | 0.74 | 0.08 | 0 | 0.40 | 186.32 | 0.59 | 0.38 |
| Hex | 28 | 8E | 9A | 4A | 8 | 0 | 28 | BA | 3B | 26 |
| Octal | 50 | 216 | 232 | 112 | 10 | 0 | 50 | 272 | 73 | 46 |
| Binary | 101000 | 10001110 | 10011010 | 1001010 | 1000 | 0 | 101000 | 10111010 | 111011 | 100110 |
Color Harmonies of #288E9A
Complementary color
Monochromatic Colors of #288E9A
Black with #288E9A
Text Example
Text Example
White with #288E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288E9A; }
p { color: rgb(40,142,154); }
H1.HeaderClassName
{
color: #288E9A;
}
.AnyTagClassName
{
color: #288E9A;
}
</style>
background-color css
<style>
a { background-color: #288E9A; }
a { background-color: rgb(40,142,154); }
div.DivClassName
{
background-color: #288E9A;
}
.BgClassName
{
background-color: #288E9A;
}
</style>
border-color css
<style>
span { border-color: #288E9A; }
span { border-color: rgb(40,142,154); }
td.TdClassName
{
border-color: #288E9A;
}
.TagClassName
{
border-color: #288E9A;
}
</style>