Shades of Scooter #20879D
Tints of Scooter #20879D
RGB
CMYK
RGB Variations
Color information
#20879D (or 0x20879D) is known color: Scooter. HEX triplet: 20, 87 and 9D. RGB value is (32,135,157). Sum of RGB (Red+Green+Blue) = 32+135+157=324 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.88% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 157 (61.72% from 255 or 48.46% from 324); Max value from RGB is 157 - color contains mainly: blue. Hex color #20879D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20879D is #DF7862. Grayscale: #6A6A6A. Windows color (decimal): -14645347 or 10323744. OLE color: 10323744.
HSL color Cylindrical-coordinate representation of color #20879D: hue angle of 190.56º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20879D is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 135 | 157 | - |
| CMYK | 0.80 | 0.14 | 0 | 0.38 |
| HSL | 190.56º | 0.66% | 0.37% | - |
| HSV(B) | 190.56º | 0.8% | 0.62% | - |
| XYZ | 15.35 | 20.07 | 34.96 | - |
| YUV | 106.71 | 156.38 | 74.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 135 | 157 | 0.80 | 0.14 | 0 | 0.38 | 190.56 | 0.66 | 0.37 |
| Hex | 20 | 87 | 9D | 50 | E | 0 | 26 | BF | 42 | 25 |
| Octal | 40 | 207 | 235 | 120 | 16 | 0 | 46 | 277 | 102 | 45 |
| Binary | 100000 | 10000111 | 10011101 | 1010000 | 1110 | 0 | 100110 | 10111111 | 1000010 | 100101 |
Color Harmonies of #20879D
Complementary color
Monochromatic Colors of #20879D
Black with #20879D
Text Example
Text Example
White with #20879D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20879D; }
p { color: rgb(32,135,157); }
H1.HeaderClassName
{
color: #20879D;
}
.AnyTagClassName
{
color: #20879D;
}
</style>
background-color css
<style>
a { background-color: #20879D; }
a { background-color: rgb(32,135,157); }
div.DivClassName
{
background-color: #20879D;
}
.BgClassName
{
background-color: #20879D;
}
</style>
border-color css
<style>
span { border-color: #20879D; }
span { border-color: rgb(32,135,157); }
td.TdClassName
{
border-color: #20879D;
}
.TagClassName
{
border-color: #20879D;
}
</style>