Color Hex Logo

#365679 Color Hex

#365679
(54,86,121)
0 Favorites   0 Comments

Color spaces of #365679

RGB 5486121
HSL0.590.380.34
HSV211°55°47°
CMYK 0.550.290.00   0.53
XYZ8.30038.820319.3542
Yxy8.82030.22760.2418
Hunter Lab29.6990-2.0859-17.8487
CIE-Lab35.6360-0.7381-23.4248

#365679 color RGB value is (54,86,121).

#365679 hex color red value is 54, green value is 86 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #365679 hue: 0.59 , saturation: 0.38 and the lightness value of 365679 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01010110 01111001
Octal 66 126 171
Decimal 54 86 121
Hex 36 56 79

RGB Percentages of Color #365679

%20.69
%32.95
%46.36

CMYK Percentages of Color #365679

%55
%29
%0
%53

Triadic Colors of #365679

#365679 #793656 #567936

Analogous Colors of #365679

#365679 #383679 #367879

Monochromatic Colors of #365679

#365679

Complementary Color

#365679 #795936

#365679 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365679 Color Preview on White Background

Lorem ipsum dolor sit amet.

#365679 Color CSS Codes

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

#365679 Text Font Color

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

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


#365679 Background Color

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

This div background color is #365679


#365679 Border Color

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

This div border color is #365679


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365679


Comments

No comments written yet.

Please login to write comment.