Color Hex Logo

#362ea1 Color Hex

#362EA1
(54,46,161)
0 Favorites   0 Comments

Color spaces of #362ea1

RGB 5446161
HSL0.680.560.41
HSV244°71°63°
CMYK 0.660.710.00   0.37
XYZ8.93135.311534.2727
Yxy5.31150.18410.1095
Hunter Lab23.046728.8425-72.0374
CIE-Lab27.604439.3653-60.8682

#362ea1 color RGB value is (54,46,161).

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

The process color (four color CMYK) of #362ea1 color hex is 0.66, 0.71, 0.00, 0.37. Web safe color of #362ea1 is #333399. Color #362ea1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00101110 10100001
Octal 66 56 241
Decimal 54 46 161
Hex 36 2E A1

RGB Percentages of Color #362ea1

%20.69
%17.62
%61.69

CMYK Percentages of Color #362ea1

%66
%71
%0
%37

Triadic Colors of #362ea1

#362ea1 #a1362e #2ea136

Analogous Colors of #362ea1

#362ea1 #702ea1 #2e5fa1

Monochromatic Colors of #362ea1

#362ea1

Complementary Color

#362ea1 #99a12e

#362ea1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#362ea1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#362ea1 Color CSS Codes

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

#362ea1 Text Font Color

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

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


#362ea1 Background Color

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

This div background color is #362ea1


#362ea1 Border Color

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

This div border color is #362ea1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #362ea1


Comments

No comments written yet.

Please login to write comment.