Color Hex Logo

#375f7f Color Hex

#375F7F
(55,95,127)
0 Favorites   0 Comments

Color spaces of #375f7f

RGB 5595127
HSL0.570.400.36
HSV207°57°50°
CMYK 0.570.250.00   0.50
XYZ9.498510.528921.6103
Yxy10.52890.22810.2529
Hunter Lab32.4483-4.5326-16.7729
CIE-Lab38.7754-4.0719-22.2219

#375f7f color RGB value is (55,95,127).

#375f7f hex color red value is 55, green value is 95 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #375f7f hue: 0.57 , saturation: 0.40 and the lightness value of 375f7f is 0.36.

The process color (four color CMYK) of #375f7f color hex is 0.57, 0.25, 0.00, 0.50. Web safe color of #375f7f is #336666. Color #375f7f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01011111 01111111
Octal 67 137 177
Decimal 55 95 127
Hex 37 5F 7F

RGB Percentages of Color #375f7f

%19.86
%34.30
%45.85

CMYK Percentages of Color #375f7f

%57
%25
%0
%50

Triadic Colors of #375f7f

#375f7f #7f375f #5f7f37

Analogous Colors of #375f7f

#375f7f #373b7f #377f7b

Monochromatic Colors of #375f7f

#375f7f

Complementary Color

#375f7f #7f5737

#375f7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375f7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#375f7f Color CSS Codes

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

#375f7f Text Font Color

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

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


#375f7f Background Color

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

This div background color is #375f7f


#375f7f Border Color

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

This div border color is #375f7f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,95,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #375f7f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #375f7f;
  -webkit-box-shadow: 1px 1px 3px 2px #375f7f;
  box-shadow:         1px 1px 3px 2px #375f7f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375f7f


Comments

No comments written yet.

Please login to write comment.