Shades of Scooter #287DA0
Tints of Scooter #287DA0
RGB
CMYK
RGB Variations
Color information
#287DA0 (or 0x287DA0) is known color: Scooter. HEX triplet: 28, 7D and A0. RGB value is (40,125,160). Sum of RGB (Red+Green+Blue) = 40+125+160=325 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.31% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 160 (62.89% from 255 or 49.23% from 325); Max value from RGB is 160 - color contains mainly: blue. Hex color #287DA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287DA0 is #D7825F. Grayscale: #676767. Windows color (decimal): -14123616 or 10517800. OLE color: 10517800.
HSL color Cylindrical-coordinate representation of color #287DA0: hue angle of 197.5º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #287DA0 is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 40 | 125 | 160 | - |
| CMYK | 0.75 | 0.22 | 0 | 0.37 |
| HSL | 197.5º | 0.6% | 0.39% | - |
| HSV(B) | 197.5º | 0.75% | 0.63% | - |
| XYZ | 14.55 | 17.66 | 35.9 | - |
| YUV | 103.58 | 159.84 | 82.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 125 | 160 | 0.75 | 0.22 | 0 | 0.37 | 197.5 | 0.6 | 0.39 |
| Hex | 28 | 7D | A0 | 4B | 16 | 0 | 25 | C6 | 3C | 27 |
| Octal | 50 | 175 | 240 | 113 | 26 | 0 | 45 | 306 | 74 | 47 |
| Binary | 101000 | 1111101 | 10100000 | 1001011 | 10110 | 0 | 100101 | 11000110 | 111100 | 100111 |
Color Harmonies of #287DA0
Complementary color
Monochromatic Colors of #287DA0
Black with #287DA0
Text Example
Text Example
White with #287DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287DA0; }
p { color: rgb(40,125,160); }
H1.HeaderClassName
{
color: #287DA0;
}
.AnyTagClassName
{
color: #287DA0;
}
</style>
background-color css
<style>
a { background-color: #287DA0; }
a { background-color: rgb(40,125,160); }
div.DivClassName
{
background-color: #287DA0;
}
.BgClassName
{
background-color: #287DA0;
}
</style>
border-color css
<style>
span { border-color: #287DA0; }
span { border-color: rgb(40,125,160); }
td.TdClassName
{
border-color: #287DA0;
}
.TagClassName
{
border-color: #287DA0;
}
</style>