Shades of Scooter #287E9A
Tints of Scooter #287E9A
RGB
CMYK
RGB Variations
Color information
#287E9A (or 0x287E9A) is known color: Scooter. HEX triplet: 28, 7E and 9A. RGB value is (40,126,154). Sum of RGB (Red+Green+Blue) = 40+126+154=320 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.5% from 320); Green value is 126 (49.61% from 255 or 39.38% from 320); Blue value is 154 (60.55% from 255 or 48.12% from 320); Max value from RGB is 154 - color contains mainly: blue. Hex color #287E9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287E9A is #D78165. Grayscale: #676767. Windows color (decimal): -14123366 or 10124840. OLE color: 10124840.
HSL color Cylindrical-coordinate representation of color #287E9A: hue angle of 194.74º 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 #287E9A is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 126 | 154 | - |
| CMYK | 0.74 | 0.18 | 0 | 0.40 |
| HSL | 194.74º | 0.59% | 0.38% | - |
| HSV(B) | 194.74º | 0.74% | 0.6% | - |
| XYZ | 14.17 | 17.71 | 33.24 | - |
| YUV | 103.48 | 156.51 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 126 | 154 | 0.74 | 0.18 | 0 | 0.40 | 194.74 | 0.59 | 0.38 |
| Hex | 28 | 7E | 9A | 4A | 12 | 0 | 28 | C3 | 3B | 26 |
| Octal | 50 | 176 | 232 | 112 | 22 | 0 | 50 | 303 | 73 | 46 |
| Binary | 101000 | 1111110 | 10011010 | 1001010 | 10010 | 0 | 101000 | 11000011 | 111011 | 100110 |
Color Harmonies of #287E9A
Complementary color
Monochromatic Colors of #287E9A
Black with #287E9A
Text Example
Text Example
White with #287E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287E9A; }
p { color: rgb(40,126,154); }
H1.HeaderClassName
{
color: #287E9A;
}
.AnyTagClassName
{
color: #287E9A;
}
</style>
background-color css
<style>
a { background-color: #287E9A; }
a { background-color: rgb(40,126,154); }
div.DivClassName
{
background-color: #287E9A;
}
.BgClassName
{
background-color: #287E9A;
}
</style>
border-color css
<style>
span { border-color: #287E9A; }
span { border-color: rgb(40,126,154); }
td.TdClassName
{
border-color: #287E9A;
}
.TagClassName
{
border-color: #287E9A;
}
</style>