Color Hex Logo

#20498c Color Hex

#20498C
(32,73,140)
0 Favorites   0 Comments

Color spaces of #20498c

RGB 3273140
HSL0.600.630.34
HSV217°77°55°
CMYK 0.770.480.00   0.45
XYZ7.71186.965625.7490
Yxy6.96560.19080.1723
Hunter Lab26.39245.9705-39.3699
CIE-Lab31.728510.7329-41.3888

#20498c color RGB value is (32,73,140).

#20498c hex color red value is 32, green value is 73 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #20498c hue: 0.60 , saturation: 0.63 and the lightness value of 20498c is 0.34.

The process color (four color CMYK) of #20498c color hex is 0.77, 0.48, 0.00, 0.45. Web safe color of #20498c is #333399. Color #20498c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01001001 10001100
Octal 40 111 214
Decimal 32 73 140
Hex 20 49 8C

RGB Percentages of Color #20498c

%13.06
%29.80
%57.14

CMYK Percentages of Color #20498c

%77
%48
%0
%45

Triadic Colors of #20498c

#20498c #8c2049 #498c20

Analogous Colors of #20498c

#20498c #2d208c #207f8c

Monochromatic Colors of #20498c

#20498c

Complementary Color

#20498c #8c6320

#20498c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20498c Color Preview on White Background

Lorem ipsum dolor sit amet.

#20498c Color CSS Codes

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

#20498c Text Font Color

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

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


#20498c Background Color

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

This div background color is #20498c


#20498c Border Color

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

This div border color is #20498c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20498c


Comments

No comments written yet.

Please login to write comment.