Shades of Scooter #288995
Tints of Scooter #288995
RGB
CMYK
RGB Variations
Color information
#288995 (or 0x288995) is known color: Scooter. HEX triplet: 28, 89 and 95. RGB value is (40,137,149). Sum of RGB (Red+Green+Blue) = 40+137+149=326 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.27% from 326); Green value is 137 (53.91% from 255 or 42.02% from 326); Blue value is 149 (58.59% from 255 or 45.71% from 326); Max value from RGB is 149 - color contains mainly: blue. Hex color #288995 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288995 is #D7766A. Grayscale: #6D6D6D. Windows color (decimal): -14120555 or 9799976. OLE color: 9799976.
HSL color Cylindrical-coordinate representation of color #288995: hue angle of 186.61º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #288995 is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 137 | 149 | - |
| CMYK | 0.73 | 0.08 | 0 | 0.42 |
| HSL | 186.61º | 0.58% | 0.37% | - |
| HSV(B) | 186.61º | 0.73% | 0.58% | - |
| XYZ | 15.25 | 20.51 | 31.59 | - |
| YUV | 109.37 | 150.36 | 78.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 137 | 149 | 0.73 | 0.08 | 0 | 0.42 | 186.61 | 0.58 | 0.37 |
| Hex | 28 | 89 | 95 | 49 | 8 | 0 | 2A | BB | 3A | 25 |
| Octal | 50 | 211 | 225 | 111 | 10 | 0 | 52 | 273 | 72 | 45 |
| Binary | 101000 | 10001001 | 10010101 | 1001001 | 1000 | 0 | 101010 | 10111011 | 111010 | 100101 |
Color Harmonies of #288995
Complementary color
Monochromatic Colors of #288995
Black with #288995
Text Example
Text Example
White with #288995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288995; }
p { color: rgb(40,137,149); }
H1.HeaderClassName
{
color: #288995;
}
.AnyTagClassName
{
color: #288995;
}
</style>
background-color css
<style>
a { background-color: #288995; }
a { background-color: rgb(40,137,149); }
div.DivClassName
{
background-color: #288995;
}
.BgClassName
{
background-color: #288995;
}
</style>
border-color css
<style>
span { border-color: #288995; }
span { border-color: rgb(40,137,149); }
td.TdClassName
{
border-color: #288995;
}
.TagClassName
{
border-color: #288995;
}
</style>