Color spaces of #042334
RGB | 4 | 35 | 52 |
---|---|---|---|
HSL | 0.56 | 0.86 | 0.11 |
HSV | 201° | 92° | 20° |
CMYK | 0.92 | 0.33 | 0.00 0.80 |
XYZ | 1.2709 | 1.4758 | 3.4667 |
Yxy | 1.4758 | 0.2045 | 0.2375 |
Hunter Lab | 12.1483 | -2.5855 | -8.4156 |
CIE-Lab | 12.4534 | -3.9684 | -14.3317 |
#042334 color RGB value is (4,35,52).
#042334 hex color red value is 4, green value is 35 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #042334 hue: 0.56 , saturation: 0.86 and the lightness value of 042334 is 0.11.
The process color (four color CMYK) of #042334 color hex is 0.92, 0.33, 0.00, 0.80. Web safe color of #042334 is #003333. Color #042334 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000100 | 00100011 | 00110100 |
Octal | 4 | 43 | 64 |
Decimal | 4 | 35 | 52 |
Hex | 4 | 23 | 34 |
Shades of #042334
Tints of #042334
RGB Percentages of Color #042334
CMYK Percentages of Color #042334
Complementary Color
#042334 | #341504 |
#042334 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#042334 Color Preview on White Background
Lorem ipsum dolor sit amet.
#042334 Color CSS Codes
.mybgcolor {background-color:#042334; } .myforecolor {color:#042334; } .mybordercolor {border:3px solid #042334; }
#042334 Text Font Color
<p style="color:#042334">Text here</p>
This sample text font color is #042334
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.
#042334 Background Color
<div style="background-color:#042334">
Div content here</div>
This div background color is #042334
#042334 Border Color
<div style="border:3px solid #042334">
Div here</div>
This div border color is #042334
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(4,35,52, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #042334; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #042334; -webkit-box-shadow: 1px 1px 3px 2px #042334; box-shadow: 1px 1px 3px 2px #042334; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(4,35,52, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #042334">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #042334; -webkit-box-shadow: 1px 1px 3px 2px #042334; box-shadow: 1px 1px 3px 2px #042334;">
Div content here</div>
This div box has shadow with color #042334
Comments
No comments written yet.
Please login to write comment.