Color Hex Logo

#365966 Color Hex

#365966
(54,89,102)
0 Favorites   0 Comments

Color spaces of #365966

RGB 5489102
HSL0.550.310.31
HSV196°47°40°
CMYK 0.470.130.00   0.60
XYZ7.49208.888313.8911
Yxy8.88830.24750.2936
Hunter Lab29.8133-7.3166-6.7561
CIE-Lab35.7683-8.7567-11.4271

#365966 color RGB value is (54,89,102).

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

The process color (four color CMYK) of #365966 color hex is 0.47, 0.13, 0.00, 0.60. Web safe color of #365966 is #336666. Color #365966 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01011001 01100110
Octal 66 131 146
Decimal 54 89 102
Hex 36 59 66

RGB Percentages of Color #365966

%22.04
%36.33
%41.63

CMYK Percentages of Color #365966

%47
%13
%0
%60

Triadic Colors of #365966

#365966 #663659 #596636

Analogous Colors of #365966

#365966 #364166 #36665b

Monochromatic Colors of #365966

#365966

Complementary Color

#365966 #664336

#365966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#365966 Color CSS Codes

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

#365966 Text Font Color

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

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


#365966 Background Color

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

This div background color is #365966


#365966 Border Color

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

This div border color is #365966


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365966


Comments

No comments written yet.

Please login to write comment.