Color Hex Logo

#36397e Color Hex

#36397E
(54,57,126)
0 Favorites   0 Comments

Color spaces of #36397e

RGB 5457126
HSL0.660.400.35
HSV238°57°49°
CMYK 0.570.550.00   0.51
XYZ6.75035.216920.3898
Yxy5.21690.20860.1612
Hunter Lab22.840512.7830-36.9400
CIE-Lab27.344020.2334-39.6922

#36397e color RGB value is (54,57,126).

#36397e hex color red value is 54, green value is 57 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #36397e hue: 0.66 , saturation: 0.40 and the lightness value of 36397e is 0.35.

The process color (four color CMYK) of #36397e color hex is 0.57, 0.55, 0.00, 0.51. Web safe color of #36397e is #333366. Color #36397e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00111001 01111110
Octal 66 71 176
Decimal 54 57 126
Hex 36 39 7E

RGB Percentages of Color #36397e

%22.78
%24.05
%53.16

CMYK Percentages of Color #36397e

%57
%55
%0
%51

Triadic Colors of #36397e

#36397e #7e3639 #397e36

Analogous Colors of #36397e

#36397e #57367e #365d7e

Monochromatic Colors of #36397e

#36397e

Complementary Color

#36397e #7e7b36

#36397e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36397e Color Preview on White Background

Lorem ipsum dolor sit amet.

#36397e Color CSS Codes

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

#36397e Text Font Color

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

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


#36397e Background Color

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

This div background color is #36397e


#36397e Border Color

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

This div border color is #36397e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36397e


Comments

No comments written yet.

Please login to write comment.