Color spaces of #338fbf
RGB | 51 | 143 | 191 |
---|---|---|---|
HSL | 0.56 | 0.58 | 0.47 |
HSV | 201° | 73° | 75° |
CMYK | 0.73 | 0.25 | 0.00 0.25 |
XYZ | 20.5917 | 24.1103 | 52.8587 |
Yxy | 24.1103 | 0.2111 | 0.2471 |
Hunter Lab | 49.1022 | -11.0725 | -29.4543 |
CIE-Lab | 56.1981 | -10.8990 | -32.7072 |
#338fbf color RGB value is (51,143,191).
#338fbf hex color red value is 51, green value is 143 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #338fbf hue: 0.56 , saturation: 0.58 and the lightness value of 338fbf is 0.47.
The process color (four color CMYK) of #338fbf color hex is 0.73, 0.25, 0.00, 0.25. Web safe color of #338fbf is #3399cc. Color #338fbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110011 | 10001111 | 10111111 |
Octal | 63 | 217 | 277 |
Decimal | 51 | 143 | 191 |
Hex | 33 | 8F | BF |
Shades of #338fbf
Tints of #338fbf
RGB Percentages of Color #338fbf
CMYK Percentages of Color #338fbf
Complementary Color
#338fbf | #bf6333 |
#338fbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#338fbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#338fbf Color CSS Codes
.mybgcolor {background-color:#338fbf; } .myforecolor {color:#338fbf; } .mybordercolor {border:3px solid #338fbf; }
#338fbf Text Font Color
<p style="color:#338fbf">Text here</p>
This sample text font color is #338fbf
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.
#338fbf Background Color
<div style="background-color:#338fbf">
Div content here</div>
This div background color is #338fbf
#338fbf Border Color
<div style="border:3px solid #338fbf">
Div here</div>
This div border color is #338fbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(51,143,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #338fbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #338fbf; -webkit-box-shadow: 1px 1px 3px 2px #338fbf; box-shadow: 1px 1px 3px 2px #338fbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(51,143,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #338fbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #338fbf; -webkit-box-shadow: 1px 1px 3px 2px #338fbf; box-shadow: 1px 1px 3px 2px #338fbf;">
Div content here</div>
This div box has shadow with color #338fbf
Comments
No comments written yet.
Please login to write comment.