Color Hex Logo

#374379 Color Hex

#374379
(55,67,121)
0 Favorites   0 Comments

Color spaces of #374379

RGB 5567121
HSL0.640.380.35
HSV229°55°47°
CMYK 0.550.450.00   0.53
XYZ7.03396.207018.9165
Yxy6.20700.21870.1930
Hunter Lab24.91396.7965-27.5778
CIE-Lab29.928811.9520-32.4105

#374379 color RGB value is (55,67,121).

#374379 hex color red value is 55, green value is 67 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #374379 hue: 0.64 , saturation: 0.38 and the lightness value of 374379 is 0.35.

The process color (four color CMYK) of #374379 color hex is 0.55, 0.45, 0.00, 0.53. Web safe color of #374379 is #333366. Color #374379 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01000011 01111001
Octal 67 103 171
Decimal 55 67 121
Hex 37 43 79

RGB Percentages of Color #374379

%22.63
%27.57
%49.79

CMYK Percentages of Color #374379

%55
%45
%0
%53

Triadic Colors of #374379

#374379 #793743 #437937

Analogous Colors of #374379

#374379 #4c3779 #376479

Monochromatic Colors of #374379

#374379

Complementary Color

#374379 #796d37

#374379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#374379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#374379 Color CSS Codes

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

#374379 Text Font Color

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

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


#374379 Background Color

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

This div background color is #374379


#374379 Border Color

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

This div border color is #374379


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #374379


Comments

No comments written yet.

Please login to write comment.