Color Hex Logo

#364293 Color Hex

#364293
(54,66,147)
0 Favorites   0 Comments

Color spaces of #364293

RGB 5466147
HSL0.650.460.39
HSV232°63°58°
CMYK 0.630.550.00   0.42
XYZ8.73606.787328.4534
Yxy6.78730.19870.1543
Hunter Lab26.052414.2635-46.5174
CIE-Lab31.317721.6906-46.2836

#364293 color RGB value is (54,66,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01000010 10010011
Octal 66 102 223
Decimal 54 66 147
Hex 36 42 93

RGB Percentages of Color #364293

%20.22
%24.72
%55.06

CMYK Percentages of Color #364293

%63
%55
%0
%42

Triadic Colors of #364293

#364293 #933642 #429336

Analogous Colors of #364293

#364293 #593693 #367193

Monochromatic Colors of #364293

#364293

Complementary Color

#364293 #938736

#364293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#364293 Color CSS Codes

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

#364293 Text Font Color

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

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


#364293 Background Color

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

This div background color is #364293


#364293 Border Color

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

This div border color is #364293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364293


Comments

No comments written yet.

Please login to write comment.