Color Hex Logo

#20365d Color Hex

#20365D
(32,54,93)
0 Favorites   0 Comments

Color spaces of #20365d

RGB 325493
HSL0.610.490.25
HSV218°66°36°
CMYK 0.660.420.00   0.64
XYZ3.89063.735710.8719
Yxy3.73570.21030.2019
Hunter Lab19.32802.1070-19.8208
CIE-Lab22.77775.1723-25.9271

#20365d color RGB value is (32,54,93).

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

The process color (four color CMYK) of #20365d color hex is 0.66, 0.42, 0.00, 0.64. Web safe color of #20365d is #333366. Color #20365d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 00110110 01011101
Octal 40 66 135
Decimal 32 54 93
Hex 20 36 5D

RGB Percentages of Color #20365d

%17.88
%30.17
%51.96

CMYK Percentages of Color #20365d

%66
%42
%0
%64

Triadic Colors of #20365d

#20365d #5d2036 #365d20

Analogous Colors of #20365d

#20365d #29205d #20555d

Monochromatic Colors of #20365d

#20365d

Complementary Color

#20365d #5d4720

#20365d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20365d Color Preview on White Background

Lorem ipsum dolor sit amet.

#20365d Color CSS Codes

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

#20365d Text Font Color

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

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


#20365d Background Color

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

This div background color is #20365d


#20365d Border Color

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

This div border color is #20365d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20365d


Comments

No comments written yet.

Please login to write comment.