Shades of Scooter #288AA5
Tints of Scooter #288AA5
RGB
CMYK
RGB Variations
Color information
#288AA5 (or 0x288AA5) is known color: Scooter. HEX triplet: 28, 8A and A5. RGB value is (40,138,165). Sum of RGB (Red+Green+Blue) = 40+138+165=343 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.66% from 343); Green value is 138 (54.30% from 255 or 40.23% from 343); Blue value is 165 (64.84% from 255 or 48.10% from 343); Max value from RGB is 165 - color contains mainly: blue. Hex color #288AA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288AA5 is #D7755A. Grayscale: #6F6F6F. Windows color (decimal): -14120283 or 10848808. OLE color: 10848808.
HSL color Cylindrical-coordinate representation of color #288AA5: hue angle of 192.96º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #288AA5 is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 138 | 165 | - |
| CMYK | 0.76 | 0.16 | 0 | 0.35 |
| HSL | 192.96º | 0.61% | 0.4% | - |
| HSV(B) | 192.96º | 0.76% | 0.65% | - |
| XYZ | 16.76 | 21.34 | 38.83 | - |
| YUV | 111.78 | 158.03 | 76.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 138 | 165 | 0.76 | 0.16 | 0 | 0.35 | 192.96 | 0.61 | 0.4 |
| Hex | 28 | 8A | A5 | 4C | 10 | 0 | 23 | C1 | 3D | 28 |
| Octal | 50 | 212 | 245 | 114 | 20 | 0 | 43 | 301 | 75 | 50 |
| Binary | 101000 | 10001010 | 10100101 | 1001100 | 10000 | 0 | 100011 | 11000001 | 111101 | 101000 |
Color Harmonies of #288AA5
Complementary color
Monochromatic Colors of #288AA5
Black with #288AA5
Text Example
Text Example
White with #288AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288AA5; }
p { color: rgb(40,138,165); }
H1.HeaderClassName
{
color: #288AA5;
}
.AnyTagClassName
{
color: #288AA5;
}
</style>
background-color css
<style>
a { background-color: #288AA5; }
a { background-color: rgb(40,138,165); }
div.DivClassName
{
background-color: #288AA5;
}
.BgClassName
{
background-color: #288AA5;
}
</style>
border-color css
<style>
span { border-color: #288AA5; }
span { border-color: rgb(40,138,165); }
td.TdClassName
{
border-color: #288AA5;
}
.TagClassName
{
border-color: #288AA5;
}
</style>