#20749C

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

Shades of Lochmara #20749C

Tints of Lochmara #20749C

Color information

#20749C (or 0x20749C) is unknown color: approx Lochmara. HEX triplet: 20, 74 and 9C. RGB value is (32,116,156). Sum of RGB (Red+Green+Blue) = 32+116+156=304 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.53% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 156 (61.33% from 255 or 51.32% from 304); Max value from RGB is 156 - color contains mainly: blue. Hex color #20749C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20749C is #DF8B63. Grayscale: #5F5F5F. Windows color (decimal): -14650212 or 10253344. OLE color: 10253344.

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

Color convert

RGB32116156-
CMYK0.790.2600.39
HSL199.35º65.96%36.86%-
HSV(B)199.35º79.49%61.18%-
XYZ12.8415.233.71-
YUV95.44162.1782.75-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.53%
GREEN value IS 116 (45.70% from 255) = 38.16%
BLUE value IS 156 (61.33% from 255) = 51.32%
R=10.53%
G=38.16%
B=51.32%

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
Decimal321161560.790.2600.39199.3565.9636.86
Hex20749C4F1A027c74225
Octal401642341173204730710245
Binary1000001110100100111001001111110100100111110001111000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20749C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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