Color Hex Logo

#225eaa Color Hex

#225EAA
(34,94,170)
0 Favorites   0 Comments

Color spaces of #225eaa

RGB 3494170
HSL0.590.670.40
HSV214°80°67°
CMYK 0.800.450.00   0.33
XYZ11.918111.247839.5731
Yxy11.24780.19000.1793
Hunter Lab33.53774.7414-46.4832
CIE-Lab39.99478.9042-46.1856

#225eaa color RGB value is (34,94,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 01011110 10101010
Octal 42 136 252
Decimal 34 94 170
Hex 22 5E AA

RGB Percentages of Color #225eaa

%11.41
%31.54
%57.05

CMYK Percentages of Color #225eaa

%80
%45
%0
%33

Triadic Colors of #225eaa

#225eaa #aa225e #5eaa22

Analogous Colors of #225eaa

#225eaa #2a22aa #22a2aa

Monochromatic Colors of #225eaa

#225eaa

Complementary Color

#225eaa #aa6e22

#225eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#225eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#225eaa Color CSS Codes

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

#225eaa Text Font Color

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

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


#225eaa Background Color

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

This div background color is #225eaa


#225eaa Border Color

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

This div border color is #225eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #225eaa


Comments

No comments written yet.

Please login to write comment.