Color Hex Logo

#224eaa Color Hex

#224EAA
(34,78,170)
0 Favorites   0 Comments

Color spaces of #224eaa

RGB 3478170
HSL0.610.670.40
HSV221°80°67°
CMYK 0.800.540.00   0.33
XYZ10.63988.691139.1470
Yxy8.69110.18190.1486
Hunter Lab29.480712.8308-58.0939
CIE-Lab35.382619.4962-53.6234

#224eaa color RGB value is (34,78,170).

#224eaa hex color red value is 34, green value is 78 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #224eaa hue: 0.61 , saturation: 0.67 and the lightness value of 224eaa is 0.40.

The process color (four color CMYK) of #224eaa color hex is 0.80, 0.54, 0.00, 0.33. Web safe color of #224eaa is #336699. Color #224eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 01001110 10101010
Octal 42 116 252
Decimal 34 78 170
Hex 22 4E AA

RGB Percentages of Color #224eaa

%12.06
%27.66
%60.28

CMYK Percentages of Color #224eaa

%80
%54
%0
%33

Triadic Colors of #224eaa

#224eaa #aa224e #4eaa22

Analogous Colors of #224eaa

#224eaa #3a22aa #2292aa

Monochromatic Colors of #224eaa

#224eaa

Complementary Color

#224eaa #aa7e22

#224eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#224eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#224eaa Color CSS Codes

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

#224eaa Text Font Color

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

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


#224eaa Background Color

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

This div background color is #224eaa


#224eaa Border Color

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

This div border color is #224eaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(34,78,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 #224eaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #224eaa


Comments

No comments written yet.

Please login to write comment.