Color Hex Logo

#364163 Color Hex

#364163
(54,65,99)
0 Favorites   0 Comments

Color spaces of #364163

RGB 546599
HSL0.630.290.30
HSV225°45°39°
CMYK 0.450.340.00   0.61
XYZ5.66375.465712.5609
Yxy5.46570.23910.2307
Hunter Lab23.37882.3300-15.4899
CIE-Lab28.02245.5432-21.4601

#364163 color RGB value is (54,65,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01000001 01100011
Octal 66 101 143
Decimal 54 65 99
Hex 36 41 63

RGB Percentages of Color #364163

%24.77
%29.82
%45.41

CMYK Percentages of Color #364163

%45
%34
%0
%61

Triadic Colors of #364163

#364163 #633641 #416336

Analogous Colors of #364163

#364163 #423663 #365763

Monochromatic Colors of #364163

#364163

Complementary Color

#364163 #635836

#364163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#364163 Color CSS Codes

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

#364163 Text Font Color

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

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


#364163 Background Color

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

This div background color is #364163


#364163 Border Color

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

This div border color is #364163


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364163


Comments

No comments written yet.

Please login to write comment.