Color Hex Logo

#374397 Color Hex

#374397
(55,67,151)
0 Favorites   0 Comments

Color spaces of #374397

RGB 5567151
HSL0.650.470.40
HSV233°64°59°
CMYK 0.640.560.00   0.41
XYZ9.16867.060930.1578
Yxy7.06090.19770.1522
Hunter Lab26.572415.0885-48.6894
CIE-Lab31.945122.6509-47.7056

#374397 color RGB value is (55,67,151).

#374397 hex color red value is 55, green value is 67 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #374397 hue: 0.65 , saturation: 0.47 and the lightness value of 374397 is 0.40.

The process color (four color CMYK) of #374397 color hex is 0.64, 0.56, 0.00, 0.41. Web safe color of #374397 is #333399. Color #374397 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01000011 10010111
Octal 67 103 227
Decimal 55 67 151
Hex 37 43 97

RGB Percentages of Color #374397

%20.15
%24.54
%55.31

CMYK Percentages of Color #374397

%64
%56
%0
%41

Triadic Colors of #374397

#374397 #973743 #439737

Analogous Colors of #374397

#374397 #5b3797 #377397

Monochromatic Colors of #374397

#374397

Complementary Color

#374397 #978b37

#374397 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#374397 Color Preview on White Background

Lorem ipsum dolor sit amet.

#374397 Color CSS Codes

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

#374397 Text Font Color

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

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


#374397 Background Color

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

This div background color is #374397


#374397 Border Color

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

This div border color is #374397


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #374397


Comments

No comments written yet.

Please login to write comment.