Shades of Scooter #288CA0
Tints of Scooter #288CA0
RGB
CMYK
RGB Variations
Color information
#288CA0 (or 0x288CA0) is known color: Scooter. HEX triplet: 28, 8C and A0. RGB value is (40,140,160). Sum of RGB (Red+Green+Blue) = 40+140+160=340 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.76% from 340); Green value is 140 (55.08% from 255 or 41.18% from 340); Blue value is 160 (62.89% from 255 or 47.06% from 340); Max value from RGB is 160 - color contains mainly: blue. Hex color #288CA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288CA0 is #D7735F. Grayscale: #707070. Windows color (decimal): -14119776 or 10521640. OLE color: 10521640.
HSL color Cylindrical-coordinate representation of color #288CA0: hue angle of 190º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #288CA0 is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 40 | 140 | 160 | - |
| CMYK | 0.75 | 0.12 | 0 | 0.37 |
| HSL | 190º | 0.6% | 0.39% | - |
| HSV(B) | 190º | 0.75% | 0.63% | - |
| XYZ | 16.6 | 21.75 | 36.58 | - |
| YUV | 112.38 | 154.87 | 76.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 140 | 160 | 0.75 | 0.12 | 0 | 0.37 | 190 | 0.6 | 0.39 |
| Hex | 28 | 8C | A0 | 4B | C | 0 | 25 | BE | 3C | 27 |
| Octal | 50 | 214 | 240 | 113 | 14 | 0 | 45 | 276 | 74 | 47 |
| Binary | 101000 | 10001100 | 10100000 | 1001011 | 1100 | 0 | 100101 | 10111110 | 111100 | 100111 |
Color Harmonies of #288CA0
Complementary color
Monochromatic Colors of #288CA0
Black with #288CA0
Text Example
Text Example
White with #288CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288CA0; }
p { color: rgb(40,140,160); }
H1.HeaderClassName
{
color: #288CA0;
}
.AnyTagClassName
{
color: #288CA0;
}
</style>
background-color css
<style>
a { background-color: #288CA0; }
a { background-color: rgb(40,140,160); }
div.DivClassName
{
background-color: #288CA0;
}
.BgClassName
{
background-color: #288CA0;
}
</style>
border-color css
<style>
span { border-color: #288CA0; }
span { border-color: rgb(40,140,160); }
td.TdClassName
{
border-color: #288CA0;
}
.TagClassName
{
border-color: #288CA0;
}
</style>