Color Hex Logo

#365772 Color Hex

#365772
(54,87,114)
0 Favorites   0 Comments

Color spaces of #365772

RGB 5487114
HSL0.580.360.33
HSV207°53°45°
CMYK 0.530.240.00   0.55
XYZ7.96688.815617.2013
Yxy8.81560.23440.2594
Hunter Lab29.6911-4.0637-13.5655
CIE-Lab35.6268-3.7103-19.1060

#365772 color RGB value is (54,87,114).

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

The process color (four color CMYK) of #365772 color hex is 0.53, 0.24, 0.00, 0.55. Web safe color of #365772 is #336666. Color #365772 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01010111 01110010
Octal 66 127 162
Decimal 54 87 114
Hex 36 57 72

RGB Percentages of Color #365772

%21.18
%34.12
%44.71

CMYK Percentages of Color #365772

%53
%24
%0
%55

Triadic Colors of #365772

#365772 #723657 #577236

Analogous Colors of #365772

#365772 #363972 #36726f

Monochromatic Colors of #365772

#365772

Complementary Color

#365772 #725136

#365772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#365772 Color CSS Codes

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

#365772 Text Font Color

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

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


#365772 Background Color

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

This div background color is #365772


#365772 Border Color

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

This div border color is #365772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365772


Comments

No comments written yet.

Please login to write comment.