Color Hex Logo

#366387 Color Hex

#366387
(54,99,135)
0 Favorites   0 Comments

Color spaces of #366387

RGB 5499135
HSL0.570.430.37
HSV207°60°53°
CMYK 0.600.270.00   0.47
XYZ10.356311.457224.5873
Yxy11.45720.22320.2469
Hunter Lab33.8485-4.6209-19.3739
CIE-Lab40.3401-4.0318-24.6525

#366387 color RGB value is (54,99,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01100011 10000111
Octal 66 143 207
Decimal 54 99 135
Hex 36 63 87

RGB Percentages of Color #366387

%18.75
%34.38
%46.88

CMYK Percentages of Color #366387

%60
%27
%0
%47

Triadic Colors of #366387

#366387 #873663 #638736

Analogous Colors of #366387

#366387 #363b87 #368783

Monochromatic Colors of #366387

#366387

Complementary Color

#366387 #875a36

#366387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#366387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#366387 Color CSS Codes

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

#366387 Text Font Color

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

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


#366387 Background Color

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

This div background color is #366387


#366387 Border Color

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

This div border color is #366387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #366387


Comments

No comments written yet.

Please login to write comment.