Color Hex Logo

#374264 Color Hex

#374264
(55,66,100)
0 Favorites   0 Comments

Color spaces of #374264

RGB 5566100
HSL0.630.290.30
HSV225°45°39°
CMYK 0.450.340.00   0.61
XYZ5.82405.628812.8361
Yxy5.62880.23980.2317
Hunter Lab23.72512.2990-15.4704
CIE-Lab28.45605.4996-21.4184

#374264 color RGB value is (55,66,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01000010 01100100
Octal 67 102 144
Decimal 55 66 100
Hex 37 42 64

RGB Percentages of Color #374264

%24.89
%29.86
%45.25

CMYK Percentages of Color #374264

%45
%34
%0
%61

Triadic Colors of #374264

#374264 #643742 #426437

Analogous Colors of #374264

#374264 #433764 #375964

Monochromatic Colors of #374264

#374264

Complementary Color

#374264 #645937

#374264 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#374264 Color Preview on White Background

Lorem ipsum dolor sit amet.

#374264 Color CSS Codes

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

#374264 Text Font Color

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

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


#374264 Background Color

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

This div background color is #374264


#374264 Border Color

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

This div border color is #374264


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #374264


Comments

No comments written yet.

Please login to write comment.