Color Hex Logo

#20365f Color Hex

#20365F
(32,54,95)
0 Favorites   0 Comments

Color spaces of #20365f

RGB 325495
HSL0.610.500.25
HSV219°66°37°
CMYK 0.660.430.00   0.63
XYZ3.98043.771611.3447
Yxy3.77160.20840.1975
Hunter Lab19.42062.5989-21.0403
CIE-Lab22.90155.9543-27.0395

#20365f color RGB value is (32,54,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 00110110 01011111
Octal 40 66 137
Decimal 32 54 95
Hex 20 36 5F

RGB Percentages of Color #20365f

%17.68
%29.83
%52.49

CMYK Percentages of Color #20365f

%66
%43
%0
%63

Triadic Colors of #20365f

#20365f #5f2036 #365f20

Analogous Colors of #20365f

#20365f #2a205f #20565f

Monochromatic Colors of #20365f

#20365f

Complementary Color

#20365f #5f4920

#20365f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20365f Color Preview on White Background

Lorem ipsum dolor sit amet.

#20365f Color CSS Codes

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

#20365f Text Font Color

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

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


#20365f Background Color

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

This div background color is #20365f


#20365f Border Color

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

This div border color is #20365f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20365f


Comments

No comments written yet.

Please login to write comment.