Shades of Scooter #288DA1
Tints of Scooter #288DA1
RGB
CMYK
RGB Variations
Color information
#288DA1 (or 0x288DA1) is known color: Scooter. HEX triplet: 28, 8D and A1. RGB value is (40,141,161). Sum of RGB (Red+Green+Blue) = 40+141+161=342 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.70% from 342); Green value is 141 (55.47% from 255 or 41.23% from 342); Blue value is 161 (63.28% from 255 or 47.08% from 342); Max value from RGB is 161 - color contains mainly: blue. Hex color #288DA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288DA1 is #D7725E. Grayscale: #707070. Windows color (decimal): -14119519 or 10587432. OLE color: 10587432.
HSL color Cylindrical-coordinate representation of color #288DA1: hue angle of 189.92º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #288DA1 is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 40 | 141 | 161 | - |
| CMYK | 0.75 | 0.12 | 0 | 0.37 |
| HSL | 189.92º | 0.6% | 0.39% | - |
| HSV(B) | 189.92º | 0.75% | 0.63% | - |
| XYZ | 16.83 | 22.07 | 37.09 | - |
| YUV | 113.08 | 155.04 | 75.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 141 | 161 | 0.75 | 0.12 | 0 | 0.37 | 189.92 | 0.6 | 0.39 |
| Hex | 28 | 8D | A1 | 4B | C | 0 | 25 | BE | 3C | 27 |
| Octal | 50 | 215 | 241 | 113 | 14 | 0 | 45 | 276 | 74 | 47 |
| Binary | 101000 | 10001101 | 10100001 | 1001011 | 1100 | 0 | 100101 | 10111110 | 111100 | 100111 |
Color Harmonies of #288DA1
Complementary color
Monochromatic Colors of #288DA1
Black with #288DA1
Text Example
Text Example
White with #288DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288DA1; }
p { color: rgb(40,141,161); }
H1.HeaderClassName
{
color: #288DA1;
}
.AnyTagClassName
{
color: #288DA1;
}
</style>
background-color css
<style>
a { background-color: #288DA1; }
a { background-color: rgb(40,141,161); }
div.DivClassName
{
background-color: #288DA1;
}
.BgClassName
{
background-color: #288DA1;
}
</style>
border-color css
<style>
span { border-color: #288DA1; }
span { border-color: rgb(40,141,161); }
td.TdClassName
{
border-color: #288DA1;
}
.TagClassName
{
border-color: #288DA1;
}
</style>