Color Hex Logo

#375e81 Color Hex

#375E81
(55,94,129)
0 Favorites   0 Comments

Color spaces of #375e81

RGB 5594129
HSL0.580.400.36
HSV208°57°51°
CMYK 0.570.270.00   0.49
XYZ9.540710.402622.2739
Yxy10.40260.22600.2464
Hunter Lab32.2531-3.6412-18.3684
CIE-Lab38.5555-2.7810-23.7831

#375e81 color RGB value is (55,94,129).

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

The process color (four color CMYK) of #375e81 color hex is 0.57, 0.27, 0.00, 0.49. Web safe color of #375e81 is #336699. Color #375e81 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01011110 10000001
Octal 67 136 201
Decimal 55 94 129
Hex 37 5E 81

RGB Percentages of Color #375e81

%19.78
%33.81
%46.40

CMYK Percentages of Color #375e81

%57
%27
%0
%49

Triadic Colors of #375e81

#375e81 #81375e #5e8137

Analogous Colors of #375e81

#375e81 #373981 #37817f

Monochromatic Colors of #375e81

#375e81

Complementary Color

#375e81 #815a37

#375e81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375e81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#375e81 Color CSS Codes

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

#375e81 Text Font Color

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

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


#375e81 Background Color

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

This div background color is #375e81


#375e81 Border Color

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

This div border color is #375e81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375e81


Comments

No comments written yet.

Please login to write comment.