Color Hex Logo

#377097 Color Hex

#377097
(55,112,151)
0 Favorites   0 Comments

Color spaces of #377097

RGB 55112151
HSL0.570.470.40
HSV204°64°59°
CMYK 0.640.260.00   0.41
XYZ12.955614.634931.4201
Yxy14.63490.21950.2480
Hunter Lab38.2556-6.4966-21.9172
CIE-Lab45.1300-6.1698-26.7672

#377097 color RGB value is (55,112,151).

#377097 hex color red value is 55, green value is 112 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #377097 hue: 0.57 , saturation: 0.47 and the lightness value of 377097 is 0.40.

The process color (four color CMYK) of #377097 color hex is 0.64, 0.26, 0.00, 0.41. Web safe color of #377097 is #336699. Color #377097 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01110000 10010111
Octal 67 160 227
Decimal 55 112 151
Hex 37 70 97

RGB Percentages of Color #377097

%17.30
%35.22
%47.48

CMYK Percentages of Color #377097

%64
%26
%0
%41

Triadic Colors of #377097

#377097 #973770 #709737

Analogous Colors of #377097

#377097 #374097 #37978e

Monochromatic Colors of #377097

#377097

Complementary Color

#377097 #975e37

#377097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#377097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#377097 Color CSS Codes

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

#377097 Text Font Color

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

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


#377097 Background Color

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

This div background color is #377097


#377097 Border Color

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

This div border color is #377097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #377097


Comments

No comments written yet.

Please login to write comment.