Color Hex Logo

#404368 Color Hex

#404368
(64,67,104)
0 Favorites   0 Comments

Color spaces of #404368

RGB 6467104
HSL0.650.240.33
HSV236°38°41°
CMYK 0.380.360.00   0.59
XYZ6.62026.103813.9259
Yxy6.10380.24840.2290
Hunter Lab24.70594.5957-16.1257
CIE-Lab29.67288.8564-22.0206

#404368 color RGB value is (64,67,104).

#404368 hex color red value is 64, green value is 67 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #404368 hue: 0.65 , saturation: 0.24 and the lightness value of 404368 is 0.33.

The process color (four color CMYK) of #404368 color hex is 0.38, 0.36, 0.00, 0.59. Web safe color of #404368 is #333366. Color #404368 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01000011 01101000
Octal 100 103 150
Decimal 64 67 104
Hex 40 43 68

RGB Percentages of Color #404368

%27.23
%28.51
%44.26

CMYK Percentages of Color #404368

%38
%36
%0
%59

Triadic Colors of #404368

#404368 #684043 #436840

Analogous Colors of #404368

#404368 #514068 #405768

Monochromatic Colors of #404368

#404368

Complementary Color

#404368 #686540

#404368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#404368 Color CSS Codes

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

#404368 Text Font Color

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

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


#404368 Background Color

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

This div background color is #404368


#404368 Border Color

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

This div border color is #404368


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404368


Comments

No comments written yet.

Please login to write comment.