Shades of Scooter #287F98
Tints of Scooter #287F98
RGB
CMYK
RGB Variations
Color information
#287F98 (or 0x287F98) is known color: Scooter. HEX triplet: 28, 7F and 98. RGB value is (40,127,152). Sum of RGB (Red+Green+Blue) = 40+127+152=319 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.54% from 319); Green value is 127 (50% from 255 or 39.81% from 319); Blue value is 152 (59.77% from 255 or 47.65% from 319); Max value from RGB is 152 - color contains mainly: blue. Hex color #287F98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287F98 is #D78067. Grayscale: #676767. Windows color (decimal): -14123112 or 9994024. OLE color: 9994024.
HSL color Cylindrical-coordinate representation of color #287F98: hue angle of 193.39º 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 #287F98 is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 127 | 152 | - |
| CMYK | 0.74 | 0.16 | 0 | 0.40 |
| HSL | 193.39º | 0.58% | 0.38% | - |
| HSV(B) | 193.39º | 0.74% | 0.6% | - |
| XYZ | 14.13 | 17.9 | 32.42 | - |
| YUV | 103.84 | 155.18 | 82.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 127 | 152 | 0.74 | 0.16 | 0 | 0.40 | 193.39 | 0.58 | 0.38 |
| Hex | 28 | 7F | 98 | 4A | 10 | 0 | 28 | C1 | 3A | 26 |
| Octal | 50 | 177 | 230 | 112 | 20 | 0 | 50 | 301 | 72 | 46 |
| Binary | 101000 | 1111111 | 10011000 | 1001010 | 10000 | 0 | 101000 | 11000001 | 111010 | 100110 |
Color Harmonies of #287F98
Complementary color
Monochromatic Colors of #287F98
Black with #287F98
Text Example
Text Example
White with #287F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287F98; }
p { color: rgb(40,127,152); }
H1.HeaderClassName
{
color: #287F98;
}
.AnyTagClassName
{
color: #287F98;
}
</style>
background-color css
<style>
a { background-color: #287F98; }
a { background-color: rgb(40,127,152); }
div.DivClassName
{
background-color: #287F98;
}
.BgClassName
{
background-color: #287F98;
}
</style>
border-color css
<style>
span { border-color: #287F98; }
span { border-color: rgb(40,127,152); }
td.TdClassName
{
border-color: #287F98;
}
.TagClassName
{
border-color: #287F98;
}
</style>