Color spaces of #223bae
RGB | 34 | 59 | 174 |
---|---|---|---|
HSL | 0.64 | 0.67 | 0.41 |
HSV | 229° | 80° | 68° |
CMYK | 0.80 | 0.66 | 0.00 0.32 |
XYZ | 9.8636 | 6.5240 | 40.7838 |
Yxy | 6.5240 | 0.1725 | 0.1141 |
Hunter Lab | 25.5421 | 24.2326 | -76.7905 |
CIE-Lab | 30.6978 | 33.6811 | -63.6558 |
#223bae color RGB value is (34,59,174).
#223bae hex color red value is 34, green value is 59 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #223bae hue: 0.64 , saturation: 0.67 and the lightness value of 223bae is 0.41.
The process color (four color CMYK) of #223bae color hex is 0.80, 0.66, 0.00, 0.32. Web safe color of #223bae is #333399. Color #223bae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100010 | 00111011 | 10101110 |
Octal | 42 | 73 | 256 |
Decimal | 34 | 59 | 174 |
Hex | 22 | 3B | AE |
Shades of #223bae
Tints of #223bae
RGB Percentages of Color #223bae
CMYK Percentages of Color #223bae
Complementary Color
#223bae | #ae9522 |
#223bae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#223bae Color Preview on White Background
Lorem ipsum dolor sit amet.
#223bae Color CSS Codes
.mybgcolor {background-color:#223bae; } .myforecolor {color:#223bae; } .mybordercolor {border:3px solid #223bae; }
#223bae Text Font Color
<p style="color:#223bae">Text here</p>
This sample text font color is #223bae
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.
#223bae Background Color
<div style="background-color:#223bae">
Div content here</div>
This div background color is #223bae
#223bae Border Color
<div style="border:3px solid #223bae">
Div here</div>
This div border color is #223bae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(34,59,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #223bae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #223bae; -webkit-box-shadow: 1px 1px 3px 2px #223bae; box-shadow: 1px 1px 3px 2px #223bae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(34,59,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #223bae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #223bae; -webkit-box-shadow: 1px 1px 3px 2px #223bae; box-shadow: 1px 1px 3px 2px #223bae;">
Div content here</div>
This div box has shadow with color #223bae
Comments
No comments written yet.
Please login to write comment.