Color Hex Logo

#366586 Color Hex

#366586
(54,101,134)
0 Favorites   0 Comments

Color spaces of #366586

RGB 54101134
HSL0.570.430.37
HSV205°60°53°
CMYK 0.600.250.00   0.47
XYZ10.478111.812924.2821
Yxy11.81290.22500.2536
Hunter Lab34.3699-5.7293-17.8291
CIE-Lab40.9172-5.5867-23.1514

#366586 color RGB value is (54,101,134).

#366586 hex color red value is 54, green value is 101 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #366586 hue: 0.57 , saturation: 0.43 and the lightness value of 366586 is 0.37.

The process color (four color CMYK) of #366586 color hex is 0.60, 0.25, 0.00, 0.47. Web safe color of #366586 is #336699. Color #366586 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01100101 10000110
Octal 66 145 206
Decimal 54 101 134
Hex 36 65 86

RGB Percentages of Color #366586

%18.69
%34.95
%46.37

CMYK Percentages of Color #366586

%60
%25
%0
%47

Triadic Colors of #366586

#366586 #863665 #658636

Analogous Colors of #366586

#366586 #363d86 #36867f

Monochromatic Colors of #366586

#366586

Complementary Color

#366586 #865736

#366586 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#366586 Color Preview on White Background

Lorem ipsum dolor sit amet.

#366586 Color CSS Codes

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

#366586 Text Font Color

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

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


#366586 Background Color

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

This div background color is #366586


#366586 Border Color

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

This div border color is #366586


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #366586


Comments

No comments written yet.

Please login to write comment.