Color Hex Logo

#377696 Color Hex

#377696
(55,118,150)
0 Favorites   0 Comments

Color spaces of #377696

RGB 55118150
HSL0.560.460.40
HSV200°63°59°
CMYK 0.630.210.00   0.41
XYZ13.559015.971131.2223
Yxy15.97110.22320.2629
Hunter Lab39.9639-9.3750-18.3464
CIE-Lab46.9365-10.0221-23.3746

#377696 color RGB value is (55,118,150).

#377696 hex color red value is 55, green value is 118 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #377696 hue: 0.56 , saturation: 0.46 and the lightness value of 377696 is 0.40.

The process color (four color CMYK) of #377696 color hex is 0.63, 0.21, 0.00, 0.41. Web safe color of #377696 is #336699. Color #377696 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01110110 10010110
Octal 67 166 226
Decimal 55 118 150
Hex 37 76 96

RGB Percentages of Color #377696

%17.03
%36.53
%46.44

CMYK Percentages of Color #377696

%63
%21
%0
%41

Triadic Colors of #377696

#377696 #963776 #769637

Analogous Colors of #377696

#377696 #374696 #379687

Monochromatic Colors of #377696

#377696

Complementary Color

#377696 #965737

#377696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#377696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#377696 Color CSS Codes

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

#377696 Text Font Color

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

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


#377696 Background Color

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

This div background color is #377696


#377696 Border Color

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

This div border color is #377696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #377696


Comments

No comments written yet.

Please login to write comment.