Color Hex Logo

#366589 Color Hex

#366589
(54,101,137)
0 Favorites   0 Comments

Color spaces of #366589

RGB 54101137
HSL0.570.430.37
HSV206°61°54°
CMYK 0.610.260.00   0.46
XYZ10.690411.897825.4000
Yxy11.89780.22280.2479
Hunter Lab34.4932-5.0410-19.5146
CIE-Lab41.0532-4.5647-24.7503

#366589 color RGB value is (54,101,137).

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

The process color (four color CMYK) of #366589 color hex is 0.61, 0.26, 0.00, 0.46. Web safe color of #366589 is #336699. Color #366589 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01100101 10001001
Octal 66 145 211
Decimal 54 101 137
Hex 36 65 89

RGB Percentages of Color #366589

%18.49
%34.59
%46.92

CMYK Percentages of Color #366589

%61
%26
%0
%46

Triadic Colors of #366589

#366589 #893665 #658936

Analogous Colors of #366589

#366589 #363c89 #368984

Monochromatic Colors of #366589

#366589

Complementary Color

#366589 #895a36

#366589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#366589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#366589 Color CSS Codes

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

#366589 Text Font Color

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

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


#366589 Background Color

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

This div background color is #366589


#366589 Border Color

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

This div border color is #366589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #366589


Comments

No comments written yet.

Please login to write comment.