Color spaces of #345daa
RGB | 52 | 93 | 170 |
---|---|---|---|
HSL | 0.61 | 0.53 | 0.44 |
HSV | 219° | 69° | 67° |
CMYK | 0.69 | 0.45 | 0.00 0.33 |
XYZ | 12.5862 | 11.4610 | 39.5790 |
Yxy | 11.4610 | 0.1978 | 0.1801 |
Hunter Lab | 33.8541 | 7.1177 | -45.6184 |
CIE-Lab | 40.3463 | 11.9804 | -45.5865 |
#345daa color RGB value is (52,93,170).
#345daa hex color red value is 52, green value is 93 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #345daa hue: 0.61 , saturation: 0.53 and the lightness value of 345daa is 0.44.
The process color (four color CMYK) of #345daa color hex is 0.69, 0.45, 0.00, 0.33. Web safe color of #345daa is #336699. Color #345daa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110100 | 01011101 | 10101010 |
Octal | 64 | 135 | 252 |
Decimal | 52 | 93 | 170 |
Hex | 34 | 5D | AA |
Shades of #345daa
Tints of #345daa
RGB Percentages of Color #345daa
CMYK Percentages of Color #345daa
Complementary Color
#345daa | #aa8134 |
#345daa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#345daa Color Preview on White Background
Lorem ipsum dolor sit amet.
#345daa Color CSS Codes
.mybgcolor {background-color:#345daa; } .myforecolor {color:#345daa; } .mybordercolor {border:3px solid #345daa; }
#345daa Text Font Color
<p style="color:#345daa">Text here</p>
This sample text font color is #345daa
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.
#345daa Background Color
<div style="background-color:#345daa">
Div content here</div>
This div background color is #345daa
#345daa Border Color
<div style="border:3px solid #345daa">
Div here</div>
This div border color is #345daa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(52,93,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #345daa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #345daa; -webkit-box-shadow: 1px 1px 3px 2px #345daa; box-shadow: 1px 1px 3px 2px #345daa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(52,93,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #345daa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #345daa; -webkit-box-shadow: 1px 1px 3px 2px #345daa; box-shadow: 1px 1px 3px 2px #345daa;">
Div content here</div>
This div box has shadow with color #345daa
Comments
No comments written yet.
Please login to write comment.