Color Hex Logo

#366681 Color Hex

#366681
(54,102,129)
0 Favorites   0 Comments

Color spaces of #366681

RGB 54102129
HSL0.560.410.36
HSV202°58°51°
CMYK 0.580.210.00   0.49
XYZ10.235111.872022.5210
Yxy11.87200.22930.2660
Hunter Lab34.4558-7.2741-14.6341
CIE-Lab41.0120-7.8630-19.9820

#366681 color RGB value is (54,102,129).

#366681 hex color red value is 54, green value is 102 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #366681 hue: 0.56 , saturation: 0.41 and the lightness value of 366681 is 0.36.

The process color (four color CMYK) of #366681 color hex is 0.58, 0.21, 0.00, 0.49. Web safe color of #366681 is #336699. Color #366681 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01100110 10000001
Octal 66 146 201
Decimal 54 102 129
Hex 36 66 81

RGB Percentages of Color #366681

%18.95
%35.79
%45.26

CMYK Percentages of Color #366681

%58
%21
%0
%49

Triadic Colors of #366681

#366681 #813666 #668136

Analogous Colors of #366681

#366681 #364181 #368177

Monochromatic Colors of #366681

#366681

Complementary Color

#366681 #815136

#366681 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#366681 Color Preview on White Background

Lorem ipsum dolor sit amet.

#366681 Color CSS Codes

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

#366681 Text Font Color

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

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


#366681 Background Color

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

This div background color is #366681


#366681 Border Color

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

This div border color is #366681


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #366681


Comments

No comments written yet.

Please login to write comment.