Color Hex Logo

#366379 Color Hex

#366379
(54,99,121)
0 Favorites   0 Comments

Color spaces of #366379

RGB 5499121
HSL0.550.380.34
HSV200°55°47°
CMYK 0.550.180.00   0.53
XYZ9.434411.088419.7322
Yxy11.08840.23440.2755
Hunter Lab33.2992-7.7008-11.8241
CIE-Lab39.7290-8.7052-17.0953

#366379 color RGB value is (54,99,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01100011 01111001
Octal 66 143 171
Decimal 54 99 121
Hex 36 63 79

RGB Percentages of Color #366379

%19.71
%36.13
%44.16

CMYK Percentages of Color #366379

%55
%18
%0
%53

Triadic Colors of #366379

#366379 #793663 #637936

Analogous Colors of #366379

#366379 #364279 #36796e

Monochromatic Colors of #366379

#366379

Complementary Color

#366379 #794c36

#366379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#366379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#366379 Color CSS Codes

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

#366379 Text Font Color

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

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


#366379 Background Color

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

This div background color is #366379


#366379 Border Color

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

This div border color is #366379


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,99,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 #366379">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #366379


Comments

No comments written yet.

Please login to write comment.