Shades of Scooter #288FA5
Tints of Scooter #288FA5
RGB
CMYK
RGB Variations
Color information
#288FA5 (or 0x288FA5) is known color: Scooter. HEX triplet: 28, 8F and A5. RGB value is (40,143,165). Sum of RGB (Red+Green+Blue) = 40+143+165=348 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.49% from 348); Green value is 143 (56.25% from 255 or 41.09% from 348); Blue value is 165 (64.84% from 255 or 47.41% from 348); Max value from RGB is 165 - color contains mainly: blue. Hex color #288FA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288FA5 is #D7705A. Grayscale: #727272. Windows color (decimal): -14119003 or 10850088. OLE color: 10850088.
HSL color Cylindrical-coordinate representation of color #288FA5: hue angle of 190.56º 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 #288FA5 is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 143 | 165 | - |
| CMYK | 0.76 | 0.13 | 0 | 0.35 |
| HSL | 190.56º | 0.61% | 0.4% | - |
| HSV(B) | 190.56º | 0.76% | 0.65% | - |
| XYZ | 17.49 | 22.81 | 39.08 | - |
| YUV | 114.71 | 156.38 | 74.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 143 | 165 | 0.76 | 0.13 | 0 | 0.35 | 190.56 | 0.61 | 0.4 |
| Hex | 28 | 8F | A5 | 4C | D | 0 | 23 | BF | 3D | 28 |
| Octal | 50 | 217 | 245 | 114 | 15 | 0 | 43 | 277 | 75 | 50 |
| Binary | 101000 | 10001111 | 10100101 | 1001100 | 1101 | 0 | 100011 | 10111111 | 111101 | 101000 |
Color Harmonies of #288FA5
Complementary color
Monochromatic Colors of #288FA5
Black with #288FA5
Text Example
Text Example
White with #288FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288FA5; }
p { color: rgb(40,143,165); }
H1.HeaderClassName
{
color: #288FA5;
}
.AnyTagClassName
{
color: #288FA5;
}
</style>
background-color css
<style>
a { background-color: #288FA5; }
a { background-color: rgb(40,143,165); }
div.DivClassName
{
background-color: #288FA5;
}
.BgClassName
{
background-color: #288FA5;
}
</style>
border-color css
<style>
span { border-color: #288FA5; }
span { border-color: rgb(40,143,165); }
td.TdClassName
{
border-color: #288FA5;
}
.TagClassName
{
border-color: #288FA5;
}
</style>