Shades of Scooter #208090
Tints of Scooter #208090
RGB
CMYK
RGB Variations
Color information
#208090 (or 0x208090) is known color: Scooter. HEX triplet: 20, 80 and 90. RGB value is (32,128,144). Sum of RGB (Red+Green+Blue) = 32+128+144=304 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.53% from 304); Green value is 128 (50.39% from 255 or 42.11% from 304); Blue value is 144 (56.64% from 255 or 47.37% from 304); Max value from RGB is 144 - color contains mainly: blue. Hex color #208090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208090 is #DF7F6F. Grayscale: #646464. Windows color (decimal): -14647152 or 9469984. OLE color: 9469984.
HSL color Cylindrical-coordinate representation of color #208090: hue angle of 188.57º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #208090 is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 128 | 144 | - |
| CMYK | 0.78 | 0.11 | 0 | 0.44 |
| HSL | 188.57º | 0.64% | 0.35% | - |
| HSV(B) | 188.57º | 0.78% | 0.56% | - |
| XYZ | 13.35 | 17.76 | 29.11 | - |
| YUV | 101.12 | 152.2 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 128 | 144 | 0.78 | 0.11 | 0 | 0.44 | 188.57 | 0.64 | 0.35 |
| Hex | 20 | 80 | 90 | 4E | B | 0 | 2C | BD | 40 | 23 |
| Octal | 40 | 200 | 220 | 116 | 13 | 0 | 54 | 275 | 100 | 43 |
| Binary | 100000 | 10000000 | 10010000 | 1001110 | 1011 | 0 | 101100 | 10111101 | 1000000 | 100011 |
Color Harmonies of #208090
Complementary color
Monochromatic Colors of #208090
Black with #208090
Text Example
Text Example
White with #208090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208090; }
p { color: rgb(32,128,144); }
H1.HeaderClassName
{
color: #208090;
}
.AnyTagClassName
{
color: #208090;
}
</style>
background-color css
<style>
a { background-color: #208090; }
a { background-color: rgb(32,128,144); }
div.DivClassName
{
background-color: #208090;
}
.BgClassName
{
background-color: #208090;
}
</style>
border-color css
<style>
span { border-color: #208090; }
span { border-color: rgb(32,128,144); }
td.TdClassName
{
border-color: #208090;
}
.TagClassName
{
border-color: #208090;
}
</style>