Color Hex Logo

#365180 Color Hex

#365180
(54,81,128)
0 Favorites   0 Comments

Color spaces of #365180

RGB 5481128
HSL0.610.410.36
HSV218°58°50°
CMYK 0.580.370.00   0.50
XYZ8.36008.227621.5695
Yxy8.22760.21910.2156
Hunter Lab28.68381.8279-24.5060
CIE-Lab34.45254.8938-29.6017

#365180 color RGB value is (54,81,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01010001 10000000
Octal 66 121 200
Decimal 54 81 128
Hex 36 51 80

RGB Percentages of Color #365180

%20.53
%30.80
%48.67

CMYK Percentages of Color #365180

%58
%37
%0
%50

Triadic Colors of #365180

#365180 #803651 #518036

Analogous Colors of #365180

#365180 #403680 #367680

Monochromatic Colors of #365180

#365180

Complementary Color

#365180 #806536

#365180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#365180 Color CSS Codes

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

#365180 Text Font Color

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

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


#365180 Background Color

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

This div background color is #365180


#365180 Border Color

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

This div border color is #365180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365180


Comments

No comments written yet.

Please login to write comment.