Color Hex Logo

#36386d Color Hex

#36386D
(54,56,109)
0 Favorites   0 Comments

Color spaces of #36386d

RGB 5456109
HSL0.660.340.32
HSV238°50°43°
CMYK 0.500.490.00   0.57
XYZ5.69584.716715.0782
Yxy4.71670.22340.1850
Hunter Lab21.71808.8074-25.9609
CIE-Lab25.911915.0083-31.2110

#36386d color RGB value is (54,56,109).

#36386d hex color red value is 54, green value is 56 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #36386d hue: 0.66 , saturation: 0.34 and the lightness value of 36386d is 0.32.

The process color (four color CMYK) of #36386d color hex is 0.50, 0.49, 0.00, 0.57. Web safe color of #36386d is #333366. Color #36386d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00111000 01101101
Octal 66 70 155
Decimal 54 56 109
Hex 36 38 6D

RGB Percentages of Color #36386d

%24.66
%25.57
%49.77

CMYK Percentages of Color #36386d

%50
%49
%0
%57

Triadic Colors of #36386d

#36386d #6d3638 #386d36

Analogous Colors of #36386d

#36386d #50366d #36546d

Monochromatic Colors of #36386d

#36386d

Complementary Color

#36386d #6d6b36

#36386d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36386d Color Preview on White Background

Lorem ipsum dolor sit amet.

#36386d Color CSS Codes

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

#36386d Text Font Color

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

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


#36386d Background Color

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

This div background color is #36386d


#36386d Border Color

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

This div border color is #36386d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36386d


Comments

No comments written yet.

Please login to write comment.