Color spaces of #348bce
RGB | 52 | 139 | 206 |
---|---|---|---|
HSL | 0.57 | 0.61 | 0.51 |
HSV | 206° | 75° | 81° |
CMYK | 0.75 | 0.33 | 0.00 0.19 |
XYZ | 21.7894 | 23.6515 | 61.8093 |
Yxy | 23.6515 | 0.2032 | 0.2205 |
Hunter Lab | 48.6328 | -5.1324 | -41.3110 |
CIE-Lab | 55.7372 | -3.1996 | -41.9156 |
#348bce color RGB value is (52,139,206).
#348bce hex color red value is 52, green value is 139 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #348bce hue: 0.57 , saturation: 0.61 and the lightness value of 348bce is 0.51.
The process color (four color CMYK) of #348bce color hex is 0.75, 0.33, 0.00, 0.19. Web safe color of #348bce is #3399cc. Color #348bce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110100 | 10001011 | 11001110 |
Octal | 64 | 213 | 316 |
Decimal | 52 | 139 | 206 |
Hex | 34 | 8B | CE |
Shades of #348bce
Tints of #348bce
RGB Percentages of Color #348bce
CMYK Percentages of Color #348bce
Complementary Color
#348bce | #ce7734 |
#348bce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#348bce Color Preview on White Background
Lorem ipsum dolor sit amet.
#348bce Color CSS Codes
.mybgcolor {background-color:#348bce; } .myforecolor {color:#348bce; } .mybordercolor {border:3px solid #348bce; }
#348bce Text Font Color
<p style="color:#348bce">Text here</p>
This sample text font color is #348bce
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.
#348bce Background Color
<div style="background-color:#348bce">
Div content here</div>
This div background color is #348bce
#348bce Border Color
<div style="border:3px solid #348bce">
Div here</div>
This div border color is #348bce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(52,139,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #348bce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #348bce; -webkit-box-shadow: 1px 1px 3px 2px #348bce; box-shadow: 1px 1px 3px 2px #348bce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(52,139,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #348bce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #348bce; -webkit-box-shadow: 1px 1px 3px 2px #348bce; box-shadow: 1px 1px 3px 2px #348bce;">
Div content here</div>
This div box has shadow with color #348bce
Comments
No comments written yet.
Please login to write comment.