Color Hex Logo

#374664 Color Hex

#374664
(55,70,100)
0 Favorites   0 Comments

Color spaces of #374664

RGB 5570100
HSL0.610.290.30
HSV220°45°39°
CMYK 0.450.300.00   0.61
XYZ6.06606.112612.9167
Yxy6.11260.24170.2436
Hunter Lab24.72370.5289-13.6691
CIE-Lab29.69482.8531-19.4873

#374664 color RGB value is (55,70,100).

#374664 hex color red value is 55, green value is 70 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #374664 hue: 0.61 , saturation: 0.29 and the lightness value of 374664 is 0.30.

The process color (four color CMYK) of #374664 color hex is 0.45, 0.30, 0.00, 0.61. Web safe color of #374664 is #333366. Color #374664 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01000110 01100100
Octal 67 106 144
Decimal 55 70 100
Hex 37 46 64

RGB Percentages of Color #374664

%24.44
%31.11
%44.44

CMYK Percentages of Color #374664

%45
%30
%0
%61

Triadic Colors of #374664

#374664 #643746 #466437

Analogous Colors of #374664

#374664 #3f3764 #375d64

Monochromatic Colors of #374664

#374664

Complementary Color

#374664 #645537

#374664 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#374664 Color Preview on White Background

Lorem ipsum dolor sit amet.

#374664 Color CSS Codes

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

#374664 Text Font Color

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

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


#374664 Background Color

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

This div background color is #374664


#374664 Border Color

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

This div border color is #374664


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #374664


Comments

No comments written yet.

Please login to write comment.