Color Hex Logo

#362eae Color Hex

#362EAE
(54,46,174)
0 Favorites   0 Comments

Color spaces of #362eae

RGB 5446174
HSL0.680.580.43
HSV244°74°68°
CMYK 0.690.740.00   0.32
XYZ10.13835.794340.6285
Yxy5.79430.17920.1024
Hunter Lab24.071433.0552-83.2219
CIE-Lab28.887543.6454-66.5938

#362eae color RGB value is (54,46,174).

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

The process color (four color CMYK) of #362eae color hex is 0.69, 0.74, 0.00, 0.32. Web safe color of #362eae is #333399. Color #362eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00101110 10101110
Octal 66 56 256
Decimal 54 46 174
Hex 36 2E AE

RGB Percentages of Color #362eae

%19.71
%16.79
%63.50

CMYK Percentages of Color #362eae

%69
%74
%0
%32

Triadic Colors of #362eae

#362eae #ae362e #2eae36

Analogous Colors of #362eae

#362eae #762eae #2e66ae

Monochromatic Colors of #362eae

#362eae

Complementary Color

#362eae #a6ae2e

#362eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#362eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#362eae Color CSS Codes

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

#362eae Text Font Color

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

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


#362eae Background Color

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

This div background color is #362eae


#362eae Border Color

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

This div border color is #362eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #362eae


Comments

No comments written yet.

Please login to write comment.