Color spaces of #346eab
RGB | 52 | 110 | 171 |
---|---|---|---|
HSL | 0.59 | 0.53 | 0.44 |
HSV | 211° | 70° | 67° |
CMYK | 0.70 | 0.36 | 0.00 0.33 |
XYZ | 14.3428 | 14.8222 | 40.6331 |
Yxy | 14.8222 | 0.2055 | 0.2124 |
Hunter Lab | 38.4996 | -0.8752 | -35.6259 |
CIE-Lab | 45.3897 | 1.5854 | -38.1471 |
#346eab color RGB value is (52,110,171).
#346eab hex color red value is 52, green value is 110 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #346eab hue: 0.59 , saturation: 0.53 and the lightness value of 346eab is 0.44.
The process color (four color CMYK) of #346eab color hex is 0.70, 0.36, 0.00, 0.33. Web safe color of #346eab is #336699. Color #346eab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110100 | 01101110 | 10101011 |
Octal | 64 | 156 | 253 |
Decimal | 52 | 110 | 171 |
Hex | 34 | 6E | AB |
Shades of #346eab
Tints of #346eab
RGB Percentages of Color #346eab
CMYK Percentages of Color #346eab
Complementary Color
#346eab | #ab7134 |
#346eab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#346eab Color Preview on White Background
Lorem ipsum dolor sit amet.
#346eab Color CSS Codes
.mybgcolor {background-color:#346eab; } .myforecolor {color:#346eab; } .mybordercolor {border:3px solid #346eab; }
#346eab Text Font Color
<p style="color:#346eab">Text here</p>
This sample text font color is #346eab
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.
#346eab Background Color
<div style="background-color:#346eab">
Div content here</div>
This div background color is #346eab
#346eab Border Color
<div style="border:3px solid #346eab">
Div here</div>
This div border color is #346eab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(52,110,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #346eab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #346eab; -webkit-box-shadow: 1px 1px 3px 2px #346eab; box-shadow: 1px 1px 3px 2px #346eab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(52,110,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #346eab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #346eab; -webkit-box-shadow: 1px 1px 3px 2px #346eab; box-shadow: 1px 1px 3px 2px #346eab;">
Div content here</div>
This div box has shadow with color #346eab
Comments
No comments written yet.
Please login to write comment.