Color Hex Logo

#24465f Color Hex

#24465F
(36,70,95)
0 Favorites   0 Comments

Color spaces of #24465f

RGB 367095
HSL0.570.450.26
HSV205°62°37°
CMYK 0.620.260.00   0.63
XYZ4.98335.581611.6412
Yxy5.58160.22440.2514
Hunter Lab23.6254-3.6935-12.6768
CIE-Lab28.3313-3.9450-18.4906

#24465f color RGB value is (36,70,95).

#24465f hex color red value is 36, green value is 70 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #24465f hue: 0.57 , saturation: 0.45 and the lightness value of 24465f is 0.26.

The process color (four color CMYK) of #24465f color hex is 0.62, 0.26, 0.00, 0.63. Web safe color of #24465f is #333366. Color #24465f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 01000110 01011111
Octal 44 106 137
Decimal 36 70 95
Hex 24 46 5F

RGB Percentages of Color #24465f

%17.91
%34.83
%47.26

CMYK Percentages of Color #24465f

%62
%26
%0
%63

Triadic Colors of #24465f

#24465f #5f2446 #465f24

Analogous Colors of #24465f

#24465f #24295f #245f5a

Monochromatic Colors of #24465f

#24465f

Complementary Color

#24465f #5f3d24

#24465f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24465f Color Preview on White Background

Lorem ipsum dolor sit amet.

#24465f Color CSS Codes

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

#24465f Text Font Color

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

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


#24465f Background Color

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

This div background color is #24465f


#24465f Border Color

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

This div border color is #24465f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24465f


Comments

No comments written yet.

Please login to write comment.