Color Hex Logo

#364489 Color Hex

#364489
(54,68,137)
0 Favorites   0 Comments

Color spaces of #364489

RGB 5468137
HSL0.640.430.37
HSV230°61°54°
CMYK 0.610.500.00   0.46
XYZ8.10386.724724.5378
Yxy6.72470.20590.1708
Hunter Lab25.932010.4005-37.9499
CIE-Lab31.171816.7396-40.3781

#364489 color RGB value is (54,68,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01000100 10001001
Octal 66 104 211
Decimal 54 68 137
Hex 36 44 89

RGB Percentages of Color #364489

%20.85
%26.25
%52.90

CMYK Percentages of Color #364489

%61
%50
%0
%46

Triadic Colors of #364489

#364489 #893644 #448936

Analogous Colors of #364489

#364489 #513689 #366e89

Monochromatic Colors of #364489

#364489

Complementary Color

#364489 #897b36

#364489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#364489 Color CSS Codes

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

#364489 Text Font Color

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

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


#364489 Background Color

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

This div background color is #364489


#364489 Border Color

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

This div border color is #364489


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,68,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 #364489">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364489

#364489 Color Palettes


Comments

No comments written yet.

Please login to write comment.