Color Hex Logo

#379197 Color Hex

#379197
(55,145,151)
0 Favorites   0 Comments

Color spaces of #379197

RGB 55145151
HSL0.510.470.40
HSV184°64°59°
CMYK 0.640.040.00   0.41
XYZ17.286923.297432.8639
Yxy23.29740.23540.3172
Hunter Lab48.2674-20.5384-6.5817
CIE-Lab55.3774-24.3721-11.0935

#379197 color RGB value is (55,145,151).

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

The process color (four color CMYK) of #379197 color hex is 0.64, 0.04, 0.00, 0.41. Web safe color of #379197 is #339999. Color #379197 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10010001 10010111
Octal 67 221 227
Decimal 55 145 151
Hex 37 91 97

RGB Percentages of Color #379197

%15.67
%41.31
%43.02

CMYK Percentages of Color #379197

%64
%4
%0
%41

Triadic Colors of #379197

#379197 #973791 #919737

Analogous Colors of #379197

#379197 #376197 #37976d

Monochromatic Colors of #379197

#379197

Complementary Color

#379197 #973d37

#379197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#379197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#379197 Color CSS Codes

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

#379197 Text Font Color

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

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


#379197 Background Color

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

This div background color is #379197


#379197 Border Color

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

This div border color is #379197


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #379197


Comments

No comments written yet.

Please login to write comment.