Color Hex Logo

#24354c Color Hex

#24354C
(36,53,76)
0 Favorites   0 Comments

Color spaces of #24354c

RGB 365376
HSL0.600.360.22
HSV215°53°30°
CMYK 0.530.300.00   0.70
XYZ3.30523.44317.3279
Yxy3.44310.23480.2446
Hunter Lab18.5556-0.6771-10.4257
CIE-Lab21.73760.5389-16.2874

#24354c color RGB value is (36,53,76).

#24354c hex color red value is 36, green value is 53 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #24354c hue: 0.60 , saturation: 0.36 and the lightness value of 24354c is 0.22.

The process color (four color CMYK) of #24354c color hex is 0.53, 0.30, 0.00, 0.70. Web safe color of #24354c is #333333. Color #24354c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 00110101 01001100
Octal 44 65 114
Decimal 36 53 76
Hex 24 35 4C

RGB Percentages of Color #24354c

%21.82
%32.12
%46.06

CMYK Percentages of Color #24354c

%53
%30
%0
%70

Triadic Colors of #24354c

#24354c #4c2435 #354c24

Analogous Colors of #24354c

#24354c #27244c #24494c

Monochromatic Colors of #24354c

#24354c

Complementary Color

#24354c #4c3b24

#24354c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24354c Color Preview on White Background

Lorem ipsum dolor sit amet.

#24354c Color CSS Codes

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

#24354c Text Font Color

<p style="color:#24354c">Text here</p>

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


#24354c Background Color

<div style="background-color:#24354c">
Div content here</div>

This div background color is #24354c


#24354c Border Color

<div style="border:3px solid #24354c">
Div here</div>

This div border color is #24354c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,53,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #24354c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #24354c;
  -webkit-box-shadow: 1px 1px 3px 2px #24354c;
  box-shadow:         1px 1px 3px 2px #24354c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24354c


Comments

No comments written yet.

Please login to write comment.