Shades of Scooter #288998
Tints of Scooter #288998
RGB
CMYK
RGB Variations
Color information
#288998 (or 0x288998) is known color: Scooter. HEX triplet: 28, 89 and 98. RGB value is (40,137,152). Sum of RGB (Red+Green+Blue) = 40+137+152=329 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.16% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 152 (59.77% from 255 or 46.20% from 329); Max value from RGB is 152 - color contains mainly: blue. Hex color #288998 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288998 is #D77667. Grayscale: #6D6D6D. Windows color (decimal): -14120552 or 9996584. OLE color: 9996584.
HSL color Cylindrical-coordinate representation of color #288998: hue angle of 188.04º degrees, saturation: 0.58, 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 #288998 is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 137 | 152 | - |
| CMYK | 0.74 | 0.10 | 0 | 0.40 |
| HSL | 188.04º | 0.58% | 0.38% | - |
| HSV(B) | 188.04º | 0.74% | 0.6% | - |
| XYZ | 15.49 | 20.61 | 32.87 | - |
| YUV | 109.71 | 151.86 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 137 | 152 | 0.74 | 0.10 | 0 | 0.40 | 188.04 | 0.58 | 0.38 |
| Hex | 28 | 89 | 98 | 4A | A | 0 | 28 | BC | 3A | 26 |
| Octal | 50 | 211 | 230 | 112 | 12 | 0 | 50 | 274 | 72 | 46 |
| Binary | 101000 | 10001001 | 10011000 | 1001010 | 1010 | 0 | 101000 | 10111100 | 111010 | 100110 |
Color Harmonies of #288998
Complementary color
Monochromatic Colors of #288998
Black with #288998
Text Example
Text Example
White with #288998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288998; }
p { color: rgb(40,137,152); }
H1.HeaderClassName
{
color: #288998;
}
.AnyTagClassName
{
color: #288998;
}
</style>
background-color css
<style>
a { background-color: #288998; }
a { background-color: rgb(40,137,152); }
div.DivClassName
{
background-color: #288998;
}
.BgClassName
{
background-color: #288998;
}
</style>
border-color css
<style>
span { border-color: #288998; }
span { border-color: rgb(40,137,152); }
td.TdClassName
{
border-color: #288998;
}
.TagClassName
{
border-color: #288998;
}
</style>