#20739A

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

Shades of Lochmara #20739A

Tints of Lochmara #20739A

Color information

#20739A (or 0x20739A) is unknown color: approx Lochmara. HEX triplet: 20, 73 and 9A. RGB value is (32,115,154). Sum of RGB (Red+Green+Blue) = 32+115+154=301 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.63% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 154 (60.55% from 255 or 51.16% from 301); Max value from RGB is 154 - color contains mainly: blue. Hex color #20739A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20739A is #DF8C65. Grayscale: #5E5E5E. Windows color (decimal): -14650470 or 10122016. OLE color: 10122016.

HSL color Cylindrical-coordinate representation of color #20739A: hue angle of 199.18º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20739A is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB32115154-
CMYK0.790.2500.40
HSL199.18º65.59%36.47%-
HSV(B)199.18º79.22%60.39%-
XYZ12.5614.932.79-
YUV94.63161.583.33-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.63%
GREEN value IS 115 (45.31% from 255) = 38.21%
BLUE value IS 154 (60.55% from 255) = 51.16%
R=10.63%
G=38.21%
B=51.16%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal321151540.790.2500.40199.1865.5936.47
Hex20739A4F19028c74224
Octal401632321173105030710244
Binary1000001110011100110101001111110010101000110001111000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20739A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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