Shades of Scooter #288AA2
Tints of Scooter #288AA2
RGB
CMYK
RGB Variations
Color information
#288AA2 (or 0x288AA2) is known color: Scooter. HEX triplet: 28, 8A and A2. RGB value is (40,138,162). Sum of RGB (Red+Green+Blue) = 40+138+162=340 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.76% from 340); Green value is 138 (54.30% from 255 or 40.59% from 340); Blue value is 162 (63.67% from 255 or 47.65% from 340); Max value from RGB is 162 - color contains mainly: blue. Hex color #288AA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288AA2 is #D7755D. Grayscale: #6F6F6F. Windows color (decimal): -14120286 or 10652200. OLE color: 10652200.
HSL color Cylindrical-coordinate representation of color #288AA2: hue angle of 191.8º 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 #288AA2 is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 138 | 162 | - |
| CMYK | 0.75 | 0.15 | 0 | 0.36 |
| HSL | 191.8º | 0.6% | 0.4% | - |
| HSV(B) | 191.8º | 0.75% | 0.64% | - |
| XYZ | 16.49 | 21.24 | 37.41 | - |
| YUV | 111.43 | 156.53 | 77.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 138 | 162 | 0.75 | 0.15 | 0 | 0.36 | 191.8 | 0.6 | 0.4 |
| Hex | 28 | 8A | A2 | 4B | F | 0 | 24 | C0 | 3C | 28 |
| Octal | 50 | 212 | 242 | 113 | 17 | 0 | 44 | 300 | 74 | 50 |
| Binary | 101000 | 10001010 | 10100010 | 1001011 | 1111 | 0 | 100100 | 11000000 | 111100 | 101000 |
Color Harmonies of #288AA2
Complementary color
Monochromatic Colors of #288AA2
Black with #288AA2
Text Example
Text Example
White with #288AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288AA2; }
p { color: rgb(40,138,162); }
H1.HeaderClassName
{
color: #288AA2;
}
.AnyTagClassName
{
color: #288AA2;
}
</style>
background-color css
<style>
a { background-color: #288AA2; }
a { background-color: rgb(40,138,162); }
div.DivClassName
{
background-color: #288AA2;
}
.BgClassName
{
background-color: #288AA2;
}
</style>
border-color css
<style>
span { border-color: #288AA2; }
span { border-color: rgb(40,138,162); }
td.TdClassName
{
border-color: #288AA2;
}
.TagClassName
{
border-color: #288AA2;
}
</style>