Color Hex Logo

#364065 Color Hex

#364065
(54,64,101)
0 Favorites   0 Comments

Color spaces of #364065

RGB 5464101
HSL0.630.300.30
HSV227°47°40°
CMYK 0.470.370.00   0.60
XYZ5.70375.390613.0518
Yxy5.39060.23620.2232
Hunter Lab23.21773.2198-17.0775
CIE-Lab27.81986.8750-23.0615

#364065 color RGB value is (54,64,101).

#364065 hex color red value is 54, green value is 64 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #364065 hue: 0.63 , saturation: 0.30 and the lightness value of 364065 is 0.30.

The process color (four color CMYK) of #364065 color hex is 0.47, 0.37, 0.00, 0.60. Web safe color of #364065 is #333366. Color #364065 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01000000 01100101
Octal 66 100 145
Decimal 54 64 101
Hex 36 40 65

RGB Percentages of Color #364065

%24.66
%29.22
%46.12

CMYK Percentages of Color #364065

%47
%37
%0
%60

Triadic Colors of #364065

#364065 #653640 #406536

Analogous Colors of #364065

#364065 #433665 #365865

Monochromatic Colors of #364065

#364065

Complementary Color

#364065 #655b36

#364065 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364065 Color Preview on White Background

Lorem ipsum dolor sit amet.

#364065 Color CSS Codes

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

#364065 Text Font Color

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

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


#364065 Background Color

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

This div background color is #364065


#364065 Border Color

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

This div border color is #364065


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364065


Comments

No comments written yet.

Please login to write comment.