#2073A6

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

Shades of Lochmara #2073A6

Tints of Lochmara #2073A6

Color information

#2073A6 (or 0x2073A6) is unknown color: approx Lochmara. HEX triplet: 20, 73 and A6. RGB value is (32,115,166). Sum of RGB (Red+Green+Blue) = 32+115+166=313 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.22% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 166 (65.23% from 255 or 53.04% from 313); Max value from RGB is 166 - color contains mainly: blue. Hex color #2073A6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2073A6 is #DF8C59. Grayscale: #5F5F5F. Windows color (decimal): -14650458 or 10908448. OLE color: 10908448.

HSL color Cylindrical-coordinate representation of color #2073A6: hue angle of 202.84º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2073A6 is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB32115166-
CMYK0.810.3100.35
HSL202.84º67.68%38.82%-
HSV(B)202.84º80.72%65.1%-
XYZ13.6115.3238.32-
YUV96167.582.35-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.22%
GREEN value IS 115 (45.31% from 255) = 36.74%
BLUE value IS 166 (65.23% from 255) = 53.04%
R=10.22%
G=36.74%
B=53.04%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal321151660.810.3100.35202.8467.6838.82
Hex2073A6511F023cb4427
Octal401632461213704331310447
Binary1000001110011101001101010001111110100011110010111000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2073A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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