Shades of Scooter #288298
Tints of Scooter #288298
RGB
CMYK
RGB Variations
Color information
#288298 (or 0x288298) is known color: Scooter. HEX triplet: 28, 82 and 98. RGB value is (40,130,152). Sum of RGB (Red+Green+Blue) = 40+130+152=322 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.42% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 152 (59.77% from 255 or 47.20% from 322); Max value from RGB is 152 - color contains mainly: blue. Hex color #288298 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288298 is #D77D67. Grayscale: #696969. Windows color (decimal): -14122344 or 9994792. OLE color: 9994792.
HSL color Cylindrical-coordinate representation of color #288298: hue angle of 191.79º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #288298 is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 130 | 152 | - |
| CMYK | 0.74 | 0.14 | 0 | 0.40 |
| HSL | 191.79º | 0.58% | 0.38% | - |
| HSV(B) | 191.79º | 0.74% | 0.6% | - |
| XYZ | 14.53 | 18.68 | 32.55 | - |
| YUV | 105.6 | 154.18 | 81.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 152 | 0.74 | 0.14 | 0 | 0.40 | 191.79 | 0.58 | 0.38 |
| Hex | 28 | 82 | 98 | 4A | E | 0 | 28 | C0 | 3A | 26 |
| Octal | 50 | 202 | 230 | 112 | 16 | 0 | 50 | 300 | 72 | 46 |
| Binary | 101000 | 10000010 | 10011000 | 1001010 | 1110 | 0 | 101000 | 11000000 | 111010 | 100110 |
Color Harmonies of #288298
Complementary color
Monochromatic Colors of #288298
Black with #288298
Text Example
Text Example
White with #288298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288298; }
p { color: rgb(40,130,152); }
H1.HeaderClassName
{
color: #288298;
}
.AnyTagClassName
{
color: #288298;
}
</style>
background-color css
<style>
a { background-color: #288298; }
a { background-color: rgb(40,130,152); }
div.DivClassName
{
background-color: #288298;
}
.BgClassName
{
background-color: #288298;
}
</style>
border-color css
<style>
span { border-color: #288298; }
span { border-color: rgb(40,130,152); }
td.TdClassName
{
border-color: #288298;
}
.TagClassName
{
border-color: #288298;
}
</style>