Color spaces of #38489f
RGB | 56 | 72 | 159 |
---|---|---|---|
HSL | 0.64 | 0.48 | 0.42 |
HSV | 231° | 65° | 62° |
CMYK | 0.65 | 0.55 | 0.00 0.38 |
XYZ | 10.2063 | 7.9787 | 33.8030 |
Yxy | 7.9787 | 0.1963 | 0.1535 |
Hunter Lab | 28.2466 | 15.0656 | -51.1804 |
CIE-Lab | 33.9385 | 22.4027 | -49.3230 |
#38489f color RGB value is (56,72,159).
#38489f hex color red value is 56, green value is 72 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #38489f hue: 0.64 , saturation: 0.48 and the lightness value of 38489f is 0.42.
The process color (four color CMYK) of #38489f color hex is 0.65, 0.55, 0.00, 0.38. Web safe color of #38489f is #333399. Color #38489f contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111000 | 01001000 | 10011111 |
Octal | 70 | 110 | 237 |
Decimal | 56 | 72 | 159 |
Hex | 38 | 48 | 9F |
Shades of #38489f
Tints of #38489f
RGB Percentages of Color #38489f
CMYK Percentages of Color #38489f
Complementary Color
#38489f | #9f8f38 |
#38489f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#38489f Color Preview on White Background
Lorem ipsum dolor sit amet.
#38489f Color CSS Codes
.mybgcolor {background-color:#38489f; } .myforecolor {color:#38489f; } .mybordercolor {border:3px solid #38489f; }
#38489f Text Font Color
<p style="color:#38489f">Text here</p>
This sample text font color is #38489f
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.
#38489f Background Color
<div style="background-color:#38489f">
Div content here</div>
This div background color is #38489f
#38489f Border Color
<div style="border:3px solid #38489f">
Div here</div>
This div border color is #38489f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(56,72,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #38489f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #38489f; -webkit-box-shadow: 1px 1px 3px 2px #38489f; box-shadow: 1px 1px 3px 2px #38489f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(56,72,159, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #38489f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #38489f; -webkit-box-shadow: 1px 1px 3px 2px #38489f; box-shadow: 1px 1px 3px 2px #38489f;">
Div content here</div>
This div box has shadow with color #38489f
Comments
No comments written yet.
Please login to write comment.