Color Hex Logo

#375580 Color Hex

#375580
(55,85,128)
0 Favorites   0 Comments

Color spaces of #375580

RGB 5585128
HSL0.600.400.36
HSV215°57°50°
CMYK 0.570.340.00   0.50
XYZ8.72038.867721.6741
Yxy8.86770.22210.2259
Hunter Lab29.77870.1587-22.3085
CIE-Lab35.72832.5441-27.5902

#375580 color RGB value is (55,85,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01010101 10000000
Octal 67 125 200
Decimal 55 85 128
Hex 37 55 80

RGB Percentages of Color #375580

%20.52
%31.72
%47.76

CMYK Percentages of Color #375580

%57
%34
%0
%50

Triadic Colors of #375580

#375580 #803755 #558037

Analogous Colors of #375580

#375580 #3d3780 #377a80

Monochromatic Colors of #375580

#375580

Complementary Color

#375580 #806237

#375580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#375580 Color CSS Codes

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

#375580 Text Font Color

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

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


#375580 Background Color

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

This div background color is #375580


#375580 Border Color

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

This div border color is #375580


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375580


Comments

No comments written yet.

Please login to write comment.