Color spaces of #342b4b
RGB | 52 | 43 | 75 |
---|---|---|---|
HSL | 0.71 | 0.27 | 0.23 |
HSV | 257° | 43° | 29° |
CMYK | 0.31 | 0.43 | 0.00 0.71 |
XYZ | 3.5501 | 2.9658 | 7.0420 |
Yxy | 2.9658 | 0.2618 | 0.2188 |
Hunter Lab | 17.2215 | 6.6590 | -12.1891 |
CIE-Lab | 19.9064 | 12.3673 | -18.3726 |
#342b4b color RGB value is (52,43,75).
#342b4b hex color red value is 52, green value is 43 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #342b4b hue: 0.71 , saturation: 0.27 and the lightness value of 342b4b is 0.23.
The process color (four color CMYK) of #342b4b color hex is 0.31, 0.43, 0.00, 0.71. Web safe color of #342b4b is #333333. Color #342b4b contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110100 | 00101011 | 01001011 |
Octal | 64 | 53 | 113 |
Decimal | 52 | 43 | 75 |
Hex | 34 | 2B | 4B |
Shades of #342b4b
Tints of #342b4b
RGB Percentages of Color #342b4b
CMYK Percentages of Color #342b4b
Complementary Color
#342b4b | #424b2b |
#342b4b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#342b4b Color Preview on White Background
Lorem ipsum dolor sit amet.
#342b4b Color CSS Codes
.mybgcolor {background-color:#342b4b; } .myforecolor {color:#342b4b; } .mybordercolor {border:3px solid #342b4b; }
#342b4b Text Font Color
<p style="color:#342b4b">Text here</p>
This sample text font color is #342b4b
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.
#342b4b Background Color
<div style="background-color:#342b4b">
Div content here</div>
This div background color is #342b4b
#342b4b Border Color
<div style="border:3px solid #342b4b">
Div here</div>
This div border color is #342b4b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(52,43,75, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #342b4b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #342b4b; -webkit-box-shadow: 1px 1px 3px 2px #342b4b; box-shadow: 1px 1px 3px 2px #342b4b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(52,43,75, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #342b4b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #342b4b; -webkit-box-shadow: 1px 1px 3px 2px #342b4b; box-shadow: 1px 1px 3px 2px #342b4b;">
Div content here</div>
This div box has shadow with color #342b4b
Comments
No comments written yet.
Please login to write comment.