Color Hex Logo

#221441 Color Hex

#221441
(34,20,65)
0 Favorites   0 Comments

Color spaces of #221441

RGB 342065
HSL0.720.530.17
HSV259°69°25°
CMYK 0.480.690.00   0.75
XYZ1.86401.22205.1387
Yxy1.22200.22660.1486
Hunter Lab11.054410.7535-19.8232
CIE-Lab10.718719.6693-26.2094

#221441 color RGB value is (34,20,65).

#221441 hex color red value is 34, green value is 20 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #221441 hue: 0.72 , saturation: 0.53 and the lightness value of 221441 is 0.17.

The process color (four color CMYK) of #221441 color hex is 0.48, 0.69, 0.00, 0.75. Web safe color of #221441 is #330033. Color #221441 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 00010100 01000001
Octal 42 24 101
Decimal 34 20 65
Hex 22 14 41

RGB Percentages of Color #221441

%28.57
%16.81
%54.62

CMYK Percentages of Color #221441

%48
%69
%0
%75

Triadic Colors of #221441

#221441 #412214 #144122

Analogous Colors of #221441

#221441 #391441 #141d41

Monochromatic Colors of #221441

#221441

Complementary Color

#221441 #334114

#221441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#221441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#221441 Color CSS Codes

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

#221441 Text Font Color

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

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


#221441 Background Color

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

This div background color is #221441


#221441 Border Color

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

This div border color is #221441


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(34,20,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #221441; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #221441;
  -webkit-box-shadow: 1px 1px 3px 2px #221441;
  box-shadow:         1px 1px 3px 2px #221441; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #221441


Comments

No comments written yet.

Please login to write comment.