Shades of Scooter #2082A4
Tints of Scooter #2082A4
RGB
CMYK
RGB Variations
Color information
#2082A4 (or 0x2082A4) is known color: Scooter. HEX triplet: 20, 82 and A4. RGB value is (32,130,164). Sum of RGB (Red+Green+Blue) = 32+130+164=326 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.82% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 164 (64.45% from 255 or 50.31% from 326); Max value from RGB is 164 - color contains mainly: blue. Hex color #2082A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2082A4 is #DF7D5B. Grayscale: #686868. Windows color (decimal): -14646620 or 10781216. OLE color: 10781216.
HSL color Cylindrical-coordinate representation of color #2082A4: hue angle of 195.45º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2082A4 is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 32 | 130 | 164 | - |
| CMYK | 0.80 | 0.21 | 0 | 0.36 |
| HSL | 195.45º | 0.67% | 0.38% | - |
| HSV(B) | 195.45º | 0.8% | 0.64% | - |
| XYZ | 15.28 | 18.95 | 37.97 | - |
| YUV | 104.57 | 161.53 | 76.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 130 | 164 | 0.80 | 0.21 | 0 | 0.36 | 195.45 | 0.67 | 0.38 |
| Hex | 20 | 82 | A4 | 50 | 15 | 0 | 24 | C3 | 43 | 26 |
| Octal | 40 | 202 | 244 | 120 | 25 | 0 | 44 | 303 | 103 | 46 |
| Binary | 100000 | 10000010 | 10100100 | 1010000 | 10101 | 0 | 100100 | 11000011 | 1000011 | 100110 |
Color Harmonies of #2082A4
Complementary color
Monochromatic Colors of #2082A4
Black with #2082A4
Text Example
Text Example
White with #2082A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2082A4; }
p { color: rgb(32,130,164); }
H1.HeaderClassName
{
color: #2082A4;
}
.AnyTagClassName
{
color: #2082A4;
}
</style>
background-color css
<style>
a { background-color: #2082A4; }
a { background-color: rgb(32,130,164); }
div.DivClassName
{
background-color: #2082A4;
}
.BgClassName
{
background-color: #2082A4;
}
</style>
border-color css
<style>
span { border-color: #2082A4; }
span { border-color: rgb(32,130,164); }
td.TdClassName
{
border-color: #2082A4;
}
.TagClassName
{
border-color: #2082A4;
}
</style>