Shades of Scooter #288498
Tints of Scooter #288498
RGB
CMYK
RGB Variations
Color information
#288498 (or 0x288498) is known color: Scooter. HEX triplet: 28, 84 and 98. RGB value is (40,132,152). Sum of RGB (Red+Green+Blue) = 40+132+152=324 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.35% from 324); Green value is 132 (51.95% from 255 or 40.74% from 324); Blue value is 152 (59.77% from 255 or 46.91% from 324); Max value from RGB is 152 - color contains mainly: blue. Hex color #288498 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288498 is #D77B67. Grayscale: #6A6A6A. Windows color (decimal): -14121832 or 9995304. OLE color: 9995304.
HSL color Cylindrical-coordinate representation of color #288498: hue angle of 190.71º 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 #288498 is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 132 | 152 | - |
| CMYK | 0.74 | 0.13 | 0 | 0.40 |
| HSL | 190.71º | 0.58% | 0.38% | - |
| HSV(B) | 190.71º | 0.74% | 0.6% | - |
| XYZ | 14.79 | 19.22 | 32.64 | - |
| YUV | 106.77 | 153.52 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 132 | 152 | 0.74 | 0.13 | 0 | 0.40 | 190.71 | 0.58 | 0.38 |
| Hex | 28 | 84 | 98 | 4A | D | 0 | 28 | BF | 3A | 26 |
| Octal | 50 | 204 | 230 | 112 | 15 | 0 | 50 | 277 | 72 | 46 |
| Binary | 101000 | 10000100 | 10011000 | 1001010 | 1101 | 0 | 101000 | 10111111 | 111010 | 100110 |
Color Harmonies of #288498
Complementary color
Monochromatic Colors of #288498
Black with #288498
Text Example
Text Example
White with #288498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288498; }
p { color: rgb(40,132,152); }
H1.HeaderClassName
{
color: #288498;
}
.AnyTagClassName
{
color: #288498;
}
</style>
background-color css
<style>
a { background-color: #288498; }
a { background-color: rgb(40,132,152); }
div.DivClassName
{
background-color: #288498;
}
.BgClassName
{
background-color: #288498;
}
</style>
border-color css
<style>
span { border-color: #288498; }
span { border-color: rgb(40,132,152); }
td.TdClassName
{
border-color: #288498;
}
.TagClassName
{
border-color: #288498;
}
</style>