Color Hex Logo

#221b8d Color Hex

#221B8D
(34,27,141)
0 Favorites   0 Comments

Color spaces of #221b8d

RGB 3427141
HSL0.680.680.33
HSV244°81°55°
CMYK 0.760.810.00   0.45
XYZ5.85933.047025.4786
Yxy3.04700.17040.0886
Hunter Lab17.455729.3693-74.3218
CIE-Lab20.231241.3488-60.7773

#221b8d color RGB value is (34,27,141).

#221b8d hex color red value is 34, green value is 27 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #221b8d hue: 0.68 , saturation: 0.68 and the lightness value of 221b8d is 0.33.

The process color (four color CMYK) of #221b8d color hex is 0.76, 0.81, 0.00, 0.45. Web safe color of #221b8d is #333399. Color #221b8d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 00011011 10001101
Octal 42 33 215
Decimal 34 27 141
Hex 22 1B 8D

RGB Percentages of Color #221b8d

%16.83
%13.37
%69.80

CMYK Percentages of Color #221b8d

%76
%81
%0
%45

Triadic Colors of #221b8d

#221b8d #8d221b #1b8d22

Analogous Colors of #221b8d

#221b8d #5b1b8d #1b4d8d

Monochromatic Colors of #221b8d

#221b8d

Complementary Color

#221b8d #868d1b

#221b8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#221b8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#221b8d Color CSS Codes

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

#221b8d Text Font Color

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

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


#221b8d Background Color

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

This div background color is #221b8d


#221b8d Border Color

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

This div border color is #221b8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #221b8d


Comments

No comments written yet.

Please login to write comment.