Color Hex Logo

#378489 Color Hex

#378489
(55,132,137)
0 Favorites   0 Comments

Color spaces of #378489

RGB 55132137
HSL0.510.430.38
HSV184°60°54°
CMYK 0.600.040.00   0.46
XYZ14.342219.120926.6017
Yxy19.12090.23880.3183
Hunter Lab43.7275-17.9767-5.4600
CIE-Lab50.8284-21.8608-9.8084

#378489 color RGB value is (55,132,137).

#378489 hex color red value is 55, green value is 132 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #378489 hue: 0.51 , saturation: 0.43 and the lightness value of 378489 is 0.38.

The process color (four color CMYK) of #378489 color hex is 0.60, 0.04, 0.00, 0.46. Web safe color of #378489 is #339999. Color #378489 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10000100 10001001
Octal 67 204 211
Decimal 55 132 137
Hex 37 84 89

RGB Percentages of Color #378489

%16.98
%40.74
%42.28

CMYK Percentages of Color #378489

%60
%4
%0
%46

Triadic Colors of #378489

#378489 #893784 #848937

Analogous Colors of #378489

#378489 #375b89 #378965

Monochromatic Colors of #378489

#378489

Complementary Color

#378489 #893c37

#378489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#378489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#378489 Color CSS Codes

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

#378489 Text Font Color

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

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


#378489 Background Color

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

This div background color is #378489


#378489 Border Color

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

This div border color is #378489


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,132,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #378489; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #378489;
  -webkit-box-shadow: 1px 1px 3px 2px #378489;
  box-shadow:         1px 1px 3px 2px #378489; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,132,137, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #378489


Comments

No comments written yet.

Please login to write comment.