Color Hex Logo

#20737c Color Hex

#20737C
(32,115,124)
0 Favorites   0 Comments

Color spaces of #20737c

RGB 32115124
HSL0.520.590.31
HSV186°74°49°
CMYK 0.740.070.00   0.51
XYZ10.364514.023821.2294
Yxy14.02380.22720.3074
Hunter Lab37.4484-16.1316-7.3975
CIE-Lab44.2670-20.8953-12.0640

#20737c color RGB value is (32,115,124).

#20737c hex color red value is 32, green value is 115 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #20737c hue: 0.52 , saturation: 0.59 and the lightness value of 20737c is 0.31.

The process color (four color CMYK) of #20737c color hex is 0.74, 0.07, 0.00, 0.51. Web safe color of #20737c is #336666. Color #20737c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01110011 01111100
Octal 40 163 174
Decimal 32 115 124
Hex 20 73 7C

RGB Percentages of Color #20737c

%11.81
%42.44
%45.76

CMYK Percentages of Color #20737c

%74
%7
%0
%51

Triadic Colors of #20737c

#20737c #7c2073 #737c20

Analogous Colors of #20737c

#20737c #20457c #207c57

Monochromatic Colors of #20737c

#20737c

Complementary Color

#20737c #7c2920

#20737c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20737c Color Preview on White Background

Lorem ipsum dolor sit amet.

#20737c Color CSS Codes

.mybgcolor {background-color:#20737c; } 
.myforecolor {color:#20737c; }
.mybordercolor {border:3px solid #20737c; }

#20737c Text Font Color

<p style="color:#20737c">Text here</p>

This sample text font color is #20737c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#20737c Background Color

<div style="background-color:#20737c">
Div content here</div>

This div background color is #20737c


#20737c Border Color

<div style="border:3px solid #20737c">
Div here</div>

This div border color is #20737c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,115,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #20737c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #20737c;
  -webkit-box-shadow: 1px 1px 3px 2px #20737c;
  box-shadow:         1px 1px 3px 2px #20737c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(32,115,124, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #20737c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #20737c;
  -webkit-box-shadow: 1px 1px 3px 2px #20737c;
  box-shadow:         1px 1px 3px 2px #20737c;">
Div content here</div>

This div box has shadow with color #20737c


Comments

No comments written yet.

Please login to write comment.