Shades of Scooter #288698
Tints of Scooter #288698
RGB
CMYK
RGB Variations
Color information
#288698 (or 0x288698) is known color: Scooter. HEX triplet: 28, 86 and 98. RGB value is (40,134,152). Sum of RGB (Red+Green+Blue) = 40+134+152=326 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.27% from 326); Green value is 134 (52.73% from 255 or 41.10% from 326); Blue value is 152 (59.77% from 255 or 46.63% from 326); Max value from RGB is 152 - color contains mainly: blue. Hex color #288698 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288698 is #D77967. Grayscale: #6B6B6B. Windows color (decimal): -14121320 or 9995816. OLE color: 9995816.
HSL color Cylindrical-coordinate representation of color #288698: hue angle of 189.64º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #288698 is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 134 | 152 | - |
| CMYK | 0.74 | 0.12 | 0 | 0.40 |
| HSL | 189.64º | 0.58% | 0.38% | - |
| HSV(B) | 189.64º | 0.74% | 0.6% | - |
| XYZ | 15.07 | 19.77 | 32.73 | - |
| YUV | 107.95 | 152.86 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 134 | 152 | 0.74 | 0.12 | 0 | 0.40 | 189.64 | 0.58 | 0.38 |
| Hex | 28 | 86 | 98 | 4A | C | 0 | 28 | BE | 3A | 26 |
| Octal | 50 | 206 | 230 | 112 | 14 | 0 | 50 | 276 | 72 | 46 |
| Binary | 101000 | 10000110 | 10011000 | 1001010 | 1100 | 0 | 101000 | 10111110 | 111010 | 100110 |
Color Harmonies of #288698
Complementary color
Monochromatic Colors of #288698
Black with #288698
Text Example
Text Example
White with #288698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288698; }
p { color: rgb(40,134,152); }
H1.HeaderClassName
{
color: #288698;
}
.AnyTagClassName
{
color: #288698;
}
</style>
background-color css
<style>
a { background-color: #288698; }
a { background-color: rgb(40,134,152); }
div.DivClassName
{
background-color: #288698;
}
.BgClassName
{
background-color: #288698;
}
</style>
border-color css
<style>
span { border-color: #288698; }
span { border-color: rgb(40,134,152); }
td.TdClassName
{
border-color: #288698;
}
.TagClassName
{
border-color: #288698;
}
</style>