Shades of Scooter #287F9D
Tints of Scooter #287F9D
RGB
CMYK
RGB Variations
Color information
#287F9D (or 0x287F9D) is known color: Scooter. HEX triplet: 28, 7F and 9D. RGB value is (40,127,157). Sum of RGB (Red+Green+Blue) = 40+127+157=324 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.35% from 324); Green value is 127 (50% from 255 or 39.20% from 324); Blue value is 157 (61.72% from 255 or 48.46% from 324); Max value from RGB is 157 - color contains mainly: blue. Hex color #287F9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287F9D is #D78062. Grayscale: #686868. Windows color (decimal): -14123107 or 10321704. OLE color: 10321704.
HSL color Cylindrical-coordinate representation of color #287F9D: hue angle of 195.38º degrees, saturation: 0.59, 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 #287F9D is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 127 | 157 | - |
| CMYK | 0.75 | 0.19 | 0 | 0.38 |
| HSL | 195.38º | 0.59% | 0.39% | - |
| HSV(B) | 195.38º | 0.75% | 0.62% | - |
| XYZ | 14.55 | 18.06 | 34.62 | - |
| YUV | 104.41 | 157.68 | 82.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 127 | 157 | 0.75 | 0.19 | 0 | 0.38 | 195.38 | 0.59 | 0.39 |
| Hex | 28 | 7F | 9D | 4B | 13 | 0 | 26 | C3 | 3B | 27 |
| Octal | 50 | 177 | 235 | 113 | 23 | 0 | 46 | 303 | 73 | 47 |
| Binary | 101000 | 1111111 | 10011101 | 1001011 | 10011 | 0 | 100110 | 11000011 | 111011 | 100111 |
Color Harmonies of #287F9D
Complementary color
Monochromatic Colors of #287F9D
Black with #287F9D
Text Example
Text Example
White with #287F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287F9D; }
p { color: rgb(40,127,157); }
H1.HeaderClassName
{
color: #287F9D;
}
.AnyTagClassName
{
color: #287F9D;
}
</style>
background-color css
<style>
a { background-color: #287F9D; }
a { background-color: rgb(40,127,157); }
div.DivClassName
{
background-color: #287F9D;
}
.BgClassName
{
background-color: #287F9D;
}
</style>
border-color css
<style>
span { border-color: #287F9D; }
span { border-color: rgb(40,127,157); }
td.TdClassName
{
border-color: #287F9D;
}
.TagClassName
{
border-color: #287F9D;
}
</style>