Shades of Scooter #288092
Tints of Scooter #288092
RGB
CMYK
RGB Variations
Color information
#288092 (or 0x288092) is known color: Scooter. HEX triplet: 28, 80 and 92. RGB value is (40,128,146). Sum of RGB (Red+Green+Blue) = 40+128+146=314 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.74% from 314); Green value is 128 (50.39% from 255 or 40.76% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 146 - color contains mainly: blue. Hex color #288092 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288092 is #D77F6D. Grayscale: #676767. Windows color (decimal): -14122862 or 9601064. OLE color: 9601064.
HSL color Cylindrical-coordinate representation of color #288092: hue angle of 190.19º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #288092 is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 128 | 146 | - |
| CMYK | 0.73 | 0.12 | 0 | 0.43 |
| HSL | 190.19º | 0.57% | 0.36% | - |
| HSV(B) | 190.19º | 0.73% | 0.57% | - |
| XYZ | 13.78 | 17.96 | 29.94 | - |
| YUV | 103.74 | 151.85 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 128 | 146 | 0.73 | 0.12 | 0 | 0.43 | 190.19 | 0.57 | 0.36 |
| Hex | 28 | 80 | 92 | 49 | C | 0 | 2B | BE | 39 | 24 |
| Octal | 50 | 200 | 222 | 111 | 14 | 0 | 53 | 276 | 71 | 44 |
| Binary | 101000 | 10000000 | 10010010 | 1001001 | 1100 | 0 | 101011 | 10111110 | 111001 | 100100 |
Color Harmonies of #288092
Complementary color
Monochromatic Colors of #288092
Black with #288092
Text Example
Text Example
White with #288092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288092; }
p { color: rgb(40,128,146); }
H1.HeaderClassName
{
color: #288092;
}
.AnyTagClassName
{
color: #288092;
}
</style>
background-color css
<style>
a { background-color: #288092; }
a { background-color: rgb(40,128,146); }
div.DivClassName
{
background-color: #288092;
}
.BgClassName
{
background-color: #288092;
}
</style>
border-color css
<style>
span { border-color: #288092; }
span { border-color: rgb(40,128,146); }
td.TdClassName
{
border-color: #288092;
}
.TagClassName
{
border-color: #288092;
}
</style>