Color spaces of #398ebb
RGB | 57 | 142 | 187 |
---|---|---|---|
HSL | 0.56 | 0.53 | 0.48 |
HSV | 201° | 70° | 73° |
CMYK | 0.70 | 0.24 | 0.00 0.27 |
XYZ | 20.3300 | 23.8037 | 50.5368 |
Yxy | 23.8037 | 0.2147 | 0.2514 |
Hunter Lab | 48.7890 | -11.0013 | -27.2616 |
CIE-Lab | 55.8907 | -10.8519 | -30.9010 |
#398ebb color RGB value is (57,142,187).
#398ebb hex color red value is 57, green value is 142 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #398ebb hue: 0.56 , saturation: 0.53 and the lightness value of 398ebb is 0.48.
The process color (four color CMYK) of #398ebb color hex is 0.70, 0.24, 0.00, 0.27. Web safe color of #398ebb is #3399cc. Color #398ebb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111001 | 10001110 | 10111011 |
Octal | 71 | 216 | 273 |
Decimal | 57 | 142 | 187 |
Hex | 39 | 8E | BB |
Shades of #398ebb
Tints of #398ebb
RGB Percentages of Color #398ebb
CMYK Percentages of Color #398ebb
Complementary Color
#398ebb | #bb6639 |
#398ebb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#398ebb Color Preview on White Background
Lorem ipsum dolor sit amet.
#398ebb Color CSS Codes
.mybgcolor {background-color:#398ebb; } .myforecolor {color:#398ebb; } .mybordercolor {border:3px solid #398ebb; }
#398ebb Text Font Color
<p style="color:#398ebb">Text here</p>
This sample text font color is #398ebb
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.
#398ebb Background Color
<div style="background-color:#398ebb">
Div content here</div>
This div background color is #398ebb
#398ebb Border Color
<div style="border:3px solid #398ebb">
Div here</div>
This div border color is #398ebb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(57,142,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #398ebb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #398ebb; -webkit-box-shadow: 1px 1px 3px 2px #398ebb; box-shadow: 1px 1px 3px 2px #398ebb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(57,142,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 #398ebb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #398ebb; -webkit-box-shadow: 1px 1px 3px 2px #398ebb; box-shadow: 1px 1px 3px 2px #398ebb;">
Div content here</div>
This div box has shadow with color #398ebb
Comments
No comments written yet.
Please login to write comment.