#2058AA

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

Shades of Denim #2058AA

Tints of Denim #2058AA

Color information

#2058AA (or 0x2058AA) is unknown color: approx Denim. HEX triplet: 20, 58 and AA. RGB value is (32,88,170). Sum of RGB (Red+Green+Blue) = 32+88+170=290 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.03% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 170 (66.80% from 255 or 58.62% from 290); Max value from RGB is 170 - color contains mainly: blue. Hex color #2058AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2058AA is #DFA755. Grayscale: #505050. Windows color (decimal): -14657366 or 11163680. OLE color: 11163680.

HSL color Cylindrical-coordinate representation of color #2058AA: hue angle of 215.65º 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 #2058AA is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3288170-
CMYK0.810.4800.33
HSL215.65º68.32%39.61%-
HSV(B)215.65º81.18%66.67%-
XYZ11.3410.1939.4-
YUV80.6178.4593.33-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.03%
GREEN value IS 88 (34.77% from 255) = 30.34%
BLUE value IS 170 (66.80% from 255) = 58.62%
R=11.03%
G=30.34%
B=58.62%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal32881700.810.4800.33215.6568.3239.61
Hex2058AA5130021d84428
Octal401302521216004133010450
Binary10000010110001010101010100011100000100001110110001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2058AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2058AA; }

 p { color: rgb(32,88,170); }

 H1.HeaderClassName
 {
   color: #2058AA;
 }
 .AnyTagClassName
 {
   color: #2058AA;
 }
</style>
background-color css

<style>
 a { background-color: #2058AA; }

 a { background-color: rgb(32,88,170); }

 div.DivClassName
 {
   background-color: #2058AA;
 }
 .BgClassName
 {
   background-color: #2058AA;
 }
</style>
border-color css

<style>
 span { border-color: #2058AA; }

 span { border-color: rgb(32,88,170); }

 td.TdClassName
 {
   border-color: #2058AA;
 }
 .TagClassName
 {
   border-color: #2058AA;
 }
</style>