Shades of Scooter #20879B
Tints of Scooter #20879B
RGB
CMYK
RGB Variations
Color information
#20879B (or 0x20879B) is known color: Scooter. HEX triplet: 20, 87 and 9B. RGB value is (32,135,155). Sum of RGB (Red+Green+Blue) = 32+135+155=322 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.94% from 322); Green value is 135 (53.12% from 255 or 41.93% from 322); Blue value is 155 (60.94% from 255 or 48.14% from 322); Max value from RGB is 155 - color contains mainly: blue. Hex color #20879B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20879B is #DF7864. Grayscale: #6A6A6A. Windows color (decimal): -14645349 or 10192672. OLE color: 10192672.
HSL color Cylindrical-coordinate representation of color #20879B: hue angle of 189.76º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20879B is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 32 | 135 | 155 | - |
| CMYK | 0.79 | 0.13 | 0 | 0.39 |
| HSL | 189.76º | 0.66% | 0.37% | - |
| HSV(B) | 189.76º | 0.79% | 0.61% | - |
| XYZ | 15.18 | 20 | 34.07 | - |
| YUV | 106.48 | 155.38 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 135 | 155 | 0.79 | 0.13 | 0 | 0.39 | 189.76 | 0.66 | 0.37 |
| Hex | 20 | 87 | 9B | 4F | D | 0 | 27 | BE | 42 | 25 |
| Octal | 40 | 207 | 233 | 117 | 15 | 0 | 47 | 276 | 102 | 45 |
| Binary | 100000 | 10000111 | 10011011 | 1001111 | 1101 | 0 | 100111 | 10111110 | 1000010 | 100101 |
Color Harmonies of #20879B
Complementary color
Monochromatic Colors of #20879B
Black with #20879B
Text Example
Text Example
White with #20879B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20879B; }
p { color: rgb(32,135,155); }
H1.HeaderClassName
{
color: #20879B;
}
.AnyTagClassName
{
color: #20879B;
}
</style>
background-color css
<style>
a { background-color: #20879B; }
a { background-color: rgb(32,135,155); }
div.DivClassName
{
background-color: #20879B;
}
.BgClassName
{
background-color: #20879B;
}
</style>
border-color css
<style>
span { border-color: #20879B; }
span { border-color: rgb(32,135,155); }
td.TdClassName
{
border-color: #20879B;
}
.TagClassName
{
border-color: #20879B;
}
</style>