Color Hex Logo

#363493 Color Hex

#363493
(54,52,147)
0 Favorites   0 Comments

Color spaces of #363493

RGB 5452147
HSL0.670.480.39
HSV241°65°58°
CMYK 0.630.650.00   0.42
XYZ8.01585.346828.2133
Yxy5.34680.19280.1286
Hunter Lab23.123121.4128-56.1554
CIE-Lab27.700830.9013-52.1590

#363493 color RGB value is (54,52,147).

#363493 hex color red value is 54, green value is 52 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #363493 hue: 0.67 , saturation: 0.48 and the lightness value of 363493 is 0.39.

The process color (four color CMYK) of #363493 color hex is 0.63, 0.65, 0.00, 0.42. Web safe color of #363493 is #333399. Color #363493 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00110100 10010011
Octal 66 64 223
Decimal 54 52 147
Hex 36 34 93

RGB Percentages of Color #363493

%21.34
%20.55
%58.10

CMYK Percentages of Color #363493

%63
%65
%0
%42

Triadic Colors of #363493

#363493 #933634 #349336

Analogous Colors of #363493

#363493 #663493 #346193

Monochromatic Colors of #363493

#363493

Complementary Color

#363493 #919334

#363493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#363493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#363493 Color CSS Codes

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

#363493 Text Font Color

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

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


#363493 Background Color

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

This div background color is #363493


#363493 Border Color

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

This div border color is #363493


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,52,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #363493; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #363493;
  -webkit-box-shadow: 1px 1px 3px 2px #363493;
  box-shadow:         1px 1px 3px 2px #363493; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #363493


Comments

No comments written yet.

Please login to write comment.