Color Hex Logo

#363291 Color Hex

#363291
(54,50,145)
0 Favorites   0 Comments

Color spaces of #363291

RGB 5450145
HSL0.670.490.38
HSV243°66°57°
CMYK 0.630.660.00   0.43
XYZ7.77285.109827.3647
Yxy5.10980.19310.1270
Hunter Lab22.604921.8196-55.9511
CIE-Lab27.045331.4881-51.9977

#363291 color RGB value is (54,50,145).

#363291 hex color red value is 54, green value is 50 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #363291 hue: 0.67 , saturation: 0.49 and the lightness value of 363291 is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 00110010 10010001
Octal 66 62 221
Decimal 54 50 145
Hex 36 32 91

RGB Percentages of Color #363291

%21.69
%20.08
%58.23

CMYK Percentages of Color #363291

%63
%66
%0
%43

Triadic Colors of #363291

#363291 #913632 #329136

Analogous Colors of #363291

#363291 #663291 #325e91

Monochromatic Colors of #363291

#363291

Complementary Color

#363291 #8d9132

#363291 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#363291 Color Preview on White Background

Lorem ipsum dolor sit amet.

#363291 Color CSS Codes

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

#363291 Text Font Color

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

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


#363291 Background Color

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

This div background color is #363291


#363291 Border Color

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

This div border color is #363291


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #363291


Comments

No comments written yet.

Please login to write comment.