#20679A

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

Shades of Lochmara #20679A

Tints of Lochmara #20679A

Color information

#20679A (or 0x20679A) is unknown color: approx Lochmara. HEX triplet: 20, 67 and 9A. RGB value is (32,103,154). Sum of RGB (Red+Green+Blue) = 32+103+154=289 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.07% from 289); Green value is 103 (40.62% from 255 or 35.64% from 289); Blue value is 154 (60.55% from 255 or 53.29% from 289); Max value from RGB is 154 - color contains mainly: blue. Hex color #20679A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20679A is #DF9865. Grayscale: #575757. Windows color (decimal): -14653542 or 10118944. OLE color: 10118944.

HSL color Cylindrical-coordinate representation of color #20679A: hue angle of 205.08º 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 #20679A is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB32103154-
CMYK0.790.3300.40
HSL205.08º65.59%36.47%-
HSV(B)205.08º79.22%60.39%-
XYZ11.2812.3432.36-
YUV87.58165.4888.35-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.07%
GREEN value IS 103 (40.62% from 255) = 35.64%
BLUE value IS 154 (60.55% from 255) = 53.29%
R=11.07%
G=35.64%
B=53.29%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal321031540.790.3300.40205.0865.5936.47
Hex20679A4F21028cd4224
Octal401472321174105031510244
Binary10000011001111001101010011111000010101000110011011000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20679A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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