Color Hex Logo

#374271 Color Hex

#374271
(55,66,113)
0 Favorites   0 Comments

Color spaces of #374271

RGB 5566113
HSL0.640.350.33
HSV229°51°44°
CMYK 0.510.420.00   0.56
XYZ6.50445.900916.4190
Yxy5.90090.22570.2047
Hunter Lab24.29185.2848-23.0703
CIE-Lab29.16119.8558-28.5893

#374271 color RGB value is (55,66,113).

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

The process color (four color CMYK) of #374271 color hex is 0.51, 0.42, 0.00, 0.56. Web safe color of #374271 is #333366. Color #374271 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01000010 01110001
Octal 67 102 161
Decimal 55 66 113
Hex 37 42 71

RGB Percentages of Color #374271

%23.50
%28.21
%48.29

CMYK Percentages of Color #374271

%51
%42
%0
%56

Triadic Colors of #374271

#374271 #713742 #427137

Analogous Colors of #374271

#374271 #493771 #375f71

Monochromatic Colors of #374271

#374271

Complementary Color

#374271 #716637

#374271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#374271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#374271 Color CSS Codes

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

#374271 Text Font Color

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

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


#374271 Background Color

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

This div background color is #374271


#374271 Border Color

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

This div border color is #374271


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #374271


Comments

No comments written yet.

Please login to write comment.