Shades of Scooter #288793
Tints of Scooter #288793
RGB
CMYK
RGB Variations
Color information
#288793 (or 0x288793) is known color: Scooter. HEX triplet: 28, 87 and 93. RGB value is (40,135,147). Sum of RGB (Red+Green+Blue) = 40+135+147=322 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.42% from 322); Green value is 135 (53.12% from 255 or 41.93% from 322); Blue value is 147 (57.81% from 255 or 45.65% from 322); Max value from RGB is 147 - color contains mainly: blue. Hex color #288793 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288793 is #D7786C. Grayscale: #6B6B6B. Windows color (decimal): -14121069 or 9668392. OLE color: 9668392.
HSL color Cylindrical-coordinate representation of color #288793: hue angle of 186.73º 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 #288793 is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 135 | 147 | - |
| CMYK | 0.73 | 0.08 | 0 | 0.42 |
| HSL | 186.73º | 0.57% | 0.37% | - |
| HSV(B) | 186.73º | 0.73% | 0.58% | - |
| XYZ | 14.81 | 19.89 | 30.66 | - |
| YUV | 107.96 | 150.03 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 135 | 147 | 0.73 | 0.08 | 0 | 0.42 | 186.73 | 0.57 | 0.37 |
| Hex | 28 | 87 | 93 | 49 | 8 | 0 | 2A | BB | 39 | 25 |
| Octal | 50 | 207 | 223 | 111 | 10 | 0 | 52 | 273 | 71 | 45 |
| Binary | 101000 | 10000111 | 10010011 | 1001001 | 1000 | 0 | 101010 | 10111011 | 111001 | 100101 |
Color Harmonies of #288793
Complementary color
Monochromatic Colors of #288793
Black with #288793
Text Example
Text Example
White with #288793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288793; }
p { color: rgb(40,135,147); }
H1.HeaderClassName
{
color: #288793;
}
.AnyTagClassName
{
color: #288793;
}
</style>
background-color css
<style>
a { background-color: #288793; }
a { background-color: rgb(40,135,147); }
div.DivClassName
{
background-color: #288793;
}
.BgClassName
{
background-color: #288793;
}
</style>
border-color css
<style>
span { border-color: #288793; }
span { border-color: rgb(40,135,147); }
td.TdClassName
{
border-color: #288793;
}
.TagClassName
{
border-color: #288793;
}
</style>