Color Hex Logo

#20446c Color Hex

#20446C
(32,68,108)
0 Favorites   0 Comments

Color spaces of #20446c

RGB 3268108
HSL0.590.540.27
HSV212°70°42°
CMYK 0.700.370.00   0.58
XYZ5.36965.524014.9706
Yxy5.52400.20760.2136
Hunter Lab23.5032-0.3500-21.3131
CIE-Lab28.17831.4303-27.0566

#20446c color RGB value is (32,68,108).

#20446c hex color red value is 32, green value is 68 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #20446c hue: 0.59 , saturation: 0.54 and the lightness value of 20446c is 0.27.

The process color (four color CMYK) of #20446c color hex is 0.70, 0.37, 0.00, 0.58. Web safe color of #20446c is #333366. Color #20446c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01000100 01101100
Octal 40 104 154
Decimal 32 68 108
Hex 20 44 6C

RGB Percentages of Color #20446c

%15.38
%32.69
%51.92

CMYK Percentages of Color #20446c

%70
%37
%0
%58

Triadic Colors of #20446c

#20446c #6c2044 #446c20

Analogous Colors of #20446c

#20446c #22206c #206a6c

Monochromatic Colors of #20446c

#20446c

Complementary Color

#20446c #6c4820

#20446c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20446c Color Preview on White Background

Lorem ipsum dolor sit amet.

#20446c Color CSS Codes

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

#20446c Text Font Color

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

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


#20446c Background Color

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

This div background color is #20446c


#20446c Border Color

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

This div border color is #20446c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20446c


Comments

No comments written yet.

Please login to write comment.