Color spaces of #221e73
RGB | 34 | 30 | 115 |
---|---|---|---|
HSL | 0.67 | 0.59 | 0.28 |
HSV | 243° | 74° | 45° |
CMYK | 0.70 | 0.74 | 0.00 0.55 |
XYZ | 4.2185 | 2.5064 | 16.4811 |
Yxy | 2.5064 | 0.1818 | 0.1080 |
Hunter Lab | 15.8316 | 19.8579 | -50.6402 |
CIE-Lab | 17.9475 | 30.7030 | -48.0571 |
#221e73 color RGB value is (34,30,115).
#221e73 hex color red value is 34, green value is 30 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #221e73 hue: 0.67 , saturation: 0.59 and the lightness value of 221e73 is 0.28.
The process color (four color CMYK) of #221e73 color hex is 0.70, 0.74, 0.00, 0.55. Web safe color of #221e73 is #333366. Color #221e73 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100010 | 00011110 | 01110011 |
Octal | 42 | 36 | 163 |
Decimal | 34 | 30 | 115 |
Hex | 22 | 1E | 73 |
Shades of #221e73
Tints of #221e73
RGB Percentages of Color #221e73
CMYK Percentages of Color #221e73
Complementary Color
#221e73 | #6f731e |
#221e73 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#221e73 Color Preview on White Background
Lorem ipsum dolor sit amet.
#221e73 Color CSS Codes
.mybgcolor {background-color:#221e73; } .myforecolor {color:#221e73; } .mybordercolor {border:3px solid #221e73; }
#221e73 Text Font Color
<p style="color:#221e73">Text here</p>
This sample text font color is #221e73
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.
#221e73 Background Color
<div style="background-color:#221e73">
Div content here</div>
This div background color is #221e73
#221e73 Border Color
<div style="border:3px solid #221e73">
Div here</div>
This div border color is #221e73
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(34,30,115, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #221e73; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #221e73; -webkit-box-shadow: 1px 1px 3px 2px #221e73; box-shadow: 1px 1px 3px 2px #221e73; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(34,30,115, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #221e73">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #221e73; -webkit-box-shadow: 1px 1px 3px 2px #221e73; box-shadow: 1px 1px 3px 2px #221e73;">
Div content here</div>
This div box has shadow with color #221e73
Comments
No comments written yet.
Please login to write comment.