Color Hex Logo

#374059 Color Hex

#374059
(55,64,89)
0 Favorites   0 Comments

Color spaces of #374059

RGB 556489
HSL0.620.240.28
HSV224°38°35°
CMYK 0.380.280.00   0.65
XYZ5.21215.200310.1802
Yxy5.20030.25310.2525
Hunter Lab22.80420.8905-10.5052
CIE-Lab27.29803.3305-16.1225

#374059 color RGB value is (55,64,89).

#374059 hex color red value is 55, green value is 64 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #374059 hue: 0.62 , saturation: 0.24 and the lightness value of 374059 is 0.28.

The process color (four color CMYK) of #374059 color hex is 0.38, 0.28, 0.00, 0.65. Web safe color of #374059 is #333366. Color #374059 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01000000 01011001
Octal 67 100 131
Decimal 55 64 89
Hex 37 40 59

RGB Percentages of Color #374059

%26.44
%30.77
%42.79

CMYK Percentages of Color #374059

%38
%28
%0
%65

Triadic Colors of #374059

#374059 #593740 #405937

Analogous Colors of #374059

#374059 #3f3759 #375159

Monochromatic Colors of #374059

#374059

Complementary Color

#374059 #595037

#374059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#374059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#374059 Color CSS Codes

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

#374059 Text Font Color

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

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


#374059 Background Color

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

This div background color is #374059


#374059 Border Color

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

This div border color is #374059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #374059


Comments

No comments written yet.

Please login to write comment.