Color Hex Logo

#375568 Color Hex

#375568
(55,85,104)
0 Favorites   0 Comments

Color spaces of #375568

RGB 5585104
HSL0.560.310.31
HSV203°47°41°
CMYK 0.470.180.00   0.59
XYZ7.32278.308714.3145
Yxy8.30870.24450.2775
Hunter Lab28.8248-5.0970-9.2662
CIE-Lab34.6177-5.4241-14.4237

#375568 color RGB value is (55,85,104).

#375568 hex color red value is 55, green value is 85 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #375568 hue: 0.56 , saturation: 0.31 and the lightness value of 375568 is 0.31.

The process color (four color CMYK) of #375568 color hex is 0.47, 0.18, 0.00, 0.59. Web safe color of #375568 is #336666. Color #375568 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01010101 01101000
Octal 67 125 150
Decimal 55 85 104
Hex 37 55 68

RGB Percentages of Color #375568

%22.54
%34.84
%42.62

CMYK Percentages of Color #375568

%47
%18
%0
%59

Triadic Colors of #375568

#375568 #683755 #556837

Analogous Colors of #375568

#375568 #373d68 #376862

Monochromatic Colors of #375568

#375568

Complementary Color

#375568 #684a37

#375568 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375568 Color Preview on White Background

Lorem ipsum dolor sit amet.

#375568 Color CSS Codes

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

#375568 Text Font Color

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

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


#375568 Background Color

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

This div background color is #375568


#375568 Border Color

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

This div border color is #375568


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375568


Comments

No comments written yet.

Please login to write comment.