Shades of Scooter #288BA6
Tints of Scooter #288BA6
RGB
CMYK
RGB Variations
Color information
#288BA6 (or 0x288BA6) is known color: Scooter. HEX triplet: 28, 8B and A6. RGB value is (40,139,166). Sum of RGB (Red+Green+Blue) = 40+139+166=345 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.59% from 345); Green value is 139 (54.69% from 255 or 40.29% from 345); Blue value is 166 (65.23% from 255 or 48.12% from 345); Max value from RGB is 166 - color contains mainly: blue. Hex color #288BA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288BA6 is #D77459. Grayscale: #707070. Windows color (decimal): -14120026 or 10914600. OLE color: 10914600.
HSL color Cylindrical-coordinate representation of color #288BA6: hue angle of 192.86º 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 #288BA6 is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 139 | 166 | - |
| CMYK | 0.76 | 0.16 | 0 | 0.35 |
| HSL | 192.86º | 0.61% | 0.4% | - |
| HSV(B) | 192.86º | 0.76% | 0.65% | - |
| XYZ | 16.99 | 21.67 | 39.36 | - |
| YUV | 112.48 | 158.2 | 76.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 139 | 166 | 0.76 | 0.16 | 0 | 0.35 | 192.86 | 0.61 | 0.4 |
| Hex | 28 | 8B | A6 | 4C | 10 | 0 | 23 | C1 | 3D | 28 |
| Octal | 50 | 213 | 246 | 114 | 20 | 0 | 43 | 301 | 75 | 50 |
| Binary | 101000 | 10001011 | 10100110 | 1001100 | 10000 | 0 | 100011 | 11000001 | 111101 | 101000 |
Color Harmonies of #288BA6
Complementary color
Monochromatic Colors of #288BA6
Black with #288BA6
Text Example
Text Example
White with #288BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288BA6; }
p { color: rgb(40,139,166); }
H1.HeaderClassName
{
color: #288BA6;
}
.AnyTagClassName
{
color: #288BA6;
}
</style>
background-color css
<style>
a { background-color: #288BA6; }
a { background-color: rgb(40,139,166); }
div.DivClassName
{
background-color: #288BA6;
}
.BgClassName
{
background-color: #288BA6;
}
</style>
border-color css
<style>
span { border-color: #288BA6; }
span { border-color: rgb(40,139,166); }
td.TdClassName
{
border-color: #288BA6;
}
.TagClassName
{
border-color: #288BA6;
}
</style>