Shades of Scooter #288393
Tints of Scooter #288393
RGB
CMYK
RGB Variations
Color information
#288393 (or 0x288393) is known color: Scooter. HEX triplet: 28, 83 and 93. RGB value is (40,131,147). Sum of RGB (Red+Green+Blue) = 40+131+147=318 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.58% from 318); Green value is 131 (51.56% from 255 or 41.19% from 318); Blue value is 147 (57.81% from 255 or 46.23% from 318); Max value from RGB is 147 - color contains mainly: blue. Hex color #288393 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288393 is #D77C6C. Grayscale: #696969. Windows color (decimal): -14122093 or 9667368. OLE color: 9667368.
HSL color Cylindrical-coordinate representation of color #288393: hue angle of 188.97º 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 #288393 is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 131 | 147 | - |
| CMYK | 0.73 | 0.11 | 0 | 0.42 |
| HSL | 188.97º | 0.57% | 0.37% | - |
| HSV(B) | 188.97º | 0.73% | 0.58% | - |
| XYZ | 14.26 | 18.79 | 30.48 | - |
| YUV | 105.62 | 151.35 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 131 | 147 | 0.73 | 0.11 | 0 | 0.42 | 188.97 | 0.57 | 0.37 |
| Hex | 28 | 83 | 93 | 49 | B | 0 | 2A | BD | 39 | 25 |
| Octal | 50 | 203 | 223 | 111 | 13 | 0 | 52 | 275 | 71 | 45 |
| Binary | 101000 | 10000011 | 10010011 | 1001001 | 1011 | 0 | 101010 | 10111101 | 111001 | 100101 |
Color Harmonies of #288393
Complementary color
Monochromatic Colors of #288393
Black with #288393
Text Example
Text Example
White with #288393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288393; }
p { color: rgb(40,131,147); }
H1.HeaderClassName
{
color: #288393;
}
.AnyTagClassName
{
color: #288393;
}
</style>
background-color css
<style>
a { background-color: #288393; }
a { background-color: rgb(40,131,147); }
div.DivClassName
{
background-color: #288393;
}
.BgClassName
{
background-color: #288393;
}
</style>
border-color css
<style>
span { border-color: #288393; }
span { border-color: rgb(40,131,147); }
td.TdClassName
{
border-color: #288393;
}
.TagClassName
{
border-color: #288393;
}
</style>