Color spaces of #339fbb
RGB | 51 | 159 | 187 |
---|---|---|---|
HSL | 0.53 | 0.57 | 0.47 |
HSV | 192° | 73° | 73° |
CMYK | 0.73 | 0.15 | 0.00 0.27 |
XYZ | 22.7330 | 29.0879 | 51.4301 |
Yxy | 29.0879 | 0.2202 | 0.2817 |
Hunter Lab | 53.9332 | -19.1448 | -18.7850 |
CIE-Lab | 60.8591 | -20.9219 | -23.2418 |
#339fbb color RGB value is (51,159,187).
#339fbb hex color red value is 51, green value is 159 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #339fbb hue: 0.53 , saturation: 0.57 and the lightness value of 339fbb is 0.47.
The process color (four color CMYK) of #339fbb color hex is 0.73, 0.15, 0.00, 0.27. Web safe color of #339fbb is #3399cc. Color #339fbb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110011 | 10011111 | 10111011 |
Octal | 63 | 237 | 273 |
Decimal | 51 | 159 | 187 |
Hex | 33 | 9F | BB |
Shades of #339fbb
Tints of #339fbb
RGB Percentages of Color #339fbb
CMYK Percentages of Color #339fbb
Complementary Color
#339fbb | #bb4f33 |
#339fbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#339fbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#339fbb Color CSS Codes
.mybgcolor {background-color:#339fbb; } .myforecolor {color:#339fbb; } .mybordercolor {border:3px solid #339fbb; }
#339fbb Text Font Color
<p style="color:#339fbb">Text here</p>
This sample text font color is #339fbb
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.
#339fbb Background Color
<div style="background-color:#339fbb">
Div content here</div>
This div background color is #339fbb
#339fbb Border Color
<div style="border:3px solid #339fbb">
Div here</div>
This div border color is #339fbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(51,159,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #339fbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #339fbb; -webkit-box-shadow: 1px 1px 3px 2px #339fbb; box-shadow: 1px 1px 3px 2px #339fbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(51,159,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #339fbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #339fbb; -webkit-box-shadow: 1px 1px 3px 2px #339fbb; box-shadow: 1px 1px 3px 2px #339fbb;">
Div content here</div>
This div box has shadow with color #339fbb
Comments
No comments written yet.
Please login to write comment.