Color Hex Logo

#20359f Color Hex

#20359F
(32,53,159)
0 Favorites   0 Comments

Color spaces of #20359f

RGB 3253159
HSL0.640.660.37
HSV230°80°62°
CMYK 0.800.670.00   0.38
XYZ8.12685.356533.4065
Yxy5.35650.17330.1142
Hunter Lab23.144122.1761-69.3790
CIE-Lab27.727231.7949-59.5005

#20359f color RGB value is (32,53,159).

#20359f hex color red value is 32, green value is 53 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #20359f hue: 0.64 , saturation: 0.66 and the lightness value of 20359f is 0.37.

The process color (four color CMYK) of #20359f color hex is 0.80, 0.67, 0.00, 0.38. Web safe color of #20359f is #333399. Color #20359f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 00110101 10011111
Octal 40 65 237
Decimal 32 53 159
Hex 20 35 9F

RGB Percentages of Color #20359f

%13.11
%21.72
%65.16

CMYK Percentages of Color #20359f

%80
%67
%0
%38

Triadic Colors of #20359f

#20359f #9f2035 #359f20

Analogous Colors of #20359f

#20359f #4a209f #20759f

Monochromatic Colors of #20359f

#20359f

Complementary Color

#20359f #9f8a20

#20359f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20359f Color Preview on White Background

Lorem ipsum dolor sit amet.

#20359f Color CSS Codes

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

#20359f Text Font Color

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

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


#20359f Background Color

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

This div background color is #20359f


#20359f Border Color

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

This div border color is #20359f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20359f


Comments

No comments written yet.

Please login to write comment.