Color Hex Logo

#365489 Color Hex

#365489
(54,84,137)
0 Favorites   0 Comments

Color spaces of #365489

RGB 5484137
HSL0.610.430.37
HSV218°61°54°
CMYK 0.610.390.00   0.46
XYZ9.20708.931124.9055
Yxy8.93110.21390.2075
Hunter Lab29.88492.6939-28.4916
CIE-Lab35.85136.1337-32.9149

#365489 color RGB value is (54,84,137).

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

The process color (four color CMYK) of #365489 color hex is 0.61, 0.39, 0.00, 0.46. Web safe color of #365489 is #336699. Color #365489 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01010100 10001001
Octal 66 124 211
Decimal 54 84 137
Hex 36 54 89

RGB Percentages of Color #365489

%19.64
%30.55
%49.82

CMYK Percentages of Color #365489

%61
%39
%0
%46

Triadic Colors of #365489

#365489 #893654 #548936

Analogous Colors of #365489

#365489 #413689 #367e89

Monochromatic Colors of #365489

#365489

Complementary Color

#365489 #896b36

#365489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#365489 Color CSS Codes

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

#365489 Text Font Color

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

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


#365489 Background Color

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

This div background color is #365489


#365489 Border Color

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

This div border color is #365489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365489


Comments

No comments written yet.

Please login to write comment.