Color Hex Logo

#364093 Color Hex

#364093
(54,64,147)
0 Favorites   0 Comments

Color spaces of #364093

RGB 5464147
HSL0.650.460.39
HSV234°63°58°
CMYK 0.630.560.00   0.42
XYZ8.62126.557628.4151
Yxy6.55760.19780.1504
Hunter Lab25.607815.2807-47.8643
CIE-Lab30.777823.0251-47.1571

#364093 color RGB value is (54,64,147).

#364093 hex color red value is 54, green value is 64 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #364093 hue: 0.65 , saturation: 0.46 and the lightness value of 364093 is 0.39.

The process color (four color CMYK) of #364093 color hex is 0.63, 0.56, 0.00, 0.42. Web safe color of #364093 is #333399. Color #364093 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01000000 10010011
Octal 66 100 223
Decimal 54 64 147
Hex 36 40 93

RGB Percentages of Color #364093

%20.38
%24.15
%55.47

CMYK Percentages of Color #364093

%63
%56
%0
%42

Triadic Colors of #364093

#364093 #933640 #409336

Analogous Colors of #364093

#364093 #5a3693 #366f93

Monochromatic Colors of #364093

#364093

Complementary Color

#364093 #938936

#364093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#364093 Color CSS Codes

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

#364093 Text Font Color

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

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


#364093 Background Color

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

This div background color is #364093


#364093 Border Color

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

This div border color is #364093


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364093


Comments

No comments written yet.

Please login to write comment.