Shades of Scooter #20849C
Tints of Scooter #20849C
RGB
CMYK
RGB Variations
Color information
#20849C (or 0x20849C) is known color: Scooter. HEX triplet: 20, 84 and 9C. RGB value is (32,132,156). Sum of RGB (Red+Green+Blue) = 32+132+156=320 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 156 (61.33% from 255 or 48.75% from 320); Max value from RGB is 156 - color contains mainly: blue. Hex color #20849C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20849C is #DF7B63. Grayscale: #686868. Windows color (decimal): -14646116 or 10257440. OLE color: 10257440.
HSL color Cylindrical-coordinate representation of color #20849C: hue angle of 191.61º 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 #20849C is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 32 | 132 | 156 | - |
| CMYK | 0.79 | 0.15 | 0 | 0.39 |
| HSL | 191.61º | 0.66% | 0.37% | - |
| HSV(B) | 191.61º | 0.79% | 0.61% | - |
| XYZ | 14.85 | 19.21 | 34.38 | - |
| YUV | 104.84 | 156.87 | 76.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 132 | 156 | 0.79 | 0.15 | 0 | 0.39 | 191.61 | 0.66 | 0.37 |
| Hex | 20 | 84 | 9C | 4F | F | 0 | 27 | C0 | 42 | 25 |
| Octal | 40 | 204 | 234 | 117 | 17 | 0 | 47 | 300 | 102 | 45 |
| Binary | 100000 | 10000100 | 10011100 | 1001111 | 1111 | 0 | 100111 | 11000000 | 1000010 | 100101 |
Color Harmonies of #20849C
Complementary color
Monochromatic Colors of #20849C
Black with #20849C
Text Example
Text Example
White with #20849C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20849C; }
p { color: rgb(32,132,156); }
H1.HeaderClassName
{
color: #20849C;
}
.AnyTagClassName
{
color: #20849C;
}
</style>
background-color css
<style>
a { background-color: #20849C; }
a { background-color: rgb(32,132,156); }
div.DivClassName
{
background-color: #20849C;
}
.BgClassName
{
background-color: #20849C;
}
</style>
border-color css
<style>
span { border-color: #20849C; }
span { border-color: rgb(32,132,156); }
td.TdClassName
{
border-color: #20849C;
}
.TagClassName
{
border-color: #20849C;
}
</style>