Color Hex Logo

#367885 Color Hex

#367885
(54,120,133)
0 Favorites   0 Comments

Color spaces of #367885

RGB 54120133
HSL0.530.420.37
HSV190°59°52°
CMYK 0.590.100.00   0.48
XYZ12.471415.910724.6041
Yxy15.91070.23540.3003
Hunter Lab39.8882-13.9948-8.6499
CIE-Lab46.8571-16.8606-13.4440

#367885 color RGB value is (54,120,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01111000 10000101
Octal 66 170 205
Decimal 54 120 133
Hex 36 78 85

RGB Percentages of Color #367885

%17.59
%39.09
%43.32

CMYK Percentages of Color #367885

%59
%10
%0
%48

Triadic Colors of #367885

#367885 #853678 #788536

Analogous Colors of #367885

#367885 #365185 #36856b

Monochromatic Colors of #367885

#367885

Complementary Color

#367885 #854336

#367885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#367885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#367885 Color CSS Codes

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

#367885 Text Font Color

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

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


#367885 Background Color

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

This div background color is #367885


#367885 Border Color

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

This div border color is #367885


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #367885


Comments

No comments written yet.

Please login to write comment.