#2073AA

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

Shades of Lochmara #2073AA

Tints of Lochmara #2073AA

Color information

#2073AA (or 0x2073AA) is unknown color: approx Lochmara. HEX triplet: 20, 73 and AA. RGB value is (32,115,170). Sum of RGB (Red+Green+Blue) = 32+115+170=317 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.09% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 170 (66.80% from 255 or 53.63% from 317); Max value from RGB is 170 - color contains mainly: blue. Hex color #2073AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2073AA is #DF8C55. Grayscale: #606060. Windows color (decimal): -14650454 or 11170592. OLE color: 11170592.

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

Color convert

RGB32115170-
CMYK0.810.3200.33
HSL203.91º68.32%39.61%-
HSV(B)203.91º81.18%66.67%-
XYZ13.9815.4740.28-
YUV96.45169.582.03-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.09%
GREEN value IS 115 (45.31% from 255) = 36.28%
BLUE value IS 170 (66.80% from 255) = 53.63%
R=10.09%
G=36.28%
B=53.63%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal321151700.810.3200.33203.9168.3239.61
Hex2073AA5120021cc4428
Octal401632521214004131410450
Binary10000011100111010101010100011000000100001110011001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2073AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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