Color Hex Logo

#365d78 Color Hex

#365D78
(54,93,120)
0 Favorites   0 Comments

Color spaces of #365d78

RGB 5493120
HSL0.570.380.34
HSV205°55°47°
CMYK 0.550.230.00   0.53
XYZ8.82589.969019.2283
Yxy9.96900.23210.2622
Hunter Lab31.5737-5.3579-14.0058
CIE-Lab37.7867-5.4226-19.4722

#365d78 color RGB value is (54,93,120).

#365d78 hex color red value is 54, green value is 93 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #365d78 hue: 0.57 , saturation: 0.38 and the lightness value of 365d78 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01011101 01111000
Octal 66 135 170
Decimal 54 93 120
Hex 36 5D 78

RGB Percentages of Color #365d78

%20.22
%34.83
%44.94

CMYK Percentages of Color #365d78

%55
%23
%0
%53

Triadic Colors of #365d78

#365d78 #78365d #5d7836

Analogous Colors of #365d78

#365d78 #363c78 #367872

Monochromatic Colors of #365d78

#365d78

Complementary Color

#365d78 #785136

#365d78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365d78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#365d78 Color CSS Codes

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

#365d78 Text Font Color

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

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


#365d78 Background Color

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

This div background color is #365d78


#365d78 Border Color

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

This div border color is #365d78


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,93,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #365d78; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #365d78;
  -webkit-box-shadow: 1px 1px 3px 2px #365d78;
  box-shadow:         1px 1px 3px 2px #365d78; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365d78


Comments

No comments written yet.

Please login to write comment.