Shades of Scooter #288B99
Tints of Scooter #288B99
RGB
CMYK
RGB Variations
Color information
#288B99 (or 0x288B99) is known color: Scooter. HEX triplet: 28, 8B and 99. RGB value is (40,139,153). Sum of RGB (Red+Green+Blue) = 40+139+153=332 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.05% from 332); Green value is 139 (54.69% from 255 or 41.87% from 332); Blue value is 153 (60.16% from 255 or 46.08% from 332); Max value from RGB is 153 - color contains mainly: blue. Hex color #288B99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288B99 is #D77466. Grayscale: #6E6E6E. Windows color (decimal): -14120039 or 10062632. OLE color: 10062632.
HSL color Cylindrical-coordinate representation of color #288B99: hue angle of 187.43º 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 #288B99 is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 139 | 153 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.4 |
| HSL | 187.43º | 0.59% | 0.38% | - |
| HSV(B) | 187.43º | 0.74% | 0.6% | - |
| XYZ | 15.86 | 21.22 | 33.4 | - |
| YUV | 111 | 151.7 | 77.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 139 | 153 | 0.74 | 0.09 | 0 | 0.4 | 187.43 | 0.59 | 0.38 |
| Hex | 28 | 8B | 99 | 4A | 9 | 0 | 28 | BB | 3B | 26 |
| Octal | 50 | 213 | 231 | 112 | 11 | 0 | 50 | 273 | 73 | 46 |
| Binary | 101000 | 10001011 | 10011001 | 1001010 | 1001 | 0 | 101000 | 10111011 | 111011 | 100110 |
Color Harmonies of #288B99
Complementary color
Monochromatic Colors of #288B99
Black with #288B99
Text Example
Text Example
White with #288B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288B99; }
p { color: rgb(40,139,153); }
H1.HeaderClassName
{
color: #288B99;
}
.AnyTagClassName
{
color: #288B99;
}
</style>
background-color css
<style>
a { background-color: #288B99; }
a { background-color: rgb(40,139,153); }
div.DivClassName
{
background-color: #288B99;
}
.BgClassName
{
background-color: #288B99;
}
</style>
border-color css
<style>
span { border-color: #288B99; }
span { border-color: rgb(40,139,153); }
td.TdClassName
{
border-color: #288B99;
}
.TagClassName
{
border-color: #288B99;
}
</style>