Color Hex Logo

#375486 Color Hex

#375486
(55,84,134)
0 Favorites   0 Comments

Color spaces of #375486

RGB 5584134
HSL0.610.420.37
HSV218°59°53°
CMYK 0.590.370.00   0.47
XYZ9.04898.874123.7902
Yxy8.87410.21690.2127
Hunter Lab29.78942.0900-26.4971
CIE-Lab35.74085.2882-31.2517

#375486 color RGB value is (55,84,134).

#375486 hex color red value is 55, green value is 84 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #375486 hue: 0.61 , saturation: 0.42 and the lightness value of 375486 is 0.37.

The process color (four color CMYK) of #375486 color hex is 0.59, 0.37, 0.00, 0.47. Web safe color of #375486 is #336699. Color #375486 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01010100 10000110
Octal 67 124 206
Decimal 55 84 134
Hex 37 54 86

RGB Percentages of Color #375486

%20.15
%30.77
%49.08

CMYK Percentages of Color #375486

%59
%37
%0
%47

Triadic Colors of #375486

#375486 #863754 #548637

Analogous Colors of #375486

#375486 #423786 #377c86

Monochromatic Colors of #375486

#375486

Complementary Color

#375486 #866937

#375486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#375486 Color CSS Codes

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

#375486 Text Font Color

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

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


#375486 Background Color

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

This div background color is #375486


#375486 Border Color

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

This div border color is #375486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375486


Comments

No comments written yet.

Please login to write comment.