Color Hex Logo

#20355e Color Hex

#20355E
(32,53,94)
0 Favorites   0 Comments

Color spaces of #20355e

RGB 325394
HSL0.610.490.25
HSV220°66°37°
CMYK 0.660.440.00   0.63
XYZ3.88913.661411.0914
Yxy3.66140.20860.1964
Hunter Lab19.13482.7938-20.9729
CIE-Lab22.51896.2657-26.9936

#20355e color RGB value is (32,53,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 00110101 01011110
Octal 40 65 136
Decimal 32 53 94
Hex 20 35 5E

RGB Percentages of Color #20355e

%17.88
%29.61
%52.51

CMYK Percentages of Color #20355e

%66
%44
%0
%63

Triadic Colors of #20355e

#20355e #5e2035 #355e20

Analogous Colors of #20355e

#20355e #2a205e #20545e

Monochromatic Colors of #20355e

#20355e

Complementary Color

#20355e #5e4920

#20355e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20355e Color Preview on White Background

Lorem ipsum dolor sit amet.

#20355e Color CSS Codes

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

#20355e Text Font Color

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

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


#20355e Background Color

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

This div background color is #20355e


#20355e Border Color

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

This div border color is #20355e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(32,53,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 #20355e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20355e


Comments

No comments written yet.

Please login to write comment.