Shades of Scooter #288999
Tints of Scooter #288999
RGB
CMYK
RGB Variations
Color information
#288999 (or 0x288999) is known color: Scooter. HEX triplet: 28, 89 and 99. RGB value is (40,137,153). Sum of RGB (Red+Green+Blue) = 40+137+153=330 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.12% from 330); Green value is 137 (53.91% from 255 or 41.52% from 330); Blue value is 153 (60.16% from 255 or 46.36% from 330); Max value from RGB is 153 - color contains mainly: blue. Hex color #288999 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288999 is #D77666. Grayscale: #6D6D6D. Windows color (decimal): -14120551 or 10062120. OLE color: 10062120.
HSL color Cylindrical-coordinate representation of color #288999: hue angle of 188.5º 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 #288999 is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 137 | 153 | - |
| CMYK | 0.74 | 0.10 | 0 | 0.4 |
| HSL | 188.5º | 0.59% | 0.38% | - |
| HSV(B) | 188.5º | 0.74% | 0.6% | - |
| XYZ | 15.57 | 20.64 | 33.3 | - |
| YUV | 109.82 | 152.36 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 137 | 153 | 0.74 | 0.10 | 0 | 0.4 | 188.5 | 0.59 | 0.38 |
| Hex | 28 | 89 | 99 | 4A | A | 0 | 28 | BC | 3B | 26 |
| Octal | 50 | 211 | 231 | 112 | 12 | 0 | 50 | 274 | 73 | 46 |
| Binary | 101000 | 10001001 | 10011001 | 1001010 | 1010 | 0 | 101000 | 10111100 | 111011 | 100110 |
Color Harmonies of #288999
Complementary color
Monochromatic Colors of #288999
Black with #288999
Text Example
Text Example
White with #288999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288999; }
p { color: rgb(40,137,153); }
H1.HeaderClassName
{
color: #288999;
}
.AnyTagClassName
{
color: #288999;
}
</style>
background-color css
<style>
a { background-color: #288999; }
a { background-color: rgb(40,137,153); }
div.DivClassName
{
background-color: #288999;
}
.BgClassName
{
background-color: #288999;
}
</style>
border-color css
<style>
span { border-color: #288999; }
span { border-color: rgb(40,137,153); }
td.TdClassName
{
border-color: #288999;
}
.TagClassName
{
border-color: #288999;
}
</style>