Color Hex Logo

#367985 Color Hex

#367985
(54,121,133)
0 Favorites   0 Comments

Color spaces of #367985

RGB 54121133
HSL0.530.420.37
HSV189°59°52°
CMYK 0.590.090.00   0.48
XYZ12.592316.152524.6444
Yxy16.15250.23590.3025
Hunter Lab40.1902-14.4056-8.2232
CIE-Lab47.1739-17.4079-12.9642

#367985 color RGB value is (54,121,133).

#367985 hex color red value is 54, green value is 121 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #367985 hue: 0.53 , saturation: 0.42 and the lightness value of 367985 is 0.37.

The process color (four color CMYK) of #367985 color hex is 0.59, 0.09, 0.00, 0.48. Web safe color of #367985 is #336699. Color #367985 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01111001 10000101
Octal 66 171 205
Decimal 54 121 133
Hex 36 79 85

RGB Percentages of Color #367985

%17.53
%39.29
%43.18

CMYK Percentages of Color #367985

%59
%9
%0
%48

Triadic Colors of #367985

#367985 #853679 #798536

Analogous Colors of #367985

#367985 #365285 #36856a

Monochromatic Colors of #367985

#367985

Complementary Color

#367985 #854236

#367985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#367985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#367985 Color CSS Codes

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

#367985 Text Font Color

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

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


#367985 Background Color

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

This div background color is #367985


#367985 Border Color

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

This div border color is #367985


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #367985


Comments

No comments written yet.

Please login to write comment.