Shades of Scooter #288FA2
Tints of Scooter #288FA2
RGB
CMYK
RGB Variations
Color information
#288FA2 (or 0x288FA2) is known color: Scooter. HEX triplet: 28, 8F and A2. RGB value is (40,143,162). Sum of RGB (Red+Green+Blue) = 40+143+162=345 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.59% from 345); Green value is 143 (56.25% from 255 or 41.45% from 345); Blue value is 162 (63.67% from 255 or 46.96% from 345); Max value from RGB is 162 - color contains mainly: blue. Hex color #288FA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288FA2 is #D7705D. Grayscale: #727272. Windows color (decimal): -14119006 or 10653480. OLE color: 10653480.
HSL color Cylindrical-coordinate representation of color #288FA2: hue angle of 189.34º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #288FA2 is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 143 | 162 | - |
| CMYK | 0.75 | 0.12 | 0 | 0.36 |
| HSL | 189.34º | 0.6% | 0.4% | - |
| HSV(B) | 189.34º | 0.75% | 0.64% | - |
| XYZ | 17.22 | 22.7 | 37.66 | - |
| YUV | 114.37 | 154.88 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 143 | 162 | 0.75 | 0.12 | 0 | 0.36 | 189.34 | 0.6 | 0.4 |
| Hex | 28 | 8F | A2 | 4B | C | 0 | 24 | BD | 3C | 28 |
| Octal | 50 | 217 | 242 | 113 | 14 | 0 | 44 | 275 | 74 | 50 |
| Binary | 101000 | 10001111 | 10100010 | 1001011 | 1100 | 0 | 100100 | 10111101 | 111100 | 101000 |
Color Harmonies of #288FA2
Complementary color
Monochromatic Colors of #288FA2
Black with #288FA2
Text Example
Text Example
White with #288FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288FA2; }
p { color: rgb(40,143,162); }
H1.HeaderClassName
{
color: #288FA2;
}
.AnyTagClassName
{
color: #288FA2;
}
</style>
background-color css
<style>
a { background-color: #288FA2; }
a { background-color: rgb(40,143,162); }
div.DivClassName
{
background-color: #288FA2;
}
.BgClassName
{
background-color: #288FA2;
}
</style>
border-color css
<style>
span { border-color: #288FA2; }
span { border-color: rgb(40,143,162); }
td.TdClassName
{
border-color: #288FA2;
}
.TagClassName
{
border-color: #288FA2;
}
</style>