Color spaces of #296bbb
RGB | 41 | 107 | 187 |
---|---|---|---|
HSL | 0.59 | 0.64 | 0.45 |
HSV | 213° | 78° | 73° |
CMYK | 0.78 | 0.43 | 0.00 0.27 |
XYZ | 15.1418 | 14.5747 | 49.0288 |
Yxy | 14.5747 | 0.1923 | 0.1851 |
Hunter Lab | 38.1768 | 3.9877 | -49.4197 |
CIE-Lab | 45.0461 | 7.9205 | -48.0428 |
#296bbb color RGB value is (41,107,187).
#296bbb hex color red value is 41, green value is 107 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #296bbb hue: 0.59 , saturation: 0.64 and the lightness value of 296bbb is 0.45.
The process color (four color CMYK) of #296bbb color hex is 0.78, 0.43, 0.00, 0.27. Web safe color of #296bbb is #3366cc. Color #296bbb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101001 | 01101011 | 10111011 |
Octal | 51 | 153 | 273 |
Decimal | 41 | 107 | 187 |
Hex | 29 | 6B | BB |
Shades of #296bbb
Tints of #296bbb
RGB Percentages of Color #296bbb
CMYK Percentages of Color #296bbb
Complementary Color
#296bbb | #bb7929 |
#296bbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#296bbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#296bbb Color CSS Codes
.mybgcolor {background-color:#296bbb; } .myforecolor {color:#296bbb; } .mybordercolor {border:3px solid #296bbb; }
#296bbb Text Font Color
<p style="color:#296bbb">Text here</p>
This sample text font color is #296bbb
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.
#296bbb Background Color
<div style="background-color:#296bbb">
Div content here</div>
This div background color is #296bbb
#296bbb Border Color
<div style="border:3px solid #296bbb">
Div here</div>
This div border color is #296bbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(41,107,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #296bbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #296bbb; -webkit-box-shadow: 1px 1px 3px 2px #296bbb; box-shadow: 1px 1px 3px 2px #296bbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(41,107,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 #296bbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #296bbb; -webkit-box-shadow: 1px 1px 3px 2px #296bbb; box-shadow: 1px 1px 3px 2px #296bbb;">
Div content here</div>
This div box has shadow with color #296bbb
Comments
No comments written yet.
Please login to write comment.