Color Hex Logo

#374785 Color Hex

#374785
(55,71,133)
0 Favorites   0 Comments

Color spaces of #374785

RGB 5571133
HSL0.630.410.37
HSV228°59°52°
CMYK 0.590.470.00   0.48
XYZ8.06247.012223.1188
Yxy7.01220.21110.1836
Hunter Lab26.48068.0060-33.2266
CIE-Lab31.834713.5069-36.8424

#374785 color RGB value is (55,71,133).

#374785 hex color red value is 55, green value is 71 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #374785 hue: 0.63 , saturation: 0.41 and the lightness value of 374785 is 0.37.

The process color (four color CMYK) of #374785 color hex is 0.59, 0.47, 0.00, 0.48. Web safe color of #374785 is #333399. Color #374785 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01000111 10000101
Octal 67 107 205
Decimal 55 71 133
Hex 37 47 85

RGB Percentages of Color #374785

%21.24
%27.41
%51.35

CMYK Percentages of Color #374785

%59
%47
%0
%48

Triadic Colors of #374785

#374785 #853747 #478537

Analogous Colors of #374785

#374785 #4e3785 #376e85

Monochromatic Colors of #374785

#374785

Complementary Color

#374785 #857537

#374785 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#374785 Color Preview on White Background

Lorem ipsum dolor sit amet.

#374785 Color CSS Codes

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

#374785 Text Font Color

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

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


#374785 Background Color

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

This div background color is #374785


#374785 Border Color

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

This div border color is #374785


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #374785

#374785 Color Palettes


Comments

No comments written yet.

Please login to write comment.