Html Css Color HEX #20739E Lochmara

📋 copy color: '#20739E'

red 32 ◦ green 115 ◦ blue 158

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

Shades of Lochmara #20739E

Tints of Lochmara #20739E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.7%

 BLUE value IS 158 (62.11% from 255) = 51.8%

R = 10.49%
G = 37.7%
B = 51.8%

CMYK

 C value IS 0.80

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20739E (or 0x20739E) is known color: Lochmara. HEX triplet: 20, 73 and 9E. RGB value is (32,115,158). Sum of RGB (Red+Green+Blue) = 32+115+158=305 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.49% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 158 (62.11% from 255 or 51.80% from 305); Max value from RGB is 158 - color contains mainly: blue. Hex color #20739E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20739E is #DF8C61. Grayscale: #5E5E5E. Windows color (decimal): -14650466 or 10384160. OLE color: 10384160.

HSL color Cylindrical-coordinate representation of color #20739E: hue angle of 200.48º 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 #20739E is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 32 115 158 -
CMYK 0.80 0.27 0 0.38
HSL 200.48º 0.66% 0.37% -
HSV(B) 200.48º 0.8% 0.62% -
XYZ 12.9 15.04 34.57 -
YUV 95.09 163.5 83 -
System Red Green Blue C M Y K H S L
Decimal 32 115 158 0.80 0.27 0 0.38 200.48 0.66 0.37
Hex 20 73 9E 50 1B 0 26 C8 42 25
Octal 40 163 236 120 33 0 46 310 102 45
Binary 100000 1110011 10011110 1010000 11011 0 100110 11001000 1000010 100101

Color Harmonies of #20739E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20739E

Black with #20739E

Text Example


Text Example

White with #20739E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20739E; }

 p { color: rgb(32,115,158); }

 H1.HeaderClassName
 {
   color: #20739E;
 }
 .AnyTagClassName
 {
   color: #20739E;
 }
</style>

background-color css

<style>
 a { background-color: #20739E; }

 a { background-color: rgb(32,115,158); }

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

border-color css

<style>
 span { border-color: #20739E; }

 span { border-color: rgb(32,115,158); }

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