Shades of Scooter #287D9E
Tints of Scooter #287D9E
RGB
CMYK
RGB Variations
Color information
#287D9E (or 0x287D9E) is known color: Scooter. HEX triplet: 28, 7D and 9E. RGB value is (40,125,158). Sum of RGB (Red+Green+Blue) = 40+125+158=323 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.38% from 323); Green value is 125 (49.22% from 255 or 38.70% from 323); Blue value is 158 (62.11% from 255 or 48.92% from 323); Max value from RGB is 158 - color contains mainly: blue. Hex color #287D9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287D9E is #D78261. Grayscale: #676767. Windows color (decimal): -14123618 or 10386728. OLE color: 10386728.
HSL color Cylindrical-coordinate representation of color #287D9E: hue angle of 196.78º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #287D9E is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 125 | 158 | - |
| CMYK | 0.75 | 0.21 | 0 | 0.38 |
| HSL | 196.78º | 0.6% | 0.39% | - |
| HSV(B) | 196.78º | 0.75% | 0.62% | - |
| XYZ | 14.38 | 17.59 | 34.98 | - |
| YUV | 103.35 | 158.84 | 82.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 125 | 158 | 0.75 | 0.21 | 0 | 0.38 | 196.78 | 0.6 | 0.39 |
| Hex | 28 | 7D | 9E | 4B | 15 | 0 | 26 | C5 | 3C | 27 |
| Octal | 50 | 175 | 236 | 113 | 25 | 0 | 46 | 305 | 74 | 47 |
| Binary | 101000 | 1111101 | 10011110 | 1001011 | 10101 | 0 | 100110 | 11000101 | 111100 | 100111 |
Color Harmonies of #287D9E
Complementary color
Monochromatic Colors of #287D9E
Black with #287D9E
Text Example
Text Example
White with #287D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287D9E; }
p { color: rgb(40,125,158); }
H1.HeaderClassName
{
color: #287D9E;
}
.AnyTagClassName
{
color: #287D9E;
}
</style>
background-color css
<style>
a { background-color: #287D9E; }
a { background-color: rgb(40,125,158); }
div.DivClassName
{
background-color: #287D9E;
}
.BgClassName
{
background-color: #287D9E;
}
</style>
border-color css
<style>
span { border-color: #287D9E; }
span { border-color: rgb(40,125,158); }
td.TdClassName
{
border-color: #287D9E;
}
.TagClassName
{
border-color: #287D9E;
}
</style>