Color Hex Logo

#24506d Color Hex

#24506D
(36,80,109)
0 Favorites   0 Comments

Color spaces of #24506d

RGB 3680109
HSL0.570.500.28
HSV204°67°43°
CMYK 0.670.270.00   0.57
XYZ6.35657.216515.5259
Yxy7.21650.21840.2480
Hunter Lab26.8635-4.7742-15.4624
CIE-Lab32.2948-5.2137-21.2201

#24506d color RGB value is (36,80,109).

#24506d hex color red value is 36, green value is 80 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #24506d hue: 0.57 , saturation: 0.50 and the lightness value of 24506d is 0.28.

The process color (four color CMYK) of #24506d color hex is 0.67, 0.27, 0.00, 0.57. Web safe color of #24506d is #336666. Color #24506d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 01010000 01101101
Octal 44 120 155
Decimal 36 80 109
Hex 24 50 6D

RGB Percentages of Color #24506d

%16.00
%35.56
%48.44

CMYK Percentages of Color #24506d

%67
%27
%0
%57

Triadic Colors of #24506d

#24506d #6d2450 #506d24

Analogous Colors of #24506d

#24506d #242b6d #246d66

Monochromatic Colors of #24506d

#24506d

Complementary Color

#24506d #6d4124

#24506d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24506d Color Preview on White Background

Lorem ipsum dolor sit amet.

#24506d Color CSS Codes

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

#24506d Text Font Color

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

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


#24506d Background Color

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

This div background color is #24506d


#24506d Border Color

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

This div border color is #24506d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,80,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #24506d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #24506d;
  -webkit-box-shadow: 1px 1px 3px 2px #24506d;
  box-shadow:         1px 1px 3px 2px #24506d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24506d


Comments

No comments written yet.

Please login to write comment.