#2062AA

Color #2062AA Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #2062AA

Tints of Denim #2062AA

Color information

#2062AA (or 0x2062AA) is unknown color: approx 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

RGB3298170-
CMYK0.810.4200.33
HSL211.3º68.32%39.61%-
HSV(B)211.3º81.18%66.67%-
XYZ12.2211.9439.69-
YUV86.47175.1389.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 32 (12.89% from 255) = 10.67%
GREEN value IS 98 (38.67% from 255) = 32.67%
BLUE value IS 170 (66.80% from 255) = 56.67%
R=10.67%
G=32.67%
B=56.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal32981700.810.4200.33211.368.3239.61
Hex2062AA512A021d34428
Octal401422521215204132310450
Binary10000011000101010101010100011010100100001110100111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2062AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>