Color Hex Logo

#36409e Color Hex

#36409E
(54,64,158)
0 Favorites   0 Comments

Color spaces of #36409e

RGB 5464158
HSL0.650.490.42
HSV234°66°62°
CMYK 0.660.590.00   0.38
XYZ9.52636.919733.1813
Yxy6.91970.19200.1394
Hunter Lab26.305318.6083-56.3742
CIE-Lab31.623426.9818-52.4791

#36409e color RGB value is (54,64,158).

#36409e hex color red value is 54, green value is 64 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #36409e hue: 0.65 , saturation: 0.49 and the lightness value of 36409e is 0.42.

The process color (four color CMYK) of #36409e color hex is 0.66, 0.59, 0.00, 0.38. Web safe color of #36409e is #333399. Color #36409e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01000000 10011110
Octal 66 100 236
Decimal 54 64 158
Hex 36 40 9E

RGB Percentages of Color #36409e

%19.57
%23.19
%57.25

CMYK Percentages of Color #36409e

%66
%59
%0
%38

Triadic Colors of #36409e

#36409e #9e3640 #409e36

Analogous Colors of #36409e

#36409e #60369e #36749e

Monochromatic Colors of #36409e

#36409e

Complementary Color

#36409e #9e9436

#36409e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36409e Color Preview on White Background

Lorem ipsum dolor sit amet.

#36409e Color CSS Codes

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

#36409e Text Font Color

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

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


#36409e Background Color

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

This div background color is #36409e


#36409e Border Color

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

This div border color is #36409e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,64,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #36409e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #36409e;
  -webkit-box-shadow: 1px 1px 3px 2px #36409e;
  box-shadow:         1px 1px 3px 2px #36409e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36409e


Comments

No comments written yet.

Please login to write comment.