Color Hex Logo

#20355f Color Hex

#20355F
(32,53,95)
0 Favorites   0 Comments

Color spaces of #20355f

RGB 325395
HSL0.610.500.25
HSV220°66°37°
CMYK 0.660.440.00   0.63
XYZ3.93433.679511.3293
Yxy3.67950.20770.1942
Hunter Lab19.18203.0424-21.5905
CIE-Lab22.58236.6575-27.5474

#20355f color RGB value is (32,53,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 00110101 01011111
Octal 40 65 137
Decimal 32 53 95
Hex 20 35 5F

RGB Percentages of Color #20355f

%17.78
%29.44
%52.78

CMYK Percentages of Color #20355f

%66
%44
%0
%63

Triadic Colors of #20355f

#20355f #5f2035 #355f20

Analogous Colors of #20355f

#20355f #2b205f #20555f

Monochromatic Colors of #20355f

#20355f

Complementary Color

#20355f #5f4a20

#20355f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20355f Color Preview on White Background

Lorem ipsum dolor sit amet.

#20355f Color CSS Codes

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

#20355f Text Font Color

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

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


#20355f Background Color

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

This div background color is #20355f


#20355f Border Color

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

This div border color is #20355f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20355f


Comments

No comments written yet.

Please login to write comment.