Shades of Scooter #20829A
Tints of Scooter #20829A
RGB
CMYK
RGB Variations
Color information
#20829A (or 0x20829A) is known color: Scooter. HEX triplet: 20, 82 and 9A. RGB value is (32,130,154). Sum of RGB (Red+Green+Blue) = 32+130+154=316 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.13% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 154 (60.55% from 255 or 48.73% from 316); Max value from RGB is 154 - color contains mainly: blue. Hex color #20829A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20829A is #DF7D65. Grayscale: #676767. Windows color (decimal): -14646630 or 10125856. OLE color: 10125856.
HSL color Cylindrical-coordinate representation of color #20829A: hue angle of 191.8º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20829A is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 32 | 130 | 154 | - |
| CMYK | 0.79 | 0.16 | 0 | 0.40 |
| HSL | 191.8º | 0.66% | 0.36% | - |
| HSV(B) | 191.8º | 0.79% | 0.6% | - |
| XYZ | 14.41 | 18.61 | 33.4 | - |
| YUV | 103.43 | 156.53 | 77.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 130 | 154 | 0.79 | 0.16 | 0 | 0.40 | 191.8 | 0.66 | 0.36 |
| Hex | 20 | 82 | 9A | 4F | 10 | 0 | 28 | C0 | 42 | 24 |
| Octal | 40 | 202 | 232 | 117 | 20 | 0 | 50 | 300 | 102 | 44 |
| Binary | 100000 | 10000010 | 10011010 | 1001111 | 10000 | 0 | 101000 | 11000000 | 1000010 | 100100 |
Color Harmonies of #20829A
Complementary color
Monochromatic Colors of #20829A
Black with #20829A
Text Example
Text Example
White with #20829A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20829A; }
p { color: rgb(32,130,154); }
H1.HeaderClassName
{
color: #20829A;
}
.AnyTagClassName
{
color: #20829A;
}
</style>
background-color css
<style>
a { background-color: #20829A; }
a { background-color: rgb(32,130,154); }
div.DivClassName
{
background-color: #20829A;
}
.BgClassName
{
background-color: #20829A;
}
</style>
border-color css
<style>
span { border-color: #20829A; }
span { border-color: rgb(32,130,154); }
td.TdClassName
{
border-color: #20829A;
}
.TagClassName
{
border-color: #20829A;
}
</style>