Shades of Scooter #287F9A
Tints of Scooter #287F9A
RGB
CMYK
RGB Variations
Color information
#287F9A (or 0x287F9A) is known color: Scooter. HEX triplet: 28, 7F and 9A. RGB value is (40,127,154). Sum of RGB (Red+Green+Blue) = 40+127+154=321 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.46% from 321); Green value is 127 (50% from 255 or 39.56% from 321); Blue value is 154 (60.55% from 255 or 47.98% from 321); Max value from RGB is 154 - color contains mainly: blue. Hex color #287F9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287F9A is #D78065. Grayscale: #676767. Windows color (decimal): -14123110 or 10125096. OLE color: 10125096.
HSL color Cylindrical-coordinate representation of color #287F9A: hue angle of 194.21º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #287F9A is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 127 | 154 | - |
| CMYK | 0.74 | 0.18 | 0 | 0.40 |
| HSL | 194.21º | 0.59% | 0.38% | - |
| HSV(B) | 194.21º | 0.74% | 0.6% | - |
| XYZ | 14.3 | 17.96 | 33.29 | - |
| YUV | 104.07 | 156.18 | 82.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 127 | 154 | 0.74 | 0.18 | 0 | 0.40 | 194.21 | 0.59 | 0.38 |
| Hex | 28 | 7F | 9A | 4A | 12 | 0 | 28 | C2 | 3B | 26 |
| Octal | 50 | 177 | 232 | 112 | 22 | 0 | 50 | 302 | 73 | 46 |
| Binary | 101000 | 1111111 | 10011010 | 1001010 | 10010 | 0 | 101000 | 11000010 | 111011 | 100110 |
Color Harmonies of #287F9A
Complementary color
Monochromatic Colors of #287F9A
Black with #287F9A
Text Example
Text Example
White with #287F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287F9A; }
p { color: rgb(40,127,154); }
H1.HeaderClassName
{
color: #287F9A;
}
.AnyTagClassName
{
color: #287F9A;
}
</style>
background-color css
<style>
a { background-color: #287F9A; }
a { background-color: rgb(40,127,154); }
div.DivClassName
{
background-color: #287F9A;
}
.BgClassName
{
background-color: #287F9A;
}
</style>
border-color css
<style>
span { border-color: #287F9A; }
span { border-color: rgb(40,127,154); }
td.TdClassName
{
border-color: #287F9A;
}
.TagClassName
{
border-color: #287F9A;
}
</style>