Color Hex Logo

#367385 Color Hex

#367385
(54,115,133)
0 Favorites   0 Comments

Color spaces of #367385

RGB 54115133
HSL0.540.420.37
HSV194°59°52°
CMYK 0.590.140.00   0.48
XYZ11.885714.739224.4088
Yxy14.73920.23290.2888
Hunter Lab38.3917-11.9235-10.8215
CIE-Lab45.2749-14.0821-15.8487

#367385 color RGB value is (54,115,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01110011 10000101
Octal 66 163 205
Decimal 54 115 133
Hex 36 73 85

RGB Percentages of Color #367385

%17.88
%38.08
%44.04

CMYK Percentages of Color #367385

%59
%14
%0
%48

Triadic Colors of #367385

#367385 #853673 #738536

Analogous Colors of #367385

#367385 #364c85 #368570

Monochromatic Colors of #367385

#367385

Complementary Color

#367385 #854836

#367385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#367385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#367385 Color CSS Codes

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

#367385 Text Font Color

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

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


#367385 Background Color

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

This div background color is #367385


#367385 Border Color

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

This div border color is #367385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #367385


Comments

No comments written yet.

Please login to write comment.