Color Hex Logo

#364989 Color Hex

#364989
(54,73,137)
0 Favorites   0 Comments

Color spaces of #364989

RGB 5473137
HSL0.630.430.37
HSV226°61°54°
CMYK 0.610.470.00   0.46
XYZ8.41927.355524.6429
Yxy7.35550.20830.1820
Hunter Lab27.12107.9501-34.8878
CIE-Lab32.602913.3898-38.0842

#364989 color RGB value is (54,73,137).

#364989 hex color red value is 54, green value is 73 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #364989 hue: 0.63 , saturation: 0.43 and the lightness value of 364989 is 0.37.

The process color (four color CMYK) of #364989 color hex is 0.61, 0.47, 0.00, 0.46. Web safe color of #364989 is #333399. Color #364989 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01001001 10001001
Octal 66 111 211
Decimal 54 73 137
Hex 36 49 89

RGB Percentages of Color #364989

%20.45
%27.65
%51.89

CMYK Percentages of Color #364989

%61
%47
%0
%46

Triadic Colors of #364989

#364989 #893649 #498936

Analogous Colors of #364989

#364989 #4d3689 #367389

Monochromatic Colors of #364989

#364989

Complementary Color

#364989 #897636

#364989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#364989 Color CSS Codes

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

#364989 Text Font Color

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

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


#364989 Background Color

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

This div background color is #364989


#364989 Border Color

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

This div border color is #364989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364989


Comments

No comments written yet.

Please login to write comment.