Color Hex Logo

#374965 Color Hex

#374965
(55,73,101)
0 Favorites   0 Comments

Color spaces of #374965

RGB 5573101
HSL0.600.290.31
HSV217°46°40°
CMYK 0.460.280.00   0.60
XYZ6.30716.516913.2374
Yxy6.51690.24200.2501
Hunter Lab25.5282-0.5735-12.8745
CIE-Lab30.68081.2160-18.5939

#374965 color RGB value is (55,73,101).

#374965 hex color red value is 55, green value is 73 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #374965 hue: 0.60 , saturation: 0.29 and the lightness value of 374965 is 0.31.

The process color (four color CMYK) of #374965 color hex is 0.46, 0.28, 0.00, 0.60. Web safe color of #374965 is #333366. Color #374965 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01001001 01100101
Octal 67 111 145
Decimal 55 73 101
Hex 37 49 65

RGB Percentages of Color #374965

%24.02
%31.88
%44.10

CMYK Percentages of Color #374965

%46
%28
%0
%60

Triadic Colors of #374965

#374965 #653749 #496537

Analogous Colors of #374965

#374965 #3c3765 #376065

Monochromatic Colors of #374965

#374965

Complementary Color

#374965 #655337

#374965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#374965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#374965 Color CSS Codes

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

#374965 Text Font Color

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

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


#374965 Background Color

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

This div background color is #374965


#374965 Border Color

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

This div border color is #374965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #374965


Comments

No comments written yet.

Please login to write comment.