Color Hex Logo

#363590 Color Hex

#363590
(54,53,144)
0 Favorites   0 Comments

Color spaces of #363590

RGB 5453144
HSL0.670.460.39
HSV241°63°56°
CMYK 0.630.630.00   0.44
XYZ7.82855.344127.0045
Yxy5.34410.19480.1330
Hunter Lab23.117319.9924-53.0775
CIE-Lab27.693429.2117-50.3241

#363590 color RGB value is (54,53,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 00110101 10010000
Octal 66 65 220
Decimal 54 53 144
Hex 36 35 90

RGB Percentages of Color #363590

%21.51
%21.12
%57.37

CMYK Percentages of Color #363590

%63
%63
%0
%44

Triadic Colors of #363590

#363590 #903635 #359036

Analogous Colors of #363590

#363590 #643590 #356290

Monochromatic Colors of #363590

#363590

Complementary Color

#363590 #8f9035

#363590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#363590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#363590 Color CSS Codes

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

#363590 Text Font Color

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

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


#363590 Background Color

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

This div background color is #363590


#363590 Border Color

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

This div border color is #363590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #363590


Comments

No comments written yet.

Please login to write comment.