Shades of Scooter #288898
Tints of Scooter #288898
RGB
CMYK
RGB Variations
Color information
#288898 (or 0x288898) is known color: Scooter. HEX triplet: 28, 88 and 98. RGB value is (40,136,152). Sum of RGB (Red+Green+Blue) = 40+136+152=328 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.20% from 328); Green value is 136 (53.52% from 255 or 41.46% from 328); Blue value is 152 (59.77% from 255 or 46.34% from 328); Max value from RGB is 152 - color contains mainly: blue. Hex color #288898 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288898 is #D77767. Grayscale: #6C6C6C. Windows color (decimal): -14120808 or 9996328. OLE color: 9996328.
HSL color Cylindrical-coordinate representation of color #288898: hue angle of 188.57º 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 #288898 is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 136 | 152 | - |
| CMYK | 0.74 | 0.11 | 0 | 0.40 |
| HSL | 188.57º | 0.58% | 0.38% | - |
| HSV(B) | 188.57º | 0.74% | 0.6% | - |
| XYZ | 15.35 | 20.33 | 32.82 | - |
| YUV | 109.12 | 152.2 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 136 | 152 | 0.74 | 0.11 | 0 | 0.40 | 188.57 | 0.58 | 0.38 |
| Hex | 28 | 88 | 98 | 4A | B | 0 | 28 | BD | 3A | 26 |
| Octal | 50 | 210 | 230 | 112 | 13 | 0 | 50 | 275 | 72 | 46 |
| Binary | 101000 | 10001000 | 10011000 | 1001010 | 1011 | 0 | 101000 | 10111101 | 111010 | 100110 |
Color Harmonies of #288898
Complementary color
Monochromatic Colors of #288898
Black with #288898
Text Example
Text Example
White with #288898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288898; }
p { color: rgb(40,136,152); }
H1.HeaderClassName
{
color: #288898;
}
.AnyTagClassName
{
color: #288898;
}
</style>
background-color css
<style>
a { background-color: #288898; }
a { background-color: rgb(40,136,152); }
div.DivClassName
{
background-color: #288898;
}
.BgClassName
{
background-color: #288898;
}
</style>
border-color css
<style>
span { border-color: #288898; }
span { border-color: rgb(40,136,152); }
td.TdClassName
{
border-color: #288898;
}
.TagClassName
{
border-color: #288898;
}
</style>