Color Hex Logo

#20495e Color Hex

#20495E
(32,73,94)
0 Favorites   0 Comments

Color spaces of #20495e

RGB 327394
HSL0.560.490.25
HSV200°66°37°
CMYK 0.660.220.00   0.63
XYZ4.99865.880311.4612
Yxy5.88030.22380.2632
Hunter Lab24.2493-5.6415-11.0483
CIE-Lab29.1084-7.1032-16.6590

#20495e color RGB value is (32,73,94).

#20495e hex color red value is 32, green value is 73 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #20495e hue: 0.56 , saturation: 0.49 and the lightness value of 20495e is 0.25.

The process color (four color CMYK) of #20495e color hex is 0.66, 0.22, 0.00, 0.63. Web safe color of #20495e is #333366. Color #20495e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01001001 01011110
Octal 40 111 136
Decimal 32 73 94
Hex 20 49 5E

RGB Percentages of Color #20495e

%16.08
%36.68
%47.24

CMYK Percentages of Color #20495e

%66
%22
%0
%63

Triadic Colors of #20495e

#20495e #5e2049 #495e20

Analogous Colors of #20495e

#20495e #202a5e #205e54

Monochromatic Colors of #20495e

#20495e

Complementary Color

#20495e #5e3520

#20495e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20495e Color Preview on White Background

Lorem ipsum dolor sit amet.

#20495e Color CSS Codes

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

#20495e Text Font Color

<p style="color:#20495e">Text here</p>

This sample text font color is #20495e
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.


#20495e Background Color

<div style="background-color:#20495e">
Div content here</div>

This div background color is #20495e


#20495e Border Color

<div style="border:3px solid #20495e">
Div here</div>

This div border color is #20495e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,73,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #20495e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #20495e;
  -webkit-box-shadow: 1px 1px 3px 2px #20495e;
  box-shadow:         1px 1px 3px 2px #20495e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20495e


Comments

No comments written yet.

Please login to write comment.