Shades of Scooter #288BA2
Tints of Scooter #288BA2
RGB
CMYK
RGB Variations
Color information
#288BA2 (or 0x288BA2) is known color: Scooter. HEX triplet: 28, 8B and A2. RGB value is (40,139,162). Sum of RGB (Red+Green+Blue) = 40+139+162=341 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.73% from 341); Green value is 139 (54.69% from 255 or 40.76% from 341); Blue value is 162 (63.67% from 255 or 47.51% from 341); Max value from RGB is 162 - color contains mainly: blue. Hex color #288BA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288BA2 is #D7745D. Grayscale: #6F6F6F. Windows color (decimal): -14120030 or 10652456. OLE color: 10652456.
HSL color Cylindrical-coordinate representation of color #288BA2: hue angle of 191.31º 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 #288BA2 is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 139 | 162 | - |
| CMYK | 0.75 | 0.14 | 0 | 0.36 |
| HSL | 191.31º | 0.6% | 0.4% | - |
| HSV(B) | 191.31º | 0.75% | 0.64% | - |
| XYZ | 16.63 | 21.52 | 37.46 | - |
| YUV | 112.02 | 156.2 | 76.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 139 | 162 | 0.75 | 0.14 | 0 | 0.36 | 191.31 | 0.6 | 0.4 |
| Hex | 28 | 8B | A2 | 4B | E | 0 | 24 | BF | 3C | 28 |
| Octal | 50 | 213 | 242 | 113 | 16 | 0 | 44 | 277 | 74 | 50 |
| Binary | 101000 | 10001011 | 10100010 | 1001011 | 1110 | 0 | 100100 | 10111111 | 111100 | 101000 |
Color Harmonies of #288BA2
Complementary color
Monochromatic Colors of #288BA2
Black with #288BA2
Text Example
Text Example
White with #288BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288BA2; }
p { color: rgb(40,139,162); }
H1.HeaderClassName
{
color: #288BA2;
}
.AnyTagClassName
{
color: #288BA2;
}
</style>
background-color css
<style>
a { background-color: #288BA2; }
a { background-color: rgb(40,139,162); }
div.DivClassName
{
background-color: #288BA2;
}
.BgClassName
{
background-color: #288BA2;
}
</style>
border-color css
<style>
span { border-color: #288BA2; }
span { border-color: rgb(40,139,162); }
td.TdClassName
{
border-color: #288BA2;
}
.TagClassName
{
border-color: #288BA2;
}
</style>