Shades of Scooter #288694
Tints of Scooter #288694
RGB
CMYK
RGB Variations
Color information
#288694 (or 0x288694) is known color: Scooter. HEX triplet: 28, 86 and 94. RGB value is (40,134,148). Sum of RGB (Red+Green+Blue) = 40+134+148=322 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.42% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 148 (58.20% from 255 or 45.96% from 322); Max value from RGB is 148 - color contains mainly: blue. Hex color #288694 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288694 is #D7796B. Grayscale: #6B6B6B. Windows color (decimal): -14121324 or 9733672. OLE color: 9733672.
HSL color Cylindrical-coordinate representation of color #288694: hue angle of 187.78º 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 #288694 is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 134 | 148 | - |
| CMYK | 0.73 | 0.09 | 0 | 0.42 |
| HSL | 187.78º | 0.57% | 0.37% | - |
| HSV(B) | 187.78º | 0.73% | 0.58% | - |
| XYZ | 14.75 | 19.64 | 31.03 | - |
| YUV | 107.49 | 150.86 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 134 | 148 | 0.73 | 0.09 | 0 | 0.42 | 187.78 | 0.57 | 0.37 |
| Hex | 28 | 86 | 94 | 49 | 9 | 0 | 2A | BC | 39 | 25 |
| Octal | 50 | 206 | 224 | 111 | 11 | 0 | 52 | 274 | 71 | 45 |
| Binary | 101000 | 10000110 | 10010100 | 1001001 | 1001 | 0 | 101010 | 10111100 | 111001 | 100101 |
Color Harmonies of #288694
Complementary color
Monochromatic Colors of #288694
Black with #288694
Text Example
Text Example
White with #288694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288694; }
p { color: rgb(40,134,148); }
H1.HeaderClassName
{
color: #288694;
}
.AnyTagClassName
{
color: #288694;
}
</style>
background-color css
<style>
a { background-color: #288694; }
a { background-color: rgb(40,134,148); }
div.DivClassName
{
background-color: #288694;
}
.BgClassName
{
background-color: #288694;
}
</style>
border-color css
<style>
span { border-color: #288694; }
span { border-color: rgb(40,134,148); }
td.TdClassName
{
border-color: #288694;
}
.TagClassName
{
border-color: #288694;
}
</style>