Color Hex Logo

#363164 Color Hex

#363164
(54,49,100)
0 Favorites   0 Comments

Color spaces of #363164

RGB 5449100
HSL0.680.340.29
HSV246°51°39°
CMYK 0.460.510.00   0.61
XYZ4.91993.901012.5503
Yxy3.90100.23020.1825
Hunter Lab19.75099.8996-23.8488
CIE-Lab23.341416.7663-29.5033

#363164 color RGB value is (54,49,100).

#363164 hex color red value is 54, green value is 49 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #363164 hue: 0.68 , saturation: 0.34 and the lightness value of 363164 is 0.29.

The process color (four color CMYK) of #363164 color hex is 0.46, 0.51, 0.00, 0.61. Web safe color of #363164 is #333366. Color #363164 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00110001 01100100
Octal 66 61 144
Decimal 54 49 100
Hex 36 31 64

RGB Percentages of Color #363164

%26.60
%24.14
%49.26

CMYK Percentages of Color #363164

%46
%51
%0
%61

Triadic Colors of #363164

#363164 #643631 #316436

Analogous Colors of #363164

#363164 #503164 #314564

Monochromatic Colors of #363164

#363164

Complementary Color

#363164 #5f6431

#363164 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#363164 Color Preview on White Background

Lorem ipsum dolor sit amet.

#363164 Color CSS Codes

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

#363164 Text Font Color

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

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


#363164 Background Color

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

This div background color is #363164


#363164 Border Color

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

This div border color is #363164


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #363164


Comments

No comments written yet.

Please login to write comment.