Color Hex Logo

#24307e Color Hex

#24307E
(36,48,126)
0 Favorites   0 Comments

Color spaces of #24307e

RGB 3648126
HSL0.640.560.32
HSV232°71°49°
CMYK 0.710.620.00   0.51
XYZ5.55043.995320.2173
Yxy3.99530.18650.1342
Hunter Lab19.988214.5870-45.9777
CIE-Lab23.655923.0531-45.7274

#24307e color RGB value is (36,48,126).

#24307e hex color red value is 36, green value is 48 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #24307e hue: 0.64 , saturation: 0.56 and the lightness value of 24307e is 0.32.

The process color (four color CMYK) of #24307e color hex is 0.71, 0.62, 0.00, 0.51. Web safe color of #24307e is #333366. Color #24307e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 00110000 01111110
Octal 44 60 176
Decimal 36 48 126
Hex 24 30 7E

RGB Percentages of Color #24307e

%17.14
%22.86
%60.00

CMYK Percentages of Color #24307e

%71
%62
%0
%51

Triadic Colors of #24307e

#24307e #7e2430 #307e24

Analogous Colors of #24307e

#24307e #45247e #245d7e

Monochromatic Colors of #24307e

#24307e

Complementary Color

#24307e #7e7224

#24307e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24307e Color Preview on White Background

Lorem ipsum dolor sit amet.

#24307e Color CSS Codes

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

#24307e Text Font Color

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

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


#24307e Background Color

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

This div background color is #24307e


#24307e Border Color

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

This div border color is #24307e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24307e


Comments

No comments written yet.

Please login to write comment.