Color Hex Logo

#24317a Color Hex

#24317A
(36,49,122)
0 Favorites   0 Comments

Color spaces of #24317a

RGB 3649122
HSL0.640.540.31
HSV231°70°48°
CMYK 0.700.600.00   0.52
XYZ5.33873.976818.8986
Yxy3.97680.18920.1410
Hunter Lab19.941912.8883-42.2287
CIE-Lab23.594620.8191-43.2964

#24317a color RGB value is (36,49,122).

#24317a hex color red value is 36, green value is 49 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #24317a hue: 0.64 , saturation: 0.54 and the lightness value of 24317a is 0.31.

The process color (four color CMYK) of #24317a color hex is 0.70, 0.60, 0.00, 0.52. Web safe color of #24317a is #333366. Color #24317a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 00110001 01111010
Octal 44 61 172
Decimal 36 49 122
Hex 24 31 7A

RGB Percentages of Color #24317a

%17.39
%23.67
%58.94

CMYK Percentages of Color #24317a

%70
%60
%0
%52

Triadic Colors of #24317a

#24317a #7a2431 #317a24

Analogous Colors of #24317a

#24317a #42247a #245c7a

Monochromatic Colors of #24317a

#24317a

Complementary Color

#24317a #7a6d24

#24317a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24317a Color Preview on White Background

Lorem ipsum dolor sit amet.

#24317a Color CSS Codes

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

#24317a Text Font Color

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

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


#24317a Background Color

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

This div background color is #24317a


#24317a Border Color

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

This div border color is #24317a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,49,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #24317a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #24317a;
  -webkit-box-shadow: 1px 1px 3px 2px #24317a;
  box-shadow:         1px 1px 3px 2px #24317a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24317a


Comments

No comments written yet.

Please login to write comment.