Shades of Scooter #287E8F
Tints of Scooter #287E8F
RGB
CMYK
RGB Variations
Color information
#287E8F (or 0x287E8F) is known color: Scooter. HEX triplet: 28, 7E and 8F. RGB value is (40,126,143). Sum of RGB (Red+Green+Blue) = 40+126+143=309 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.94% from 309); Green value is 126 (49.61% from 255 or 40.78% from 309); Blue value is 143 (56.25% from 255 or 46.28% from 309); Max value from RGB is 143 - color contains mainly: blue. Hex color #287E8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287E8F is #D78170. Grayscale: #666666. Windows color (decimal): -14123377 or 9403944. OLE color: 9403944.
HSL color Cylindrical-coordinate representation of color #287E8F: hue angle of 189.9º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #287E8F is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 126 | 143 | - |
| CMYK | 0.72 | 0.12 | 0 | 0.44 |
| HSL | 189.9º | 0.56% | 0.36% | - |
| HSV(B) | 189.9º | 0.72% | 0.56% | - |
| XYZ | 13.29 | 17.36 | 28.64 | - |
| YUV | 102.22 | 151.01 | 83.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 126 | 143 | 0.72 | 0.12 | 0 | 0.44 | 189.9 | 0.56 | 0.36 |
| Hex | 28 | 7E | 8F | 48 | C | 0 | 2C | BE | 38 | 24 |
| Octal | 50 | 176 | 217 | 110 | 14 | 0 | 54 | 276 | 70 | 44 |
| Binary | 101000 | 1111110 | 10001111 | 1001000 | 1100 | 0 | 101100 | 10111110 | 111000 | 100100 |
Color Harmonies of #287E8F
Complementary color
Monochromatic Colors of #287E8F
Black with #287E8F
Text Example
Text Example
White with #287E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287E8F; }
p { color: rgb(40,126,143); }
H1.HeaderClassName
{
color: #287E8F;
}
.AnyTagClassName
{
color: #287E8F;
}
</style>
background-color css
<style>
a { background-color: #287E8F; }
a { background-color: rgb(40,126,143); }
div.DivClassName
{
background-color: #287E8F;
}
.BgClassName
{
background-color: #287E8F;
}
</style>
border-color css
<style>
span { border-color: #287E8F; }
span { border-color: rgb(40,126,143); }
td.TdClassName
{
border-color: #287E8F;
}
.TagClassName
{
border-color: #287E8F;
}
</style>