Color Hex Logo

#24344e Color Hex

#24344E
(36,52,78)
0 Favorites   0 Comments

Color spaces of #24344e

RGB 365278
HSL0.600.370.22
HSV217°54°31°
CMYK 0.540.330.00   0.69
XYZ3.33073.38117.6848
Yxy3.38110.23140.2349
Hunter Lab18.38780.1543-11.9076
CIE-Lab21.50971.9399-17.9802

#24344e color RGB value is (36,52,78).

#24344e hex color red value is 36, green value is 52 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #24344e hue: 0.60 , saturation: 0.37 and the lightness value of 24344e is 0.22.

The process color (four color CMYK) of #24344e color hex is 0.54, 0.33, 0.00, 0.69. Web safe color of #24344e is #333366. Color #24344e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 00110100 01001110
Octal 44 64 116
Decimal 36 52 78
Hex 24 34 4E

RGB Percentages of Color #24344e

%21.69
%31.33
%46.99

CMYK Percentages of Color #24344e

%54
%33
%0
%69

Triadic Colors of #24344e

#24344e #4e2434 #344e24

Analogous Colors of #24344e

#24344e #29244e #24494e

Monochromatic Colors of #24344e

#24344e

Complementary Color

#24344e #4e3e24

#24344e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24344e Color Preview on White Background

Lorem ipsum dolor sit amet.

#24344e Color CSS Codes

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

#24344e Text Font Color

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

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


#24344e Background Color

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

This div background color is #24344e


#24344e Border Color

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

This div border color is #24344e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,52,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #24344e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #24344e;
  -webkit-box-shadow: 1px 1px 3px 2px #24344e;
  box-shadow:         1px 1px 3px 2px #24344e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(36,52,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24344e


Comments

No comments written yet.

Please login to write comment.