Shades of Scooter #288292
Tints of Scooter #288292
RGB
CMYK
RGB Variations
Color information
#288292 (or 0x288292) is known color: Scooter. HEX triplet: 28, 82 and 92. RGB value is (40,130,146). Sum of RGB (Red+Green+Blue) = 40+130+146=316 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.66% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 146 - color contains mainly: blue. Hex color #288292 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288292 is #D77D6D. Grayscale: #686868. Windows color (decimal): -14122350 or 9601576. OLE color: 9601576.
HSL color Cylindrical-coordinate representation of color #288292: hue angle of 189.06º 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 #288292 is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 130 | 146 | - |
| CMYK | 0.73 | 0.11 | 0 | 0.43 |
| HSL | 189.06º | 0.57% | 0.36% | - |
| HSV(B) | 189.06º | 0.73% | 0.57% | - |
| XYZ | 14.05 | 18.49 | 30.02 | - |
| YUV | 104.91 | 151.18 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 146 | 0.73 | 0.11 | 0 | 0.43 | 189.06 | 0.57 | 0.36 |
| Hex | 28 | 82 | 92 | 49 | B | 0 | 2B | BD | 39 | 24 |
| Octal | 50 | 202 | 222 | 111 | 13 | 0 | 53 | 275 | 71 | 44 |
| Binary | 101000 | 10000010 | 10010010 | 1001001 | 1011 | 0 | 101011 | 10111101 | 111001 | 100100 |
Color Harmonies of #288292
Complementary color
Monochromatic Colors of #288292
Black with #288292
Text Example
Text Example
White with #288292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288292; }
p { color: rgb(40,130,146); }
H1.HeaderClassName
{
color: #288292;
}
.AnyTagClassName
{
color: #288292;
}
</style>
background-color css
<style>
a { background-color: #288292; }
a { background-color: rgb(40,130,146); }
div.DivClassName
{
background-color: #288292;
}
.BgClassName
{
background-color: #288292;
}
</style>
border-color css
<style>
span { border-color: #288292; }
span { border-color: rgb(40,130,146); }
td.TdClassName
{
border-color: #288292;
}
.TagClassName
{
border-color: #288292;
}
</style>