Color Hex Logo

#374985 Color Hex

#374985
(55,73,133)
0 Favorites   0 Comments

Color spaces of #374985

RGB 5573133
HSL0.630.410.37
HSV226°59°52°
CMYK 0.590.450.00   0.48
XYZ8.19177.270823.1619
Yxy7.27080.21210.1882
Hunter Lab26.96447.0400-32.0538
CIE-Lab32.415612.1711-35.9148

#374985 color RGB value is (55,73,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01001001 10000101
Octal 67 111 205
Decimal 55 73 133
Hex 37 49 85

RGB Percentages of Color #374985

%21.07
%27.97
%50.96

CMYK Percentages of Color #374985

%59
%45
%0
%48

Triadic Colors of #374985

#374985 #853749 #498537

Analogous Colors of #374985

#374985 #4c3785 #377085

Monochromatic Colors of #374985

#374985

Complementary Color

#374985 #857337

#374985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#374985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#374985 Color CSS Codes

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

#374985 Text Font Color

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

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


#374985 Background Color

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

This div background color is #374985


#374985 Border Color

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

This div border color is #374985


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,73,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 #374985">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #374985


Comments

No comments written yet.

Please login to write comment.