Color spaces of #226dbb
RGB | 34 | 109 | 187 |
---|---|---|---|
HSL | 0.58 | 0.69 | 0.43 |
HSV | 211° | 82° | 73° |
CMYK | 0.82 | 0.42 | 0.00 0.27 |
XYZ | 15.0980 | 14.8652 | 49.0872 |
Yxy | 14.8652 | 0.1910 | 0.1880 |
Hunter Lab | 38.5554 | 2.4272 | -48.4968 |
CIE-Lab | 45.4490 | 5.9221 | -47.4089 |
#226dbb color RGB value is (34,109,187).
#226dbb hex color red value is 34, green value is 109 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #226dbb hue: 0.58 , saturation: 0.69 and the lightness value of 226dbb is 0.43.
The process color (four color CMYK) of #226dbb color hex is 0.82, 0.42, 0.00, 0.27. Web safe color of #226dbb is #3366cc. Color #226dbb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100010 | 01101101 | 10111011 |
Octal | 42 | 155 | 273 |
Decimal | 34 | 109 | 187 |
Hex | 22 | 6D | BB |
Shades of #226dbb
Tints of #226dbb
RGB Percentages of Color #226dbb
CMYK Percentages of Color #226dbb
Complementary Color
#226dbb | #bb7022 |
#226dbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#226dbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#226dbb Color CSS Codes
.mybgcolor {background-color:#226dbb; } .myforecolor {color:#226dbb; } .mybordercolor {border:3px solid #226dbb; }
#226dbb Text Font Color
<p style="color:#226dbb">Text here</p>
This sample text font color is #226dbb
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.
#226dbb Background Color
<div style="background-color:#226dbb">
Div content here</div>
This div background color is #226dbb
#226dbb Border Color
<div style="border:3px solid #226dbb">
Div here</div>
This div border color is #226dbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(34,109,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #226dbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #226dbb; -webkit-box-shadow: 1px 1px 3px 2px #226dbb; box-shadow: 1px 1px 3px 2px #226dbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(34,109,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #226dbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #226dbb; -webkit-box-shadow: 1px 1px 3px 2px #226dbb; box-shadow: 1px 1px 3px 2px #226dbb;">
Div content here</div>
This div box has shadow with color #226dbb
Comments
No comments written yet.
Please login to write comment.