Color Hex Logo

#376074 Color Hex

#376074
(55,96,116)
0 Favorites   0 Comments

Color spaces of #376074

RGB 5596116
HSL0.550.360.34
HSV200°53°45°
CMYK 0.530.170.00   0.55
XYZ8.910810.438918.0683
Yxy10.43890.23810.2790
Hunter Lab32.3093-7.3115-10.5402
CIE-Lab38.6189-8.2850-15.7341

#376074 color RGB value is (55,96,116).

#376074 hex color red value is 55, green value is 96 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #376074 hue: 0.55 , saturation: 0.36 and the lightness value of 376074 is 0.34.

The process color (four color CMYK) of #376074 color hex is 0.53, 0.17, 0.00, 0.55. Web safe color of #376074 is #336666. Color #376074 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01100000 01110100
Octal 67 140 164
Decimal 55 96 116
Hex 37 60 74

RGB Percentages of Color #376074

%20.60
%35.96
%43.45

CMYK Percentages of Color #376074

%53
%17
%0
%55

Triadic Colors of #376074

#376074 #743760 #607437

Analogous Colors of #376074

#376074 #374274 #37746a

Monochromatic Colors of #376074

#376074

Complementary Color

#376074 #744b37

#376074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#376074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#376074 Color CSS Codes

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

#376074 Text Font Color

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

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


#376074 Background Color

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

This div background color is #376074


#376074 Border Color

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

This div border color is #376074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #376074


Comments

No comments written yet.

Please login to write comment.