Color Hex Logo

#364d5e Color Hex

#364D5E
(54,77,94)
0 Favorites   0 Comments

Color spaces of #364d5e

RGB 547794
HSL0.570.270.29
HSV206°43°37°
CMYK 0.430.180.00   0.63
XYZ6.19566.900211.5950
Yxy6.90020.25090.2795
Hunter Lab26.2682-3.8686-7.7833
CIE-Lab31.5786-3.8539-12.7661

#364d5e color RGB value is (54,77,94).

#364d5e hex color red value is 54, green value is 77 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #364d5e hue: 0.57 , saturation: 0.27 and the lightness value of 364d5e is 0.29.

The process color (four color CMYK) of #364d5e color hex is 0.43, 0.18, 0.00, 0.63. Web safe color of #364d5e is #336666. Color #364d5e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01001101 01011110
Octal 66 115 136
Decimal 54 77 94
Hex 36 4D 5E

RGB Percentages of Color #364d5e

%24.00
%34.22
%41.78

CMYK Percentages of Color #364d5e

%43
%18
%0
%63

Triadic Colors of #364d5e

#364d5e #5e364d #4d5e36

Analogous Colors of #364d5e

#364d5e #36395e #365e5b

Monochromatic Colors of #364d5e

#364d5e

Complementary Color

#364d5e #5e4736

#364d5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364d5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#364d5e Color CSS Codes

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

#364d5e Text Font Color

<p style="color:#364d5e">Text here</p>

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


#364d5e Background Color

<div style="background-color:#364d5e">
Div content here</div>

This div background color is #364d5e


#364d5e Border Color

<div style="border:3px solid #364d5e">
Div here</div>

This div border color is #364d5e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,77,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #364d5e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #364d5e;
  -webkit-box-shadow: 1px 1px 3px 2px #364d5e;
  box-shadow:         1px 1px 3px 2px #364d5e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364d5e


Comments

No comments written yet.

Please login to write comment.