Color Hex Logo

#24757f Color Hex

#24757F
(36,117,127)
0 Favorites   0 Comments

Color spaces of #24757f

RGB 36117127
HSL0.520.560.32
HSV187°72°50°
CMYK 0.720.080.00   0.50
XYZ10.919614.630022.3270
Yxy14.63000.22810.3056
Hunter Lab38.2492-15.9768-7.8346
CIE-Lab45.1232-20.3950-12.5531

#24757f color RGB value is (36,117,127).

#24757f hex color red value is 36, green value is 117 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #24757f hue: 0.52 , saturation: 0.56 and the lightness value of 24757f is 0.32.

The process color (four color CMYK) of #24757f color hex is 0.72, 0.08, 0.00, 0.50. Web safe color of #24757f is #336666. Color #24757f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 01110101 01111111
Octal 44 165 177
Decimal 36 117 127
Hex 24 75 7F

RGB Percentages of Color #24757f

%12.86
%41.79
%45.36

CMYK Percentages of Color #24757f

%72
%8
%0
%50

Triadic Colors of #24757f

#24757f #7f2475 #757f24

Analogous Colors of #24757f

#24757f #24487f #247f5c

Monochromatic Colors of #24757f

#24757f

Complementary Color

#24757f #7f2e24

#24757f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24757f Color Preview on White Background

Lorem ipsum dolor sit amet.

#24757f Color CSS Codes

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

#24757f Text Font Color

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

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


#24757f Background Color

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

This div background color is #24757f


#24757f Border Color

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

This div border color is #24757f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24757f


Comments

No comments written yet.

Please login to write comment.