Shades of Scooter #288290
Tints of Scooter #288290
RGB
CMYK
RGB Variations
Color information
#288290 (or 0x288290) is known color: Scooter. HEX triplet: 28, 82 and 90. RGB value is (40,130,144). Sum of RGB (Red+Green+Blue) = 40+130+144=314 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.74% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 144 - color contains mainly: blue. Hex color #288290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288290 is #D77D6F. Grayscale: #686868. Windows color (decimal): -14122352 or 9470504. OLE color: 9470504.
HSL color Cylindrical-coordinate representation of color #288290: hue angle of 188.08º degrees, saturation: 0.57, 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 #288290 is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 130 | 144 | - |
| CMYK | 0.72 | 0.10 | 0 | 0.44 |
| HSL | 188.08º | 0.57% | 0.36% | - |
| HSV(B) | 188.08º | 0.72% | 0.56% | - |
| XYZ | 13.89 | 18.43 | 29.21 | - |
| YUV | 104.69 | 150.18 | 81.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 144 | 0.72 | 0.10 | 0 | 0.44 | 188.08 | 0.57 | 0.36 |
| Hex | 28 | 82 | 90 | 48 | A | 0 | 2C | BC | 39 | 24 |
| Octal | 50 | 202 | 220 | 110 | 12 | 0 | 54 | 274 | 71 | 44 |
| Binary | 101000 | 10000010 | 10010000 | 1001000 | 1010 | 0 | 101100 | 10111100 | 111001 | 100100 |
Color Harmonies of #288290
Complementary color
Monochromatic Colors of #288290
Black with #288290
Text Example
Text Example
White with #288290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288290; }
p { color: rgb(40,130,144); }
H1.HeaderClassName
{
color: #288290;
}
.AnyTagClassName
{
color: #288290;
}
</style>
background-color css
<style>
a { background-color: #288290; }
a { background-color: rgb(40,130,144); }
div.DivClassName
{
background-color: #288290;
}
.BgClassName
{
background-color: #288290;
}
</style>
border-color css
<style>
span { border-color: #288290; }
span { border-color: rgb(40,130,144); }
td.TdClassName
{
border-color: #288290;
}
.TagClassName
{
border-color: #288290;
}
</style>