Shades of Scooter #288195
Tints of Scooter #288195
RGB
CMYK
RGB Variations
Color information
#288195 (or 0x288195) is known color: Scooter. HEX triplet: 28, 81 and 95. RGB value is (40,129,149). Sum of RGB (Red+Green+Blue) = 40+129+149=318 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.58% from 318); Green value is 129 (50.78% from 255 or 40.57% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 149 - color contains mainly: blue. Hex color #288195 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288195 is #D77E6A. Grayscale: #686868. Windows color (decimal): -14122603 or 9797928. OLE color: 9797928.
HSL color Cylindrical-coordinate representation of color #288195: hue angle of 191.01º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #288195 is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 129 | 149 | - |
| CMYK | 0.73 | 0.13 | 0 | 0.42 |
| HSL | 191.01º | 0.58% | 0.37% | - |
| HSV(B) | 191.01º | 0.73% | 0.58% | - |
| XYZ | 14.15 | 18.32 | 31.22 | - |
| YUV | 104.67 | 153.01 | 81.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 129 | 149 | 0.73 | 0.13 | 0 | 0.42 | 191.01 | 0.58 | 0.37 |
| Hex | 28 | 81 | 95 | 49 | D | 0 | 2A | BF | 3A | 25 |
| Octal | 50 | 201 | 225 | 111 | 15 | 0 | 52 | 277 | 72 | 45 |
| Binary | 101000 | 10000001 | 10010101 | 1001001 | 1101 | 0 | 101010 | 10111111 | 111010 | 100101 |
Color Harmonies of #288195
Complementary color
Monochromatic Colors of #288195
Black with #288195
Text Example
Text Example
White with #288195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288195; }
p { color: rgb(40,129,149); }
H1.HeaderClassName
{
color: #288195;
}
.AnyTagClassName
{
color: #288195;
}
</style>
background-color css
<style>
a { background-color: #288195; }
a { background-color: rgb(40,129,149); }
div.DivClassName
{
background-color: #288195;
}
.BgClassName
{
background-color: #288195;
}
</style>
border-color css
<style>
span { border-color: #288195; }
span { border-color: rgb(40,129,149); }
td.TdClassName
{
border-color: #288195;
}
.TagClassName
{
border-color: #288195;
}
</style>