Shades of Denim #2062AA
Tints of Denim #2062AA
RGB
CMYK
RGB Variations
Color information
#2062AA (or 0x2062AA) is known color: Denim. HEX triplet: 20, 62 and AA. RGB value is (32,98,170). Sum of RGB (Red+Green+Blue) = 32+98+170=300 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.67% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #2062AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2062AA is #DF9D55. Grayscale: #565656. Windows color (decimal): -14654806 or 11166240. OLE color: 11166240.
HSL color Cylindrical-coordinate representation of color #2062AA: hue angle of 211.3º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2062AA is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 98 | 170 | - |
| CMYK | 0.81 | 0.42 | 0 | 0.33 |
| HSL | 211.3º | 0.68% | 0.4% | - |
| HSV(B) | 211.3º | 0.81% | 0.67% | - |
| XYZ | 12.22 | 11.94 | 39.69 | - |
| YUV | 86.47 | 175.13 | 89.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 98 | 170 | 0.81 | 0.42 | 0 | 0.33 | 211.3 | 0.68 | 0.4 |
| Hex | 20 | 62 | AA | 51 | 2A | 0 | 21 | D3 | 44 | 28 |
| Octal | 40 | 142 | 252 | 121 | 52 | 0 | 41 | 323 | 104 | 50 |
| Binary | 100000 | 1100010 | 10101010 | 1010001 | 101010 | 0 | 100001 | 11010011 | 1000100 | 101000 |
Color Harmonies of #2062AA
Complementary color
Monochromatic Colors of #2062AA
Black with #2062AA
Text Example
Text Example
White with #2062AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2062AA; }
p { color: rgb(32,98,170); }
H1.HeaderClassName
{
color: #2062AA;
}
.AnyTagClassName
{
color: #2062AA;
}
</style>
background-color css
<style>
a { background-color: #2062AA; }
a { background-color: rgb(32,98,170); }
div.DivClassName
{
background-color: #2062AA;
}
.BgClassName
{
background-color: #2062AA;
}
</style>
border-color css
<style>
span { border-color: #2062AA; }
span { border-color: rgb(32,98,170); }
td.TdClassName
{
border-color: #2062AA;
}
.TagClassName
{
border-color: #2062AA;
}
</style>