Color Hex Logo

#363995 Color Hex

#363995
(54,57,149)
0 Favorites   0 Comments

Color spaces of #363995

RGB 5457149
HSL0.660.470.40
HSV238°64°58°
CMYK 0.640.620.00   0.42
XYZ8.40935.880529.1256
Yxy5.88050.19370.1354
Hunter Lab24.249719.4630-54.2365
CIE-Lab29.109028.3624-51.0909

#363995 color RGB value is (54,57,149).

#363995 hex color red value is 54, green value is 57 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #363995 hue: 0.66 , saturation: 0.47 and the lightness value of 363995 is 0.40.

The process color (four color CMYK) of #363995 color hex is 0.64, 0.62, 0.00, 0.42. Web safe color of #363995 is #333399. Color #363995 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00111001 10010101
Octal 66 71 225
Decimal 54 57 149
Hex 36 39 95

RGB Percentages of Color #363995

%20.77
%21.92
%57.31

CMYK Percentages of Color #363995

%64
%62
%0
%42

Triadic Colors of #363995

#363995 #953639 #399536

Analogous Colors of #363995

#363995 #633695 #366995

Monochromatic Colors of #363995

#363995

Complementary Color

#363995 #959236

#363995 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#363995 Color Preview on White Background

Lorem ipsum dolor sit amet.

#363995 Color CSS Codes

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

#363995 Text Font Color

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

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


#363995 Background Color

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

This div background color is #363995


#363995 Border Color

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

This div border color is #363995


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #363995


Comments

No comments written yet.

Please login to write comment.