Shades of Scooter #288392
Tints of Scooter #288392
RGB
CMYK
RGB Variations
Color information
#288392 (or 0x288392) is known color: Scooter. HEX triplet: 28, 83 and 92. RGB value is (40,131,146). Sum of RGB (Red+Green+Blue) = 40+131+146=317 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.62% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 146 - color contains mainly: blue. Hex color #288392 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288392 is #D77C6D. Grayscale: #696969. Windows color (decimal): -14122094 or 9601832. OLE color: 9601832.
HSL color Cylindrical-coordinate representation of color #288392: hue angle of 188.49º 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 #288392 is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 131 | 146 | - |
| CMYK | 0.73 | 0.10 | 0 | 0.43 |
| HSL | 188.49º | 0.57% | 0.36% | - |
| HSV(B) | 188.49º | 0.73% | 0.57% | - |
| XYZ | 14.18 | 18.76 | 30.07 | - |
| YUV | 105.5 | 150.85 | 81.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 131 | 146 | 0.73 | 0.10 | 0 | 0.43 | 188.49 | 0.57 | 0.36 |
| Hex | 28 | 83 | 92 | 49 | A | 0 | 2B | BC | 39 | 24 |
| Octal | 50 | 203 | 222 | 111 | 12 | 0 | 53 | 274 | 71 | 44 |
| Binary | 101000 | 10000011 | 10010010 | 1001001 | 1010 | 0 | 101011 | 10111100 | 111001 | 100100 |
Color Harmonies of #288392
Complementary color
Monochromatic Colors of #288392
Black with #288392
Text Example
Text Example
White with #288392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288392; }
p { color: rgb(40,131,146); }
H1.HeaderClassName
{
color: #288392;
}
.AnyTagClassName
{
color: #288392;
}
</style>
background-color css
<style>
a { background-color: #288392; }
a { background-color: rgb(40,131,146); }
div.DivClassName
{
background-color: #288392;
}
.BgClassName
{
background-color: #288392;
}
</style>
border-color css
<style>
span { border-color: #288392; }
span { border-color: rgb(40,131,146); }
td.TdClassName
{
border-color: #288392;
}
.TagClassName
{
border-color: #288392;
}
</style>