Shades of Scooter #287F93
Tints of Scooter #287F93
RGB
CMYK
RGB Variations
Color information
#287F93 (or 0x287F93) is known color: Scooter. HEX triplet: 28, 7F and 93. RGB value is (40,127,147). Sum of RGB (Red+Green+Blue) = 40+127+147=314 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.74% from 314); Green value is 127 (50% from 255 or 40.45% from 314); Blue value is 147 (57.81% from 255 or 46.82% from 314); Max value from RGB is 147 - color contains mainly: blue. Hex color #287F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287F93 is #D7806C. Grayscale: #676767. Windows color (decimal): -14123117 or 9666344. OLE color: 9666344.
HSL color Cylindrical-coordinate representation of color #287F93: hue angle of 191.21º degrees, saturation: 0.57, 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 #287F93 is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 127 | 147 | - |
| CMYK | 0.73 | 0.14 | 0 | 0.42 |
| HSL | 191.22º | 0.57% | 0.37% | - |
| HSV(B) | 191.22º | 0.73% | 0.58% | - |
| XYZ | 13.73 | 17.74 | 30.3 | - |
| YUV | 103.27 | 152.68 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 127 | 147 | 0.73 | 0.14 | 0 | 0.42 | 191.22 | 0.57 | 0.37 |
| Hex | 28 | 7F | 93 | 49 | E | 0 | 2A | BF | 39 | 25 |
| Octal | 50 | 177 | 223 | 111 | 16 | 0 | 52 | 277 | 71 | 45 |
| Binary | 101000 | 1111111 | 10010011 | 1001001 | 1110 | 0 | 101010 | 10111111 | 111001 | 100101 |
Color Harmonies of #287F93
Complementary color
Monochromatic Colors of #287F93
Black with #287F93
Text Example
Text Example
White with #287F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287F93; }
p { color: rgb(40,127,147); }
H1.HeaderClassName
{
color: #287F93;
}
.AnyTagClassName
{
color: #287F93;
}
</style>
background-color css
<style>
a { background-color: #287F93; }
a { background-color: rgb(40,127,147); }
div.DivClassName
{
background-color: #287F93;
}
.BgClassName
{
background-color: #287F93;
}
</style>
border-color css
<style>
span { border-color: #287F93; }
span { border-color: rgb(40,127,147); }
td.TdClassName
{
border-color: #287F93;
}
.TagClassName
{
border-color: #287F93;
}
</style>