Color Hex Logo

#364daa Color Hex

#364DAA
(54,77,170)
0 Favorites   0 Comments

Color spaces of #364daa

RGB 5477170
HSL0.630.520.44
HSV228°68°67°
CMYK 0.680.550.00   0.33
XYZ11.43098.994339.1638
Yxy8.99430.19180.1509
Hunter Lab29.990515.5520-56.4319
CIE-Lab35.973322.7802-52.6253

#364daa color RGB value is (54,77,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01001101 10101010
Octal 66 115 252
Decimal 54 77 170
Hex 36 4D AA

RGB Percentages of Color #364daa

%17.94
%25.58
%56.48

CMYK Percentages of Color #364daa

%68
%55
%0
%33

Triadic Colors of #364daa

#364daa #aa364d #4daa36

Analogous Colors of #364daa

#364daa #5936aa #3687aa

Monochromatic Colors of #364daa

#364daa

Complementary Color

#364daa #aa9336

#364daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#364daa Color CSS Codes

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

#364daa Text Font Color

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

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


#364daa Background Color

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

This div background color is #364daa


#364daa Border Color

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

This div border color is #364daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364daa


Comments

No comments written yet.

Please login to write comment.