Color Hex Logo

#364aaa Color Hex

#364AAA
(54,74,170)
0 Favorites   0 Comments

Color spaces of #364aaa

RGB 5474170
HSL0.640.520.44
HSV230°68°67°
CMYK 0.680.560.00   0.33
XYZ11.22588.584139.0954
Yxy8.58410.19060.1457
Hunter Lab29.298617.1198-58.6061
CIE-Lab35.170924.7540-53.9260

#364aaa color RGB value is (54,74,170).

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

The process color (four color CMYK) of #364aaa color hex is 0.68, 0.56, 0.00, 0.33. Web safe color of #364aaa is #333399. Color #364aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01001010 10101010
Octal 66 112 252
Decimal 54 74 170
Hex 36 4A AA

RGB Percentages of Color #364aaa

%18.12
%24.83
%57.05

CMYK Percentages of Color #364aaa

%68
%56
%0
%33

Triadic Colors of #364aaa

#364aaa #aa364a #4aaa36

Analogous Colors of #364aaa

#364aaa #5c36aa #3684aa

Monochromatic Colors of #364aaa

#364aaa

Complementary Color

#364aaa #aa9636

#364aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#364aaa Color CSS Codes

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

#364aaa Text Font Color

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

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


#364aaa Background Color

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

This div background color is #364aaa


#364aaa Border Color

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

This div border color is #364aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364aaa


Comments

No comments written yet.

Please login to write comment.