Color Hex Logo

#362eaa Color Hex

#362EAA
(54,46,170)
0 Favorites   0 Comments

Color spaces of #362eaa

RGB 5446170
HSL0.680.570.42
HSV244°73°67°
CMYK 0.680.730.00   0.33
XYZ9.75405.640538.6048
Yxy5.64050.18060.1045
Hunter Lab23.749731.7478-79.7501
CIE-Lab28.486742.3379-64.8533

#362eaa color RGB value is (54,46,170).

#362eaa hex color red value is 54, green value is 46 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #362eaa hue: 0.68 , saturation: 0.57 and the lightness value of 362eaa is 0.42.

The process color (four color CMYK) of #362eaa color hex is 0.68, 0.73, 0.00, 0.33. Web safe color of #362eaa is #333399. Color #362eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00101110 10101010
Octal 66 56 252
Decimal 54 46 170
Hex 36 2E AA

RGB Percentages of Color #362eaa

%20.00
%17.04
%62.96

CMYK Percentages of Color #362eaa

%68
%73
%0
%33

Triadic Colors of #362eaa

#362eaa #aa362e #2eaa36

Analogous Colors of #362eaa

#362eaa #742eaa #2e64aa

Monochromatic Colors of #362eaa

#362eaa

Complementary Color

#362eaa #a2aa2e

#362eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#362eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#362eaa Color CSS Codes

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

#362eaa Text Font Color

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

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


#362eaa Background Color

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

This div background color is #362eaa


#362eaa Border Color

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

This div border color is #362eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #362eaa


Comments

No comments written yet.

Please login to write comment.