Color Hex Logo

#24297f Color Hex

#24297F
(36,41,127)
0 Favorites   0 Comments

Color spaces of #24297f

RGB 3641127
HSL0.660.560.32
HSV237°72°50°
CMYK 0.720.680.00   0.50
XYZ5.35133.493320.4709
Yxy3.49330.18250.1192
Hunter Lab18.690418.3988-51.8550
CIE-Lab21.920128.1871-49.1952

#24297f color RGB value is (36,41,127).

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

The process color (four color CMYK) of #24297f color hex is 0.72, 0.68, 0.00, 0.50. Web safe color of #24297f is #333366. Color #24297f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 00101001 01111111
Octal 44 51 177
Decimal 36 41 127
Hex 24 29 7F

RGB Percentages of Color #24297f

%17.65
%20.10
%62.25

CMYK Percentages of Color #24297f

%72
%68
%0
%50

Triadic Colors of #24297f

#24297f #7f2429 #297f24

Analogous Colors of #24297f

#24297f #4d247f #24577f

Monochromatic Colors of #24297f

#24297f

Complementary Color

#24297f #7f7a24

#24297f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24297f Color Preview on White Background

Lorem ipsum dolor sit amet.

#24297f Color CSS Codes

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

#24297f Text Font Color

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

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


#24297f Background Color

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

This div background color is #24297f


#24297f Border Color

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

This div border color is #24297f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(36,41,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 #24297f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24297f


Comments

No comments written yet.

Please login to write comment.