Html Css Color HEX #20769C Lochmara

📋 copy color: '#20769C'

red 32 ◦ green 118 ◦ blue 156

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

Shades of Lochmara #20769C

Tints of Lochmara #20769C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.56%

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

R = 10.46%
G = 38.56%
B = 50.98%

CMYK

 C value IS 0.79

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#20769C (or 0x20769C) is known color: Lochmara. HEX triplet: 20, 76 and 9C. RGB value is (32,118,156). Sum of RGB (Red+Green+Blue) = 32+118+156=306 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.46% from 306); Green value is 118 (46.48% from 255 or 38.56% from 306); Blue value is 156 (61.33% from 255 or 50.98% from 306); Max value from RGB is 156 - color contains mainly: blue. Hex color #20769C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20769C is #DF8963. Grayscale: #606060. Windows color (decimal): -14649700 or 10253856. OLE color: 10253856.

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

Color convert

RGB 32 118 156 -
CMYK 0.79 0.24 0 0.39
HSL 198.39º 0.66% 0.37% -
HSV(B) 198.39º 0.79% 0.61% -
XYZ 13.07 15.66 33.79 -
YUV 96.62 161.51 81.91 -
System Red Green Blue C M Y K H S L
Decimal 32 118 156 0.79 0.24 0 0.39 198.39 0.66 0.37
Hex 20 76 9C 4F 18 0 27 C6 42 25
Octal 40 166 234 117 30 0 47 306 102 45
Binary 100000 1110110 10011100 1001111 11000 0 100111 11000110 1000010 100101

Color Harmonies of #20769C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20769C

Black with #20769C

Text Example


Text Example

White with #20769C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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