#20739C

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

Shades of Lochmara #20739C

Tints of Lochmara #20739C

Color information

#20739C (or 0x20739C) is unknown color: approx Lochmara. HEX triplet: 20, 73 and 9C. RGB value is (32,115,156). Sum of RGB (Red+Green+Blue) = 32+115+156=303 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.56% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 156 (61.33% from 255 or 51.49% from 303); Max value from RGB is 156 - color contains mainly: blue. Hex color #20739C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20739C is #DF8C63. Grayscale: #5E5E5E. Windows color (decimal): -14650468 or 10253088. OLE color: 10253088.

HSL color Cylindrical-coordinate representation of color #20739C: hue angle of 199.84º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20739C is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB32115156-
CMYK0.790.2600.39
HSL199.84º65.96%36.86%-
HSV(B)199.84º79.49%61.18%-
XYZ12.7314.9733.67-
YUV94.86162.583.17-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.56%
GREEN value IS 115 (45.31% from 255) = 37.95%
BLUE value IS 156 (61.33% from 255) = 51.49%
R=10.56%
G=37.95%
B=51.49%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal321151560.790.2600.39199.8465.9636.86
Hex20739C4F1A027c84225
Octal401632341173204731010245
Binary1000001110011100111001001111110100100111110010001000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20739C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20739C; }

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

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

<style>
 a { background-color: #20739C; }

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

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

<style>
 span { border-color: #20739C; }

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

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