Color Hex Logo

#363697 Color Hex

#363697
(54,54,151)
0 Favorites   0 Comments

Color spaces of #363697

RGB 5454151
HSL0.670.470.40
HSV240°64°59°
CMYK 0.640.640.00   0.41
XYZ8.42645.657029.9259
Yxy5.65700.19150.1285
Hunter Lab23.784421.6165-57.9503
CIE-Lab28.530131.0085-53.2587

#363697 color RGB value is (54,54,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 00110110 10010111
Octal 66 66 227
Decimal 54 54 151
Hex 36 36 97

RGB Percentages of Color #363697

%20.85
%20.85
%58.30

CMYK Percentages of Color #363697

%64
%64
%0
%41

Triadic Colors of #363697

#363697 #973636 #369736

Analogous Colors of #363697

#363697 #673697 #366797

Monochromatic Colors of #363697

#363697

Complementary Color

#363697 #979736

#363697 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#363697 Color Preview on White Background

Lorem ipsum dolor sit amet.

#363697 Color CSS Codes

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

#363697 Text Font Color

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

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


#363697 Background Color

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

This div background color is #363697


#363697 Border Color

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

This div border color is #363697


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #363697


Comments

No comments written yet.

Please login to write comment.