Color spaces of #294860
RGB | 41 | 72 | 96 |
---|---|---|---|
HSL | 0.57 | 0.40 | 0.27 |
HSV | 206° | 57° | 38° |
CMYK | 0.57 | 0.25 | 0.00 0.62 |
XYZ | 5.3431 | 5.9507 | 11.9333 |
Yxy | 5.9507 | 0.2300 | 0.2562 |
Hunter Lab | 24.3941 | -3.5922 | -11.9282 |
CIE-Lab | 29.2877 | -3.6678 | -17.6290 |
#294860 color RGB value is (41,72,96).
#294860 hex color red value is 41, green value is 72 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #294860 hue: 0.57 , saturation: 0.40 and the lightness value of 294860 is 0.27.
The process color (four color CMYK) of #294860 color hex is 0.57, 0.25, 0.00, 0.62. Web safe color of #294860 is #333366. Color #294860 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101001 | 01001000 | 01100000 |
Octal | 51 | 110 | 140 |
Decimal | 41 | 72 | 96 |
Hex | 29 | 48 | 60 |
Shades of #294860
Tints of #294860
RGB Percentages of Color #294860
CMYK Percentages of Color #294860
Complementary Color
#294860 | #604129 |
#294860 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#294860 Color Preview on White Background
Lorem ipsum dolor sit amet.
#294860 Color CSS Codes
.mybgcolor {background-color:#294860; } .myforecolor {color:#294860; } .mybordercolor {border:3px solid #294860; }
#294860 Text Font Color
<p style="color:#294860">Text here</p>
This sample text font color is #294860
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.
#294860 Background Color
<div style="background-color:#294860">
Div content here</div>
This div background color is #294860
#294860 Border Color
<div style="border:3px solid #294860">
Div here</div>
This div border color is #294860
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(41,72,96, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #294860; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #294860; -webkit-box-shadow: 1px 1px 3px 2px #294860; box-shadow: 1px 1px 3px 2px #294860; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(41,72,96, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #294860">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #294860; -webkit-box-shadow: 1px 1px 3px 2px #294860; box-shadow: 1px 1px 3px 2px #294860;">
Div content here</div>
This div box has shadow with color #294860
Comments
No comments written yet.
Please login to write comment.