Color Hex Logo

#245eaa Color Hex

#245EAA
(36,94,170)
0 Favorites   0 Comments

Color spaces of #245eaa

RGB 3694170
HSL0.590.650.40
HSV214°79°67°
CMYK 0.790.450.00   0.33
XYZ11.986011.282839.5763
Yxy11.28280.19070.1795
Hunter Lab33.58994.9125-46.3438
CIE-Lab40.05289.1285-46.0894

#245eaa color RGB value is (36,94,170).

#245eaa hex color red value is 36, green value is 94 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #245eaa hue: 0.59 , saturation: 0.65 and the lightness value of 245eaa is 0.40.

The process color (four color CMYK) of #245eaa color hex is 0.79, 0.45, 0.00, 0.33. Web safe color of #245eaa is #336699. Color #245eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 01011110 10101010
Octal 44 136 252
Decimal 36 94 170
Hex 24 5E AA

RGB Percentages of Color #245eaa

%12.00
%31.33
%56.67

CMYK Percentages of Color #245eaa

%79
%45
%0
%33

Triadic Colors of #245eaa

#245eaa #aa245e #5eaa24

Analogous Colors of #245eaa

#245eaa #2d24aa #24a1aa

Monochromatic Colors of #245eaa

#245eaa

Complementary Color

#245eaa #aa7024

#245eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#245eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#245eaa Color CSS Codes

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

#245eaa Text Font Color

<p style="color:#245eaa">Text here</p>

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


#245eaa Background Color

<div style="background-color:#245eaa">
Div content here</div>

This div background color is #245eaa


#245eaa Border Color

<div style="border:3px solid #245eaa">
Div here</div>

This div border color is #245eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,94,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #245eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #245eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #245eaa;
  box-shadow:         1px 1px 3px 2px #245eaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #245eaa


Comments

No comments written yet.

Please login to write comment.