Html Css Color HEX #20689C Lochmara

📋 copy color: '#20689C'

red 32 ◦ green 104 ◦ blue 156

#20689C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochmara #20689C

Tints of Lochmara #20689C

RGB

 RED value IS 32 (12.89% from 255) = 10.96%

 GREEN value IS 104 (41.02% from 255) = 35.62%

 BLUE value IS 156 (61.33% from 255) = 53.42%

R = 10.96%
G = 35.62%
B = 53.42%

CMYK

 C value IS 0.79

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#20689C (or 0x20689C) is known color: Lochmara. HEX triplet: 20, 68 and 9C. RGB value is (32,104,156). Sum of RGB (Red+Green+Blue) = 32+104+156=292 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.96% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 156 (61.33% from 255 or 53.42% from 292); Max value from RGB is 156 - color contains mainly: blue. Hex color #20689C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20689C is #DF9763. Grayscale: #585858. Windows color (decimal): -14653284 or 10250272. OLE color: 10250272.

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

Color convert

RGB 32 104 156 -
CMYK 0.79 0.33 0 0.39
HSL 205.16º 0.66% 0.37% -
HSV(B) 205.16º 0.79% 0.61% -
XYZ 11.55 12.61 33.28 -
YUV 88.4 166.15 87.77 -
System Red Green Blue C M Y K H S L
Decimal 32 104 156 0.79 0.33 0 0.39 205.16 0.66 0.37
Hex 20 68 9C 4F 21 0 27 CD 42 25
Octal 40 150 234 117 41 0 47 315 102 45
Binary 100000 1101000 10011100 1001111 100001 0 100111 11001101 1000010 100101

Color Harmonies of #20689C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20689C

Black with #20689C

Text Example


Text Example

White with #20689C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #20689C;
 }
 .AnyTagClassName
 {
   color: #20689C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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