Color Hex Logo

#24558b Color Hex

#24558B
(36,85,139)
0 Favorites   0 Comments

Color spaces of #24558b

RGB 3685139
HSL0.590.590.34
HSV211°74°55°
CMYK 0.740.390.00   0.45
XYZ8.63638.736125.6572
Yxy8.73610.20070.2030
Hunter Lab29.55690.4318-30.7775
CIE-Lab35.47112.9261-34.7887

#24558b color RGB value is (36,85,139).

#24558b hex color red value is 36, green value is 85 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #24558b hue: 0.59 , saturation: 0.59 and the lightness value of 24558b is 0.34.

The process color (four color CMYK) of #24558b color hex is 0.74, 0.39, 0.00, 0.45. Web safe color of #24558b is #336699. Color #24558b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 01010101 10001011
Octal 44 125 213
Decimal 36 85 139
Hex 24 55 8B

RGB Percentages of Color #24558b

%13.85
%32.69
%53.46

CMYK Percentages of Color #24558b

%74
%39
%0
%45

Triadic Colors of #24558b

#24558b #8b2455 #558b24

Analogous Colors of #24558b

#24558b #26248b #24898b

Monochromatic Colors of #24558b

#24558b

Complementary Color

#24558b #8b5a24

#24558b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24558b Color Preview on White Background

Lorem ipsum dolor sit amet.

#24558b Color CSS Codes

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

#24558b Text Font Color

<p style="color:#24558b">Text here</p>

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


#24558b Background Color

<div style="background-color:#24558b">
Div content here</div>

This div background color is #24558b


#24558b Border Color

<div style="border:3px solid #24558b">
Div here</div>

This div border color is #24558b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,85,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #24558b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #24558b;
  -webkit-box-shadow: 1px 1px 3px 2px #24558b;
  box-shadow:         1px 1px 3px 2px #24558b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24558b


Comments

No comments written yet.

Please login to write comment.