Color Hex Logo

#244dae Color Hex

#244DAE
(36,77,174)
0 Favorites   0 Comments

Color spaces of #244dae

RGB 3677174
HSL0.620.660.41
HSV222°79°68°
CMYK 0.790.560.00   0.32
XYZ11.02148.738841.1503
Yxy8.73880.18090.1435
Hunter Lab29.561514.8176-61.8402
CIE-Lab35.476521.9388-55.8473

#244dae color RGB value is (36,77,174).

#244dae hex color red value is 36, green value is 77 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #244dae hue: 0.62 , saturation: 0.66 and the lightness value of 244dae is 0.41.

The process color (four color CMYK) of #244dae color hex is 0.79, 0.56, 0.00, 0.32. Web safe color of #244dae is #336699. Color #244dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 01001101 10101110
Octal 44 115 256
Decimal 36 77 174
Hex 24 4D AE

RGB Percentages of Color #244dae

%12.54
%26.83
%60.63

CMYK Percentages of Color #244dae

%79
%56
%0
%32

Triadic Colors of #244dae

#244dae #ae244d #4dae24

Analogous Colors of #244dae

#244dae #4024ae #2492ae

Monochromatic Colors of #244dae

#244dae

Complementary Color

#244dae #ae8524

#244dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#244dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#244dae Color CSS Codes

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

#244dae Text Font Color

<p style="color:#244dae">Text here</p>

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


#244dae Background Color

<div style="background-color:#244dae">
Div content here</div>

This div background color is #244dae


#244dae Border Color

<div style="border:3px solid #244dae">
Div here</div>

This div border color is #244dae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,77,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #244dae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #244dae;
  -webkit-box-shadow: 1px 1px 3px 2px #244dae;
  box-shadow:         1px 1px 3px 2px #244dae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #244dae


Comments

No comments written yet.

Please login to write comment.