Color spaces of #342bbd
RGB | 52 | 43 | 189 |
---|---|---|---|
HSL | 0.68 | 0.63 | 0.45 |
HSV | 244° | 77° | 74° |
CMYK | 0.72 | 0.77 | 0.00 0.26 |
XYZ | 11.4654 | 6.1319 | 48.7234 |
Yxy | 6.1319 | 0.1729 | 0.0925 |
Hunter Lab | 24.7627 | 39.3129 | -99.3260 |
CIE-Lab | 29.7428 | 49.8838 | -74.1088 |
#342bbd color RGB value is (52,43,189).
#342bbd hex color red value is 52, green value is 43 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #342bbd hue: 0.68 , saturation: 0.63 and the lightness value of 342bbd is 0.45.
The process color (four color CMYK) of #342bbd color hex is 0.72, 0.77, 0.00, 0.26. Web safe color of #342bbd is #3333cc. Color #342bbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110100 | 00101011 | 10111101 |
Octal | 64 | 53 | 275 |
Decimal | 52 | 43 | 189 |
Hex | 34 | 2B | BD |
Shades of #342bbd
Tints of #342bbd
RGB Percentages of Color #342bbd
CMYK Percentages of Color #342bbd
Complementary Color
#342bbd | #b4bd2b |
#342bbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#342bbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#342bbd Color CSS Codes
.mybgcolor {background-color:#342bbd; } .myforecolor {color:#342bbd; } .mybordercolor {border:3px solid #342bbd; }
#342bbd Text Font Color
<p style="color:#342bbd">Text here</p>
This sample text font color is #342bbd
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.
#342bbd Background Color
<div style="background-color:#342bbd">
Div content here</div>
This div background color is #342bbd
#342bbd Border Color
<div style="border:3px solid #342bbd">
Div here</div>
This div border color is #342bbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(52,43,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #342bbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #342bbd; -webkit-box-shadow: 1px 1px 3px 2px #342bbd; box-shadow: 1px 1px 3px 2px #342bbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(52,43,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #342bbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #342bbd; -webkit-box-shadow: 1px 1px 3px 2px #342bbd; box-shadow: 1px 1px 3px 2px #342bbd;">
Div content here</div>
This div box has shadow with color #342bbd
Comments
No comments written yet.
Please login to write comment.