Color Hex Logo

#24399f Color Hex

#24399F
(36,57,159)
0 Favorites   0 Comments

Color spaces of #24399f

RGB 3657159
HSL0.640.630.38
HSV230°77°62°
CMYK 0.770.640.00   0.38
XYZ8.44875.804533.4760
Yxy5.80450.17700.1216
Hunter Lab24.092520.4339-65.5173
CIE-Lab28.913829.5511-57.5482

#24399f color RGB value is (36,57,159).

#24399f hex color red value is 36, green value is 57 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #24399f hue: 0.64 , saturation: 0.63 and the lightness value of 24399f is 0.38.

The process color (four color CMYK) of #24399f color hex is 0.77, 0.64, 0.00, 0.38. Web safe color of #24399f is #333399. Color #24399f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 00111001 10011111
Octal 44 71 237
Decimal 36 57 159
Hex 24 39 9F

RGB Percentages of Color #24399f

%14.29
%22.62
%63.10

CMYK Percentages of Color #24399f

%77
%64
%0
%38

Triadic Colors of #24399f

#24399f #9f2439 #399f24

Analogous Colors of #24399f

#24399f #4c249f #24779f

Monochromatic Colors of #24399f

#24399f

Complementary Color

#24399f #9f8a24

#24399f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24399f Color Preview on White Background

Lorem ipsum dolor sit amet.

#24399f Color CSS Codes

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

#24399f Text Font Color

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

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


#24399f Background Color

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

This div background color is #24399f


#24399f Border Color

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

This div border color is #24399f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24399f


Comments

No comments written yet.

Please login to write comment.