Color Hex Logo

#364cae Color Hex

#364CAE
(54,76,174)
0 Favorites   0 Comments

Color spaces of #364cae

RGB 5476174
HSL0.640.530.45
HSV229°69°68°
CMYK 0.690.560.00   0.32
XYZ11.74579.009141.1643
Yxy9.00910.18970.1455
Hunter Lab30.015217.3251-60.3027
CIE-Lab36.001824.9025-54.9579

#364cae color RGB value is (54,76,174).

#364cae hex color red value is 54, green value is 76 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #364cae hue: 0.64 , saturation: 0.53 and the lightness value of 364cae is 0.45.

The process color (four color CMYK) of #364cae color hex is 0.69, 0.56, 0.00, 0.32. Web safe color of #364cae is #333399. Color #364cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01001100 10101110
Octal 66 114 256
Decimal 54 76 174
Hex 36 4C AE

RGB Percentages of Color #364cae

%17.76
%25.00
%57.24

CMYK Percentages of Color #364cae

%69
%56
%0
%32

Triadic Colors of #364cae

#364cae #ae364c #4cae36

Analogous Colors of #364cae

#364cae #5c36ae #3688ae

Monochromatic Colors of #364cae

#364cae

Complementary Color

#364cae #ae9836

#364cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#364cae Color CSS Codes

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

#364cae Text Font Color

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

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


#364cae Background Color

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

This div background color is #364cae


#364cae Border Color

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

This div border color is #364cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364cae


Comments

No comments written yet.

Please login to write comment.