Color Hex Logo

#365780 Color Hex

#365780
(54,87,128)
0 Favorites   0 Comments

Color spaces of #365780

RGB 5487128
HSL0.590.410.36
HSV213°58°50°
CMYK 0.580.320.00   0.50
XYZ8.82589.159221.7248
Yxy9.15920.22230.2307
Hunter Lab30.2642-0.9072-21.3758
CIE-Lab36.28901.0330-26.7144

#365780 color RGB value is (54,87,128).

#365780 hex color red value is 54, green value is 87 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #365780 hue: 0.59 , saturation: 0.41 and the lightness value of 365780 is 0.36.

The process color (four color CMYK) of #365780 color hex is 0.58, 0.32, 0.00, 0.50. Web safe color of #365780 is #336699. Color #365780 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01010111 10000000
Octal 66 127 200
Decimal 54 87 128
Hex 36 57 80

RGB Percentages of Color #365780

%20.07
%32.34
%47.58

CMYK Percentages of Color #365780

%58
%32
%0
%50

Triadic Colors of #365780

#365780 #803657 #578036

Analogous Colors of #365780

#365780 #3a3680 #367c80

Monochromatic Colors of #365780

#365780

Complementary Color

#365780 #805f36

#365780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#365780 Color CSS Codes

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

#365780 Text Font Color

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

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


#365780 Background Color

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

This div background color is #365780


#365780 Border Color

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

This div border color is #365780


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365780


Comments

No comments written yet.

Please login to write comment.