Shades of Scooter #288395
Tints of Scooter #288395
RGB
CMYK
RGB Variations
Color information
#288395 (or 0x288395) is known color: Scooter. HEX triplet: 28, 83 and 95. RGB value is (40,131,149). Sum of RGB (Red+Green+Blue) = 40+131+149=320 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.5% from 320); Green value is 131 (51.56% from 255 or 40.94% from 320); Blue value is 149 (58.59% from 255 or 46.56% from 320); Max value from RGB is 149 - color contains mainly: blue. Hex color #288395 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288395 is #D77C6A. Grayscale: #696969. Windows color (decimal): -14122091 or 9798440. OLE color: 9798440.
HSL color Cylindrical-coordinate representation of color #288395: hue angle of 189.91º 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 #288395 is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 131 | 149 | - |
| CMYK | 0.73 | 0.12 | 0 | 0.42 |
| HSL | 189.91º | 0.58% | 0.37% | - |
| HSV(B) | 189.91º | 0.73% | 0.58% | - |
| XYZ | 14.42 | 18.85 | 31.31 | - |
| YUV | 105.84 | 152.35 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 131 | 149 | 0.73 | 0.12 | 0 | 0.42 | 189.91 | 0.58 | 0.37 |
| Hex | 28 | 83 | 95 | 49 | C | 0 | 2A | BE | 3A | 25 |
| Octal | 50 | 203 | 225 | 111 | 14 | 0 | 52 | 276 | 72 | 45 |
| Binary | 101000 | 10000011 | 10010101 | 1001001 | 1100 | 0 | 101010 | 10111110 | 111010 | 100101 |
Color Harmonies of #288395
Complementary color
Monochromatic Colors of #288395
Black with #288395
Text Example
Text Example
White with #288395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288395; }
p { color: rgb(40,131,149); }
H1.HeaderClassName
{
color: #288395;
}
.AnyTagClassName
{
color: #288395;
}
</style>
background-color css
<style>
a { background-color: #288395; }
a { background-color: rgb(40,131,149); }
div.DivClassName
{
background-color: #288395;
}
.BgClassName
{
background-color: #288395;
}
</style>
border-color css
<style>
span { border-color: #288395; }
span { border-color: rgb(40,131,149); }
td.TdClassName
{
border-color: #288395;
}
.TagClassName
{
border-color: #288395;
}
</style>