Color Hex Logo

#366b80 Color Hex

#366B80
(54,107,128)
0 Favorites   0 Comments

Color spaces of #366b80

RGB 54107128
HSL0.550.410.36
HSV197°58°50°
CMYK 0.580.160.00   0.50
XYZ10.675312.858222.3413
Yxy12.85820.23270.2803
Hunter Lab35.8583-9.6113-11.8394
CIE-Lab42.5488-11.1249-17.0169

#366b80 color RGB value is (54,107,128).

#366b80 hex color red value is 54, green value is 107 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #366b80 hue: 0.55 , saturation: 0.41 and the lightness value of 366b80 is 0.36.

The process color (four color CMYK) of #366b80 color hex is 0.58, 0.16, 0.00, 0.50. Web safe color of #366b80 is #336699. Color #366b80 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01101011 10000000
Octal 66 153 200
Decimal 54 107 128
Hex 36 6B 80

RGB Percentages of Color #366b80

%18.69
%37.02
%44.29

CMYK Percentages of Color #366b80

%58
%16
%0
%50

Triadic Colors of #366b80

#366b80 #80366b #6b8036

Analogous Colors of #366b80

#366b80 #364680 #368070

Monochromatic Colors of #366b80

#366b80

Complementary Color

#366b80 #804b36

#366b80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#366b80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#366b80 Color CSS Codes

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

#366b80 Text Font Color

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

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


#366b80 Background Color

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

This div background color is #366b80


#366b80 Border Color

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

This div border color is #366b80


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,107,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #366b80; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #366b80;
  -webkit-box-shadow: 1px 1px 3px 2px #366b80;
  box-shadow:         1px 1px 3px 2px #366b80; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #366b80


Comments

No comments written yet.

Please login to write comment.