#2072B0

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

Shades of Lochmara #2072B0

Tints of Lochmara #2072B0

Color information

#2072B0 (or 0x2072B0) is unknown color: approx Lochmara. HEX triplet: 20, 72 and B0. RGB value is (32,114,176). Sum of RGB (Red+Green+Blue) = 32+114+176=322 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.94% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 176 (69.14% from 255 or 54.66% from 322); Max value from RGB is 176 - color contains mainly: blue. Hex color #2072B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2072B0 is #DF8D4F. Grayscale: #606060. Windows color (decimal): -14650704 or 11563552. OLE color: 11563552.

HSL color Cylindrical-coordinate representation of color #2072B0: hue angle of 205.83º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2072B0 is Cyan = 0.82, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB32114176-
CMYK0.820.3500.31
HSL205.83º69.23%40.78%-
HSV(B)205.83º81.82%69.02%-
XYZ14.4515.4843.3-
YUV96.55172.8381.96-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.94%
GREEN value IS 114 (44.92% from 255) = 35.40%
BLUE value IS 176 (69.14% from 255) = 54.66%
R=9.94%
G=35.40%
B=54.66%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal321141760.820.3500.31205.8369.2340.78
Hex2072B0522301Fce4529
Octal401622601224303731610551
Binary1000001110010101100001010010100011011111110011101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2072B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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