#20729C

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

Shades of Lochmara #20729C

Tints of Lochmara #20729C

Color information

#20729C (or 0x20729C) is unknown color: approx Lochmara. HEX triplet: 20, 72 and 9C. RGB value is (32,114,156). Sum of RGB (Red+Green+Blue) = 32+114+156=302 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.60% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 156 (61.33% from 255 or 51.66% from 302); Max value from RGB is 156 - color contains mainly: blue. Hex color #20729C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20729C is #DF8D63. Grayscale: #5E5E5E. Windows color (decimal): -14650724 or 10252832. OLE color: 10252832.

HSL color Cylindrical-coordinate representation of color #20729C: hue angle of 200.32º 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 #20729C is Cyan = 0.79, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB32114156-
CMYK0.790.2700.39
HSL200.32º65.96%36.86%-
HSV(B)200.32º79.49%61.18%-
XYZ12.6114.7433.63-
YUV94.27162.8383.58-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.60%
GREEN value IS 114 (44.92% from 255) = 37.75%
BLUE value IS 156 (61.33% from 255) = 51.66%
R=10.60%
G=37.75%
B=51.66%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal321141560.790.2700.39200.3265.9636.86
Hex20729C4F1B027c84225
Octal401622341173304731010245
Binary1000001110010100111001001111110110100111110010001000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20729C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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