Color Hex Logo

#364eaa Color Hex

#364EAA
(54,78,170)
0 Favorites   0 Comments

Color spaces of #364eaa

RGB 5478170
HSL0.630.520.44
HSV228°68°67°
CMYK 0.680.540.00   0.33
XYZ11.50149.135339.1873
Yxy9.13530.19230.1527
Hunter Lab30.224715.0315-55.7142
CIE-Lab36.243522.1220-52.1879

#364eaa color RGB value is (54,78,170).

#364eaa hex color red value is 54, green value is 78 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #364eaa hue: 0.63 , saturation: 0.52 and the lightness value of 364eaa is 0.44.

The process color (four color CMYK) of #364eaa color hex is 0.68, 0.54, 0.00, 0.33. Web safe color of #364eaa is #336699. Color #364eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01001110 10101010
Octal 66 116 252
Decimal 54 78 170
Hex 36 4E AA

RGB Percentages of Color #364eaa

%17.88
%25.83
%56.29

CMYK Percentages of Color #364eaa

%68
%54
%0
%33

Triadic Colors of #364eaa

#364eaa #aa364e #4eaa36

Analogous Colors of #364eaa

#364eaa #5836aa #3688aa

Monochromatic Colors of #364eaa

#364eaa

Complementary Color

#364eaa #aa9236

#364eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#364eaa Color CSS Codes

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

#364eaa Text Font Color

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

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


#364eaa Background Color

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

This div background color is #364eaa


#364eaa Border Color

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

This div border color is #364eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,78,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #364eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #364eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #364eaa;
  box-shadow:         1px 1px 3px 2px #364eaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364eaa


Comments

No comments written yet.

Please login to write comment.