Color Hex Logo

#364189 Color Hex

#364189
(54,65,137)
0 Favorites   0 Comments

Color spaces of #364189

RGB 5465137
HSL0.640.430.37
HSV232°61°54°
CMYK 0.610.530.00   0.46
XYZ7.92706.371024.4788
Yxy6.37100.20440.1643
Hunter Lab25.240811.8873-39.8314
CIE-Lab30.329818.7566-41.7322

#364189 color RGB value is (54,65,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01000001 10001001
Octal 66 101 211
Decimal 54 65 137
Hex 36 41 89

RGB Percentages of Color #364189

%21.09
%25.39
%53.52

CMYK Percentages of Color #364189

%61
%53
%0
%46

Triadic Colors of #364189

#364189 #893641 #418936

Analogous Colors of #364189

#364189 #543689 #366b89

Monochromatic Colors of #364189

#364189

Complementary Color

#364189 #897e36

#364189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#364189 Color CSS Codes

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

#364189 Text Font Color

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

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


#364189 Background Color

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

This div background color is #364189


#364189 Border Color

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

This div border color is #364189


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364189


Comments

No comments written yet.

Please login to write comment.