Color spaces of #20246d
RGB | 32 | 36 | 109 |
---|---|---|---|
HSL | 0.66 | 0.55 | 0.28 |
HSV | 237° | 71° | 43° |
CMYK | 0.71 | 0.67 | 0.00 0.57 |
XYZ | 3.9869 | 2.6730 | 14.7738 |
Yxy | 2.6730 | 0.1860 | 0.1247 |
Hunter Lab | 16.3493 | 14.9172 | -42.1320 |
CIE-Lab | 18.6836 | 24.2293 | -42.9725 |
#20246d color RGB value is (32,36,109).
#20246d hex color red value is 32, green value is 36 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #20246d hue: 0.66 , saturation: 0.55 and the lightness value of 20246d is 0.28.
The process color (four color CMYK) of #20246d color hex is 0.71, 0.67, 0.00, 0.57. Web safe color of #20246d is #333366. Color #20246d contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100000 | 00100100 | 01101101 |
Octal | 40 | 44 | 155 |
Decimal | 32 | 36 | 109 |
Hex | 20 | 24 | 6D |
Shades of #20246d
Tints of #20246d
RGB Percentages of Color #20246d
CMYK Percentages of Color #20246d
Complementary Color
#20246d | #6d6920 |
#20246d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#20246d Color Preview on White Background
Lorem ipsum dolor sit amet.
#20246d Color CSS Codes
.mybgcolor {background-color:#20246d; } .myforecolor {color:#20246d; } .mybordercolor {border:3px solid #20246d; }
#20246d Text Font Color
<p style="color:#20246d">Text here</p>
This sample text font color is #20246d
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.
#20246d Background Color
<div style="background-color:#20246d">
Div content here</div>
This div background color is #20246d
#20246d Border Color
<div style="border:3px solid #20246d">
Div here</div>
This div border color is #20246d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(32,36,109, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #20246d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #20246d; -webkit-box-shadow: 1px 1px 3px 2px #20246d; box-shadow: 1px 1px 3px 2px #20246d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(32,36,109, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #20246d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #20246d; -webkit-box-shadow: 1px 1px 3px 2px #20246d; box-shadow: 1px 1px 3px 2px #20246d;">
Div content here</div>
This div box has shadow with color #20246d
Comments
No comments written yet.
Please login to write comment.