Color spaces of #38457a
RGB | 56 | 69 | 122 |
---|---|---|---|
HSL | 0.63 | 0.37 | 0.35 |
HSV | 228° | 54° | 48° |
CMYK | 0.54 | 0.43 | 0.00 0.52 |
XYZ | 7.2719 | 6.5021 | 19.2841 |
Yxy | 6.5021 | 0.2200 | 0.1967 |
Hunter Lab | 25.4992 | 6.2812 | -26.9894 |
CIE-Lab | 30.6454 | 11.2045 | -31.8932 |
#38457a color RGB value is (56,69,122).
#38457a hex color red value is 56, green value is 69 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #38457a hue: 0.63 , saturation: 0.37 and the lightness value of 38457a is 0.35.
The process color (four color CMYK) of #38457a color hex is 0.54, 0.43, 0.00, 0.52. Web safe color of #38457a is #333366. Color #38457a contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111000 | 01000101 | 01111010 |
Octal | 70 | 105 | 172 |
Decimal | 56 | 69 | 122 |
Hex | 38 | 45 | 7A |
Shades of #38457a
Tints of #38457a
RGB Percentages of Color #38457a
CMYK Percentages of Color #38457a
Complementary Color
#38457a | #7a6d38 |
#38457a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#38457a Color Preview on White Background
Lorem ipsum dolor sit amet.
#38457a Color CSS Codes
.mybgcolor {background-color:#38457a; } .myforecolor {color:#38457a; } .mybordercolor {border:3px solid #38457a; }
#38457a Text Font Color
<p style="color:#38457a">Text here</p>
This sample text font color is #38457a
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.
#38457a Background Color
<div style="background-color:#38457a">
Div content here</div>
This div background color is #38457a
#38457a Border Color
<div style="border:3px solid #38457a">
Div here</div>
This div border color is #38457a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(56,69,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #38457a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #38457a; -webkit-box-shadow: 1px 1px 3px 2px #38457a; box-shadow: 1px 1px 3px 2px #38457a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(56,69,122, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #38457a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #38457a; -webkit-box-shadow: 1px 1px 3px 2px #38457a; box-shadow: 1px 1px 3px 2px #38457a;">
Div content here</div>
This div box has shadow with color #38457a
Comments
No comments written yet.
Please login to write comment.