Shades of Scooter #288593
Tints of Scooter #288593
RGB
CMYK
RGB Variations
Color information
#288593 (or 0x288593) is known color: Scooter. HEX triplet: 28, 85 and 93. RGB value is (40,133,147). Sum of RGB (Red+Green+Blue) = 40+133+147=320 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.5% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 147 (57.81% from 255 or 45.94% from 320); Max value from RGB is 147 - color contains mainly: blue. Hex color #288593 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288593 is #D77A6C. Grayscale: #6A6A6A. Windows color (decimal): -14121581 or 9667880. OLE color: 9667880.
HSL color Cylindrical-coordinate representation of color #288593: hue angle of 187.85º degrees, saturation: 0.57, 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 #288593 is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 133 | 147 | - |
| CMYK | 0.73 | 0.10 | 0 | 0.42 |
| HSL | 187.85º | 0.57% | 0.37% | - |
| HSV(B) | 187.85º | 0.73% | 0.58% | - |
| XYZ | 14.53 | 19.33 | 30.57 | - |
| YUV | 106.79 | 150.69 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 133 | 147 | 0.73 | 0.10 | 0 | 0.42 | 187.85 | 0.57 | 0.37 |
| Hex | 28 | 85 | 93 | 49 | A | 0 | 2A | BC | 39 | 25 |
| Octal | 50 | 205 | 223 | 111 | 12 | 0 | 52 | 274 | 71 | 45 |
| Binary | 101000 | 10000101 | 10010011 | 1001001 | 1010 | 0 | 101010 | 10111100 | 111001 | 100101 |
Color Harmonies of #288593
Complementary color
Monochromatic Colors of #288593
Black with #288593
Text Example
Text Example
White with #288593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288593; }
p { color: rgb(40,133,147); }
H1.HeaderClassName
{
color: #288593;
}
.AnyTagClassName
{
color: #288593;
}
</style>
background-color css
<style>
a { background-color: #288593; }
a { background-color: rgb(40,133,147); }
div.DivClassName
{
background-color: #288593;
}
.BgClassName
{
background-color: #288593;
}
</style>
border-color css
<style>
span { border-color: #288593; }
span { border-color: rgb(40,133,147); }
td.TdClassName
{
border-color: #288593;
}
.TagClassName
{
border-color: #288593;
}
</style>