Color Hex Logo

#221f7e Color Hex

#221F7E
(34,31,126)
1 Favorites   0 Comments

Color spaces of #221f7e

RGB 3431126
HSL0.670.610.31
HSV242°75°49°
CMYK 0.730.750.00   0.51
XYZ4.91562.826420.0251
Yxy2.82640.17700.1018
Hunter Lab16.811922.7705-58.8536
CIE-Lab19.334833.9819-52.8149

#221f7e color RGB value is (34,31,126).

#221f7e hex color red value is 34, green value is 31 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #221f7e hue: 0.67 , saturation: 0.61 and the lightness value of 221f7e is 0.31.

The process color (four color CMYK) of #221f7e color hex is 0.73, 0.75, 0.00, 0.51. Web safe color of #221f7e is #333366. Color #221f7e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 00011111 01111110
Octal 42 37 176
Decimal 34 31 126
Hex 22 1F 7E

RGB Percentages of Color #221f7e

%17.80
%16.23
%65.97

CMYK Percentages of Color #221f7e

%73
%75
%0
%51

Triadic Colors of #221f7e

#221f7e #7e221f #1f7e22

Analogous Colors of #221f7e

#221f7e #511f7e #1f4c7e

Monochromatic Colors of #221f7e

#221f7e

Complementary Color

#221f7e #7b7e1f

#221f7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#221f7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#221f7e Color CSS Codes

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

#221f7e Text Font Color

<p style="color:#221f7e">Text here</p>

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


#221f7e Background Color

<div style="background-color:#221f7e">
Div content here</div>

This div background color is #221f7e


#221f7e Border Color

<div style="border:3px solid #221f7e">
Div here</div>

This div border color is #221f7e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(34,31,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #221f7e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #221f7e;
  -webkit-box-shadow: 1px 1px 3px 2px #221f7e;
  box-shadow:         1px 1px 3px 2px #221f7e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #221f7e

#221f7e Color Palettes


Comments

No comments written yet.

Please login to write comment.