Color Hex Logo

#24494f Color Hex

#24494F
(36,73,79)
0 Favorites   0 Comments

Color spaces of #24494f

RGB 367379
HSL0.520.370.23
HSV188°54°31°
CMYK 0.540.080.00   0.69
XYZ4.52145.70478.2599
Yxy5.70470.24460.3086
Hunter Lab23.8845-8.0074-3.7849
CIE-Lab28.6549-11.3099-7.6734

#24494f color RGB value is (36,73,79).

#24494f hex color red value is 36, green value is 73 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #24494f hue: 0.52 , saturation: 0.37 and the lightness value of 24494f is 0.23.

The process color (four color CMYK) of #24494f color hex is 0.54, 0.08, 0.00, 0.69. Web safe color of #24494f is #333366. Color #24494f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 01001001 01001111
Octal 44 111 117
Decimal 36 73 79
Hex 24 49 4F

RGB Percentages of Color #24494f

%19.15
%38.83
%42.02

CMYK Percentages of Color #24494f

%54
%8
%0
%69

Triadic Colors of #24494f

#24494f #4f2449 #494f24

Analogous Colors of #24494f

#24494f #24344f #244f40

Monochromatic Colors of #24494f

#24494f

Complementary Color

#24494f #4f2a24

#24494f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24494f Color Preview on White Background

Lorem ipsum dolor sit amet.

#24494f Color CSS Codes

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

#24494f Text Font Color

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

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


#24494f Background Color

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

This div background color is #24494f


#24494f Border Color

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

This div border color is #24494f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,73,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #24494f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #24494f;
  -webkit-box-shadow: 1px 1px 3px 2px #24494f;
  box-shadow:         1px 1px 3px 2px #24494f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24494f


Comments

No comments written yet.

Please login to write comment.