Color Hex Logo

#225aaf Color Hex

#225AAF
(34,90,175)
0 Favorites   0 Comments

Color spaces of #225aaf

RGB 3490175
HSL0.600.670.41
HSV216°81°69°
CMYK 0.810.490.00   0.31
XYZ12.053710.747641.9966
Yxy10.74760.18600.1659
Hunter Lab32.78358.2589-53.0036
CIE-Lab39.152113.4819-50.4946

#225aaf color RGB value is (34,90,175).

#225aaf hex color red value is 34, green value is 90 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #225aaf hue: 0.60 , saturation: 0.67 and the lightness value of 225aaf is 0.41.

The process color (four color CMYK) of #225aaf color hex is 0.81, 0.49, 0.00, 0.31. Web safe color of #225aaf is #336699. Color #225aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 01011010 10101111
Octal 42 132 257
Decimal 34 90 175
Hex 22 5A AF

RGB Percentages of Color #225aaf

%11.37
%30.10
%58.53

CMYK Percentages of Color #225aaf

%81
%49
%0
%31

Triadic Colors of #225aaf

#225aaf #af225a #5aaf22

Analogous Colors of #225aaf

#225aaf #3122af #22a1af

Monochromatic Colors of #225aaf

#225aaf

Complementary Color

#225aaf #af7722

#225aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#225aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#225aaf Color CSS Codes

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

#225aaf Text Font Color

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

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


#225aaf Background Color

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

This div background color is #225aaf


#225aaf Border Color

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

This div border color is #225aaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(34,90,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #225aaf


Comments

No comments written yet.

Please login to write comment.