Shades of Scooter #287F9B
Tints of Scooter #287F9B
RGB
CMYK
RGB Variations
Color information
#287F9B (or 0x287F9B) is known color: Scooter. HEX triplet: 28, 7F and 9B. RGB value is (40,127,155). Sum of RGB (Red+Green+Blue) = 40+127+155=322 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.42% from 322); Green value is 127 (50% from 255 or 39.44% from 322); Blue value is 155 (60.94% from 255 or 48.14% from 322); Max value from RGB is 155 - color contains mainly: blue. Hex color #287F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287F9B is #D78064. Grayscale: #676767. Windows color (decimal): -14123109 or 10190632. OLE color: 10190632.
HSL color Cylindrical-coordinate representation of color #287F9B: hue angle of 194.61º 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 #287F9B is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 127 | 155 | - |
| CMYK | 0.74 | 0.18 | 0 | 0.39 |
| HSL | 194.61º | 0.59% | 0.38% | - |
| HSV(B) | 194.61º | 0.74% | 0.61% | - |
| XYZ | 14.38 | 18 | 33.73 | - |
| YUV | 104.18 | 156.68 | 82.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 127 | 155 | 0.74 | 0.18 | 0 | 0.39 | 194.61 | 0.59 | 0.38 |
| Hex | 28 | 7F | 9B | 4A | 12 | 0 | 27 | C3 | 3B | 26 |
| Octal | 50 | 177 | 233 | 112 | 22 | 0 | 47 | 303 | 73 | 46 |
| Binary | 101000 | 1111111 | 10011011 | 1001010 | 10010 | 0 | 100111 | 11000011 | 111011 | 100110 |
Color Harmonies of #287F9B
Complementary color
Monochromatic Colors of #287F9B
Black with #287F9B
Text Example
Text Example
White with #287F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287F9B; }
p { color: rgb(40,127,155); }
H1.HeaderClassName
{
color: #287F9B;
}
.AnyTagClassName
{
color: #287F9B;
}
</style>
background-color css
<style>
a { background-color: #287F9B; }
a { background-color: rgb(40,127,155); }
div.DivClassName
{
background-color: #287F9B;
}
.BgClassName
{
background-color: #287F9B;
}
</style>
border-color css
<style>
span { border-color: #287F9B; }
span { border-color: rgb(40,127,155); }
td.TdClassName
{
border-color: #287F9B;
}
.TagClassName
{
border-color: #287F9B;
}
</style>