Html Css Color HEX #20689A Lochmara

📋 copy color: '#20689A'

red 32 ◦ green 104 ◦ blue 154

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

Shades of Lochmara #20689A

Tints of Lochmara #20689A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 53.1%

R = 11.03%
G = 35.86%
B = 53.1%

CMYK

 C value IS 0.79

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#20689A (or 0x20689A) is known color: Lochmara. HEX triplet: 20, 68 and 9A. RGB value is (32,104,154). Sum of RGB (Red+Green+Blue) = 32+104+154=290 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.03% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 154 (60.55% from 255 or 53.10% from 290); Max value from RGB is 154 - color contains mainly: blue. Hex color #20689A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20689A is #DF9765. Grayscale: #575757. Windows color (decimal): -14653286 or 10119200. OLE color: 10119200.

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

Color convert

RGB 32 104 154 -
CMYK 0.79 0.32 0 0.40
HSL 204.59º 0.66% 0.36% -
HSV(B) 204.59º 0.79% 0.6% -
XYZ 11.38 12.54 32.39 -
YUV 88.17 165.15 87.93 -
System Red Green Blue C M Y K H S L
Decimal 32 104 154 0.79 0.32 0 0.40 204.59 0.66 0.36
Hex 20 68 9A 4F 20 0 28 CD 42 24
Octal 40 150 232 117 40 0 50 315 102 44
Binary 100000 1101000 10011010 1001111 100000 0 101000 11001101 1000010 100100

Color Harmonies of #20689A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20689A

Black with #20689A

Text Example


Text Example

White with #20689A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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