Html Css Color HEX #20779D Lochmara

📋 copy color: '#20779D'

red 32 ◦ green 119 ◦ blue 157

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

Shades of Lochmara #20779D

Tints of Lochmara #20779D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.64%

 BLUE value IS 157 (61.72% from 255) = 50.97%

R = 10.39%
G = 38.64%
B = 50.97%

CMYK

 C value IS 0.80

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20779D (or 0x20779D) is known color: Lochmara. HEX triplet: 20, 77 and 9D. RGB value is (32,119,157). Sum of RGB (Red+Green+Blue) = 32+119+157=308 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.39% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 157 (61.72% from 255 or 50.97% from 308); Max value from RGB is 157 - color contains mainly: blue. Hex color #20779D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20779D is #DF8862. Grayscale: #616161. Windows color (decimal): -14649443 or 10319648. OLE color: 10319648.

HSL color Cylindrical-coordinate representation of color #20779D: hue angle of 198.24º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20779D is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 32 119 157 -
CMYK 0.80 0.24 0 0.38
HSL 198.24º 0.66% 0.37% -
HSV(B) 198.24º 0.8% 0.62% -
XYZ 13.28 15.94 34.27 -
YUV 97.32 161.68 81.41 -
System Red Green Blue C M Y K H S L
Decimal 32 119 157 0.80 0.24 0 0.38 198.24 0.66 0.37
Hex 20 77 9D 50 18 0 26 C6 42 25
Octal 40 167 235 120 30 0 46 306 102 45
Binary 100000 1110111 10011101 1010000 11000 0 100110 11000110 1000010 100101

Color Harmonies of #20779D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20779D

Black with #20779D

Text Example


Text Example

White with #20779D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20779D; }

 p { color: rgb(32,119,157); }

 H1.HeaderClassName
 {
   color: #20779D;
 }
 .AnyTagClassName
 {
   color: #20779D;
 }
</style>

background-color css

<style>
 a { background-color: #20779D; }

 a { background-color: rgb(32,119,157); }

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

border-color css

<style>
 span { border-color: #20779D; }

 span { border-color: rgb(32,119,157); }

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