Shades of Scooter #287C9B
Tints of Scooter #287C9B
RGB
CMYK
RGB Variations
Color information
#287C9B (or 0x287C9B) is known color: Scooter. HEX triplet: 28, 7C and 9B. RGB value is (40,124,155). Sum of RGB (Red+Green+Blue) = 40+124+155=319 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.54% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #287C9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287C9B is #D78364. Grayscale: #666666. Windows color (decimal): -14123877 or 10189864. OLE color: 10189864.
HSL color Cylindrical-coordinate representation of color #287C9B: hue angle of 196.17º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #287C9B is Cyan = 0.74, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 124 | 155 | - |
| CMYK | 0.74 | 0.2 | 0 | 0.39 |
| HSL | 196.17º | 0.59% | 0.38% | - |
| HSV(B) | 196.17º | 0.74% | 0.61% | - |
| XYZ | 14 | 17.23 | 33.6 | - |
| YUV | 102.42 | 157.67 | 83.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 124 | 155 | 0.74 | 0.2 | 0 | 0.39 | 196.17 | 0.59 | 0.38 |
| Hex | 28 | 7C | 9B | 4A | 14 | 0 | 27 | C4 | 3B | 26 |
| Octal | 50 | 174 | 233 | 112 | 24 | 0 | 47 | 304 | 73 | 46 |
| Binary | 101000 | 1111100 | 10011011 | 1001010 | 10100 | 0 | 100111 | 11000100 | 111011 | 100110 |
Color Harmonies of #287C9B
Complementary color
Monochromatic Colors of #287C9B
Black with #287C9B
Text Example
Text Example
White with #287C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287C9B; }
p { color: rgb(40,124,155); }
H1.HeaderClassName
{
color: #287C9B;
}
.AnyTagClassName
{
color: #287C9B;
}
</style>
background-color css
<style>
a { background-color: #287C9B; }
a { background-color: rgb(40,124,155); }
div.DivClassName
{
background-color: #287C9B;
}
.BgClassName
{
background-color: #287C9B;
}
</style>
border-color css
<style>
span { border-color: #287C9B; }
span { border-color: rgb(40,124,155); }
td.TdClassName
{
border-color: #287C9B;
}
.TagClassName
{
border-color: #287C9B;
}
</style>