Color spaces of #334fbe
RGB | 51 | 79 | 190 |
---|---|---|---|
HSL | 0.63 | 0.58 | 0.47 |
HSV | 228° | 73° | 75° |
CMYK | 0.73 | 0.58 | 0.00 0.25 |
XYZ | 13.4555 | 10.0135 | 49.9388 |
Yxy | 10.0135 | 0.1833 | 0.1364 |
Hunter Lab | 31.6441 | 20.5234 | -71.4170 |
CIE-Lab | 37.8666 | 28.4058 | -61.3637 |
#334fbe color RGB value is (51,79,190).
#334fbe hex color red value is 51, green value is 79 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #334fbe hue: 0.63 , saturation: 0.58 and the lightness value of 334fbe is 0.47.
The process color (four color CMYK) of #334fbe color hex is 0.73, 0.58, 0.00, 0.25. Web safe color of #334fbe is #3366cc. Color #334fbe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110011 | 01001111 | 10111110 |
Octal | 63 | 117 | 276 |
Decimal | 51 | 79 | 190 |
Hex | 33 | 4F | BE |
Shades of #334fbe
Tints of #334fbe
RGB Percentages of Color #334fbe
CMYK Percentages of Color #334fbe
Complementary Color
#334fbe | #bea233 |
#334fbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#334fbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#334fbe Color CSS Codes
.mybgcolor {background-color:#334fbe; } .myforecolor {color:#334fbe; } .mybordercolor {border:3px solid #334fbe; }
#334fbe Text Font Color
<p style="color:#334fbe">Text here</p>
This sample text font color is #334fbe
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.
#334fbe Background Color
<div style="background-color:#334fbe">
Div content here</div>
This div background color is #334fbe
#334fbe Border Color
<div style="border:3px solid #334fbe">
Div here</div>
This div border color is #334fbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(51,79,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #334fbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #334fbe; -webkit-box-shadow: 1px 1px 3px 2px #334fbe; box-shadow: 1px 1px 3px 2px #334fbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(51,79,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 #334fbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #334fbe; -webkit-box-shadow: 1px 1px 3px 2px #334fbe; box-shadow: 1px 1px 3px 2px #334fbe;">
Div content here</div>
This div box has shadow with color #334fbe
Comments
No comments written yet.
Please login to write comment.