#2072A7

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

Shades of Lochmara #2072A7

Tints of Lochmara #2072A7

Color information

#2072A7 (or 0x2072A7) is unknown color: approx Lochmara. HEX triplet: 20, 72 and A7. RGB value is (32,114,167). Sum of RGB (Red+Green+Blue) = 32+114+167=313 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.22% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 167 (65.62% from 255 or 53.35% from 313); Max value from RGB is 167 - color contains mainly: blue. Hex color #2072A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2072A7 is #DF8D58. Grayscale: #5F5F5F. Windows color (decimal): -14650713 or 10973728. OLE color: 10973728.

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

Color convert

RGB32114167-
CMYK0.810.3200.35
HSL203.56º67.84%39.02%-
HSV(B)203.56º80.84%65.49%-
XYZ13.5915.1338.76-
YUV95.52168.3382.69-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.22%
GREEN value IS 114 (44.92% from 255) = 36.42%
BLUE value IS 167 (65.62% from 255) = 53.35%
R=10.22%
G=36.42%
B=53.35%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal321141670.810.3200.35203.5667.8439.02
Hex2072A75120023cc4427
Octal401622471214004331410447
Binary10000011100101010011110100011000000100011110011001000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2072A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2072A7; }

 p { color: rgb(32,114,167); }

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

<style>
 a { background-color: #2072A7; }

 a { background-color: rgb(32,114,167); }

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

<style>
 span { border-color: #2072A7; }

 span { border-color: rgb(32,114,167); }

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