Color Hex Logo

#364aea Color Hex

#364AEA
(54,74,234)
0 Favorites   0 Comments

Color spaces of #364aea

RGB 5474234
HSL0.650.810.56
HSV233°77°92°
CMYK 0.770.680.00   0.08
XYZ18.821411.622379.0932
Yxy11.62230.17180.1061
Hunter Lab34.091538.8870-113.6904
CIE-Lab40.609447.4285-82.1838

#364aea color RGB value is (54,74,234).

#364aea hex color red value is 54, green value is 74 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #364aea hue: 0.65 , saturation: 0.81 and the lightness value of 364aea is 0.56.

The process color (four color CMYK) of #364aea color hex is 0.77, 0.68, 0.00, 0.08. Web safe color of #364aea is #3333ff. Color #364aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01001010 11101010
Octal 66 112 352
Decimal 54 74 234
Hex 36 4A EA

RGB Percentages of Color #364aea

%14.92
%20.44
%64.64

CMYK Percentages of Color #364aea

%77
%68
%0
%8

Triadic Colors of #364aea

#364aea #ea364a #4aea36

Analogous Colors of #364aea

#364aea #7c36ea #36a4ea

Monochromatic Colors of #364aea

#364aea

Complementary Color

#364aea #ead636

#364aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#364aea Color CSS Codes

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

#364aea Text Font Color

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

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


#364aea Background Color

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

This div background color is #364aea


#364aea Border Color

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

This div border color is #364aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364aea


Comments

No comments written yet.

Please login to write comment.