Color Hex Logo

#364963 Color Hex

#364963
(54,73,99)
0 Favorites   0 Comments

Color spaces of #364963

RGB 547399
HSL0.600.290.30
HSV215°45°39°
CMYK 0.450.260.00   0.61
XYZ6.15606.450212.7249
Yxy6.45020.24300.2546
Hunter Lab25.3972-1.1788-11.9283
CIE-Lab30.52100.2752-17.5739

#364963 color RGB value is (54,73,99).

#364963 hex color red value is 54, green value is 73 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #364963 hue: 0.60 , saturation: 0.29 and the lightness value of 364963 is 0.30.

The process color (four color CMYK) of #364963 color hex is 0.45, 0.26, 0.00, 0.61. Web safe color of #364963 is #333366. Color #364963 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01001001 01100011
Octal 66 111 143
Decimal 54 73 99
Hex 36 49 63

RGB Percentages of Color #364963

%23.89
%32.30
%43.81

CMYK Percentages of Color #364963

%45
%26
%0
%61

Triadic Colors of #364963

#364963 #633649 #496336

Analogous Colors of #364963

#364963 #3a3663 #366063

Monochromatic Colors of #364963

#364963

Complementary Color

#364963 #635036

#364963 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364963 Color Preview on White Background

Lorem ipsum dolor sit amet.

#364963 Color CSS Codes

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

#364963 Text Font Color

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

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


#364963 Background Color

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

This div background color is #364963


#364963 Border Color

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

This div border color is #364963


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364963


Comments

No comments written yet.

Please login to write comment.