Color Hex Logo

#365967 Color Hex

#365967
(54,89,103)
0 Favorites   0 Comments

Color spaces of #365967

RGB 5489103
HSL0.550.310.31
HSV197°48°40°
CMYK 0.480.140.00   0.60
XYZ7.54198.908314.1539
Yxy8.90830.24640.2911
Hunter Lab29.8468-7.1272-7.2237
CIE-Lab35.8071-8.4490-11.9912

#365967 color RGB value is (54,89,103).

#365967 hex color red value is 54, green value is 89 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #365967 hue: 0.55 , saturation: 0.31 and the lightness value of 365967 is 0.31.

The process color (four color CMYK) of #365967 color hex is 0.48, 0.14, 0.00, 0.60. Web safe color of #365967 is #336666. Color #365967 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01011001 01100111
Octal 66 131 147
Decimal 54 89 103
Hex 36 59 67

RGB Percentages of Color #365967

%21.95
%36.18
%41.87

CMYK Percentages of Color #365967

%48
%14
%0
%60

Triadic Colors of #365967

#365967 #673659 #596736

Analogous Colors of #365967

#365967 #364167 #36675d

Monochromatic Colors of #365967

#365967

Complementary Color

#365967 #674436

#365967 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365967 Color Preview on White Background

Lorem ipsum dolor sit amet.

#365967 Color CSS Codes

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

#365967 Text Font Color

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

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


#365967 Background Color

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

This div background color is #365967


#365967 Border Color

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

This div border color is #365967


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365967


Comments

No comments written yet.

Please login to write comment.