Color spaces of #223dbe
RGB | 34 | 61 | 190 |
---|---|---|---|
HSL | 0.64 | 0.70 | 0.44 |
HSV | 230° | 82° | 75° |
CMYK | 0.82 | 0.68 | 0.00 0.25 |
XYZ | 11.6227 | 7.3953 | 49.5300 |
Yxy | 7.3953 | 0.1696 | 0.1079 |
Hunter Lab | 27.1943 | 28.6999 | -88.9511 |
CIE-Lab | 32.6904 | 38.3035 | -69.8663 |
#223dbe color RGB value is (34,61,190).
#223dbe hex color red value is 34, green value is 61 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #223dbe hue: 0.64 , saturation: 0.70 and the lightness value of 223dbe is 0.44.
The process color (four color CMYK) of #223dbe color hex is 0.82, 0.68, 0.00, 0.25. Web safe color of #223dbe is #3333cc. Color #223dbe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100010 | 00111101 | 10111110 |
Octal | 42 | 75 | 276 |
Decimal | 34 | 61 | 190 |
Hex | 22 | 3D | BE |
Shades of #223dbe
Tints of #223dbe
RGB Percentages of Color #223dbe
CMYK Percentages of Color #223dbe
Complementary Color
#223dbe | #bea322 |
#223dbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#223dbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#223dbe Color CSS Codes
.mybgcolor {background-color:#223dbe; } .myforecolor {color:#223dbe; } .mybordercolor {border:3px solid #223dbe; }
#223dbe Text Font Color
<p style="color:#223dbe">Text here</p>
This sample text font color is #223dbe
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.
#223dbe Background Color
<div style="background-color:#223dbe">
Div content here</div>
This div background color is #223dbe
#223dbe Border Color
<div style="border:3px solid #223dbe">
Div here</div>
This div border color is #223dbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(34,61,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #223dbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #223dbe; -webkit-box-shadow: 1px 1px 3px 2px #223dbe; box-shadow: 1px 1px 3px 2px #223dbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(34,61,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #223dbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #223dbe; -webkit-box-shadow: 1px 1px 3px 2px #223dbe; box-shadow: 1px 1px 3px 2px #223dbe;">
Div content here</div>
This div box has shadow with color #223dbe
Comments
No comments written yet.
Please login to write comment.