Color Hex Logo

#20467e Color Hex

#20467E
(32,70,126)
0 Favorites   0 Comments

Color spaces of #20467e

RGB 3270126
HSL0.600.590.31
HSV216°75°49°
CMYK 0.750.440.00   0.51
XYZ6.55176.193820.5889
Yxy6.19380.19650.1858
Hunter Lab24.88733.4380-31.6285
CIE-Lab29.89627.1815-35.6630

#20467e color RGB value is (32,70,126).

#20467e hex color red value is 32, green value is 70 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #20467e hue: 0.60 , saturation: 0.59 and the lightness value of 20467e is 0.31.

The process color (four color CMYK) of #20467e color hex is 0.75, 0.44, 0.00, 0.51. Web safe color of #20467e is #333366. Color #20467e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01000110 01111110
Octal 40 106 176
Decimal 32 70 126
Hex 20 46 7E

RGB Percentages of Color #20467e

%14.04
%30.70
%55.26

CMYK Percentages of Color #20467e

%75
%44
%0
%51

Triadic Colors of #20467e

#20467e #7e2046 #467e20

Analogous Colors of #20467e

#20467e #29207e #20757e

Monochromatic Colors of #20467e

#20467e

Complementary Color

#20467e #7e5820

#20467e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20467e Color Preview on White Background

Lorem ipsum dolor sit amet.

#20467e Color CSS Codes

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

#20467e Text Font Color

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

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


#20467e Background Color

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

This div background color is #20467e


#20467e Border Color

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

This div border color is #20467e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20467e


Comments

No comments written yet.

Please login to write comment.