Color Hex Logo

#374069 Color Hex

#374069
(55,64,105)
0 Favorites   0 Comments

Color spaces of #374069

RGB 5564105
HSL0.640.310.31
HSV229°48°41°
CMYK 0.480.390.00   0.59
XYZ5.95875.498914.1119
Yxy5.49890.23300.2151
Hunter Lab23.44974.3208-19.2655
CIE-Lab28.11138.4933-25.1595

#374069 color RGB value is (55,64,105).

#374069 hex color red value is 55, green value is 64 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #374069 hue: 0.64 , saturation: 0.31 and the lightness value of 374069 is 0.31.

The process color (four color CMYK) of #374069 color hex is 0.48, 0.39, 0.00, 0.59. Web safe color of #374069 is #333366. Color #374069 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01000000 01101001
Octal 67 100 151
Decimal 55 64 105
Hex 37 40 69

RGB Percentages of Color #374069

%24.55
%28.57
%46.88

CMYK Percentages of Color #374069

%48
%39
%0
%59

Triadic Colors of #374069

#374069 #693740 #406937

Analogous Colors of #374069

#374069 #473769 #375969

Monochromatic Colors of #374069

#374069

Complementary Color

#374069 #696037

#374069 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#374069 Color Preview on White Background

Lorem ipsum dolor sit amet.

#374069 Color CSS Codes

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

#374069 Text Font Color

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

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


#374069 Background Color

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

This div background color is #374069


#374069 Border Color

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

This div border color is #374069


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #374069


Comments

No comments written yet.

Please login to write comment.