Color Hex Logo

#24329e Color Hex

#24329E
(36,50,158)
0 Favorites   0 Comments

Color spaces of #24329e

RGB 3650158
HSL0.650.630.38
HSV233°77°62°
CMYK 0.770.680.00   0.38
XYZ8.03975.124932.9132
Yxy5.12490.17450.1112
Hunter Lab22.638223.7752-70.3535
CIE-Lab27.087733.7617-59.9359

#24329e color RGB value is (36,50,158).

#24329e hex color red value is 36, green value is 50 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #24329e hue: 0.65 , saturation: 0.63 and the lightness value of 24329e is 0.38.

The process color (four color CMYK) of #24329e color hex is 0.77, 0.68, 0.00, 0.38. Web safe color of #24329e is #333399. Color #24329e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 00110010 10011110
Octal 44 62 236
Decimal 36 50 158
Hex 24 32 9E

RGB Percentages of Color #24329e

%14.75
%20.49
%64.75

CMYK Percentages of Color #24329e

%77
%68
%0
%38

Triadic Colors of #24329e

#24329e #9e2432 #329e24

Analogous Colors of #24329e

#24329e #53249e #246f9e

Monochromatic Colors of #24329e

#24329e

Complementary Color

#24329e #9e9024

#24329e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24329e Color Preview on White Background

Lorem ipsum dolor sit amet.

#24329e Color CSS Codes

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

#24329e Text Font Color

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

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


#24329e Background Color

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

This div background color is #24329e


#24329e Border Color

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

This div border color is #24329e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24329e


Comments

No comments written yet.

Please login to write comment.