Color spaces of #345fdb
RGB | 52 | 95 | 219 |
---|---|---|---|
HSL | 0.62 | 0.70 | 0.53 |
HSV | 225° | 76° | 86° |
CMYK | 0.76 | 0.57 | 0.00 0.14 |
XYZ | 18.2946 | 14.0290 | 68.7615 |
Yxy | 14.0290 | 0.1810 | 0.1388 |
Hunter Lab | 37.4553 | 21.6394 | -82.6275 |
CIE-Lab | 44.2745 | 28.8860 | -67.6684 |
#345fdb color RGB value is (52,95,219).
#345fdb hex color red value is 52, green value is 95 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #345fdb hue: 0.62 , saturation: 0.70 and the lightness value of 345fdb is 0.53.
The process color (four color CMYK) of #345fdb color hex is 0.76, 0.57, 0.00, 0.14. Web safe color of #345fdb is #3366cc. Color #345fdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110100 | 01011111 | 11011011 |
Octal | 64 | 137 | 333 |
Decimal | 52 | 95 | 219 |
Hex | 34 | 5F | DB |
Shades of #345fdb
Tints of #345fdb
RGB Percentages of Color #345fdb
CMYK Percentages of Color #345fdb
Complementary Color
#345fdb | #dbb034 |
#345fdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#345fdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#345fdb Color CSS Codes
.mybgcolor {background-color:#345fdb; } .myforecolor {color:#345fdb; } .mybordercolor {border:3px solid #345fdb; }
#345fdb Text Font Color
<p style="color:#345fdb">Text here</p>
This sample text font color is #345fdb
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.
#345fdb Background Color
<div style="background-color:#345fdb">
Div content here</div>
This div background color is #345fdb
#345fdb Border Color
<div style="border:3px solid #345fdb">
Div here</div>
This div border color is #345fdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(52,95,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #345fdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #345fdb; -webkit-box-shadow: 1px 1px 3px 2px #345fdb; box-shadow: 1px 1px 3px 2px #345fdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(52,95,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #345fdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #345fdb; -webkit-box-shadow: 1px 1px 3px 2px #345fdb; box-shadow: 1px 1px 3px 2px #345fdb;">
Div content here</div>
This div box has shadow with color #345fdb
Comments
No comments written yet.
Please login to write comment.