Color spaces of #346ebe
RGB | 52 | 110 | 190 |
---|---|---|---|
HSL | 0.60 | 0.57 | 0.47 |
HSV | 215° | 73° | 75° |
CMYK | 0.73 | 0.42 | 0.00 0.25 |
XYZ | 16.2864 | 15.5996 | 50.8678 |
Yxy | 15.5996 | 0.1968 | 0.1885 |
Hunter Lab | 39.4963 | 4.4863 | -48.7129 |
CIE-Lab | 46.4447 | 8.5564 | -47.5245 |
#346ebe color RGB value is (52,110,190).
#346ebe hex color red value is 52, green value is 110 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #346ebe hue: 0.60 , saturation: 0.57 and the lightness value of 346ebe is 0.47.
The process color (four color CMYK) of #346ebe color hex is 0.73, 0.42, 0.00, 0.25. Web safe color of #346ebe is #3366cc. Color #346ebe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110100 | 01101110 | 10111110 |
Octal | 64 | 156 | 276 |
Decimal | 52 | 110 | 190 |
Hex | 34 | 6E | BE |
Shades of #346ebe
Tints of #346ebe
RGB Percentages of Color #346ebe
CMYK Percentages of Color #346ebe
Complementary Color
#346ebe | #be8434 |
#346ebe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#346ebe Color Preview on White Background
Lorem ipsum dolor sit amet.
#346ebe Color CSS Codes
.mybgcolor {background-color:#346ebe; } .myforecolor {color:#346ebe; } .mybordercolor {border:3px solid #346ebe; }
#346ebe Text Font Color
<p style="color:#346ebe">Text here</p>
This sample text font color is #346ebe
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.
#346ebe Background Color
<div style="background-color:#346ebe">
Div content here</div>
This div background color is #346ebe
#346ebe Border Color
<div style="border:3px solid #346ebe">
Div here</div>
This div border color is #346ebe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(52,110,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #346ebe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #346ebe; -webkit-box-shadow: 1px 1px 3px 2px #346ebe; box-shadow: 1px 1px 3px 2px #346ebe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(52,110,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #346ebe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #346ebe; -webkit-box-shadow: 1px 1px 3px 2px #346ebe; box-shadow: 1px 1px 3px 2px #346ebe;">
Div content here</div>
This div box has shadow with color #346ebe
Comments
No comments written yet.
Please login to write comment.