Color Hex Logo

#364363 Color Hex

#364363
(54,67,99)
0 Favorites   0 Comments

Color spaces of #364363

RGB 546799
HSL0.620.290.30
HSV223°45°39°
CMYK 0.450.320.00   0.61
XYZ5.78065.699412.5998
Yxy5.69940.24010.2367
Hunter Lab23.87341.4427-14.5804
CIE-Lab28.64104.2110-20.4938

#364363 color RGB value is (54,67,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01000011 01100011
Octal 66 103 143
Decimal 54 67 99
Hex 36 43 63

RGB Percentages of Color #364363

%24.55
%30.45
%45.00

CMYK Percentages of Color #364363

%45
%32
%0
%61

Triadic Colors of #364363

#364363 #633643 #436336

Analogous Colors of #364363

#364363 #403663 #365a63

Monochromatic Colors of #364363

#364363

Complementary Color

#364363 #635636

#364363 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364363 Color Preview on White Background

Lorem ipsum dolor sit amet.

#364363 Color CSS Codes

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

#364363 Text Font Color

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

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


#364363 Background Color

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

This div background color is #364363


#364363 Border Color

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

This div border color is #364363


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,67,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 #364363">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364363


Comments

No comments written yet.

Please login to write comment.