Color Hex Logo

#375980 Color Hex

#375980
(55,89,128)
0 Favorites   0 Comments

Color spaces of #375980

RGB 5589128
HSL0.590.400.36
HSV212°57°50°
CMYK 0.570.300.00   0.50
XYZ9.04429.515521.7821
Yxy9.51550.22420.2359
Hunter Lab30.8472-1.6476-20.2733
CIE-Lab36.95840.0000-25.6629

#375980 color RGB value is (55,89,128).

#375980 hex color red value is 55, green value is 89 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #375980 hue: 0.59 , saturation: 0.40 and the lightness value of 375980 is 0.36.

The process color (four color CMYK) of #375980 color hex is 0.57, 0.30, 0.00, 0.50. Web safe color of #375980 is #336699. Color #375980 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01011001 10000000
Octal 67 131 200
Decimal 55 89 128
Hex 37 59 80

RGB Percentages of Color #375980

%20.22
%32.72
%47.06

CMYK Percentages of Color #375980

%57
%30
%0
%50

Triadic Colors of #375980

#375980 #803759 #598037

Analogous Colors of #375980

#375980 #3a3780 #377e80

Monochromatic Colors of #375980

#375980

Complementary Color

#375980 #805e37

#375980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#375980 Color CSS Codes

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

#375980 Text Font Color

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

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


#375980 Background Color

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

This div background color is #375980


#375980 Border Color

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

This div border color is #375980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375980


Comments

No comments written yet.

Please login to write comment.