Color Hex Logo

#374777 Color Hex

#374777
(55,71,119)
0 Favorites   0 Comments

Color spaces of #374777

RGB 5571119
HSL0.630.370.34
HSV225°54°47°
CMYK 0.540.400.00   0.53
XYZ7.15866.650618.3592
Yxy6.65060.22250.2067
Hunter Lab25.78884.4188-24.1568
CIE-Lab30.99798.5772-29.4604

#374777 color RGB value is (55,71,119).

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

The process color (four color CMYK) of #374777 color hex is 0.54, 0.40, 0.00, 0.53. Web safe color of #374777 is #333366. Color #374777 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01000111 01110111
Octal 67 107 167
Decimal 55 71 119
Hex 37 47 77

RGB Percentages of Color #374777

%22.45
%28.98
%48.57

CMYK Percentages of Color #374777

%54
%40
%0
%53

Triadic Colors of #374777

#374777 #773747 #477737

Analogous Colors of #374777

#374777 #473777 #376777

Monochromatic Colors of #374777

#374777

Complementary Color

#374777 #776737

#374777 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#374777 Color Preview on White Background

Lorem ipsum dolor sit amet.

#374777 Color CSS Codes

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

#374777 Text Font Color

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

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


#374777 Background Color

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

This div background color is #374777


#374777 Border Color

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

This div border color is #374777


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #374777


Comments

No comments written yet.

Please login to write comment.