Shades of Scooter #287D9B
Tints of Scooter #287D9B
RGB
CMYK
RGB Variations
Color information
#287D9B (or 0x287D9B) is known color: Scooter. HEX triplet: 28, 7D and 9B. RGB value is (40,125,155). Sum of RGB (Red+Green+Blue) = 40+125+155=320 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.5% from 320); Green value is 125 (49.22% from 255 or 39.06% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 155 - color contains mainly: blue. Hex color #287D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287D9B is #D78264. Grayscale: #666666. Windows color (decimal): -14123621 or 10190120. OLE color: 10190120.
HSL color Cylindrical-coordinate representation of color #287D9B: hue angle of 195.65º 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 #287D9B is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 125 | 155 | - |
| CMYK | 0.74 | 0.19 | 0 | 0.39 |
| HSL | 195.65º | 0.59% | 0.38% | - |
| HSV(B) | 195.65º | 0.74% | 0.61% | - |
| XYZ | 14.13 | 17.48 | 33.64 | - |
| YUV | 103.01 | 157.34 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 125 | 155 | 0.74 | 0.19 | 0 | 0.39 | 195.65 | 0.59 | 0.38 |
| Hex | 28 | 7D | 9B | 4A | 13 | 0 | 27 | C4 | 3B | 26 |
| Octal | 50 | 175 | 233 | 112 | 23 | 0 | 47 | 304 | 73 | 46 |
| Binary | 101000 | 1111101 | 10011011 | 1001010 | 10011 | 0 | 100111 | 11000100 | 111011 | 100110 |
Color Harmonies of #287D9B
Complementary color
Monochromatic Colors of #287D9B
Black with #287D9B
Text Example
Text Example
White with #287D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287D9B; }
p { color: rgb(40,125,155); }
H1.HeaderClassName
{
color: #287D9B;
}
.AnyTagClassName
{
color: #287D9B;
}
</style>
background-color css
<style>
a { background-color: #287D9B; }
a { background-color: rgb(40,125,155); }
div.DivClassName
{
background-color: #287D9B;
}
.BgClassName
{
background-color: #287D9B;
}
</style>
border-color css
<style>
span { border-color: #287D9B; }
span { border-color: rgb(40,125,155); }
td.TdClassName
{
border-color: #287D9B;
}
.TagClassName
{
border-color: #287D9B;
}
</style>