Color spaces of #202449
RGB | 32 | 36 | 73 |
---|---|---|---|
HSL | 0.65 | 0.39 | 0.21 |
HSV | 234° | 56° | 29° |
CMYK | 0.56 | 0.51 | 0.00 0.71 |
XYZ | 2.4291 | 2.0499 | 6.5710 |
Yxy | 2.0499 | 0.2198 | 0.1855 |
Hunter Lab | 14.3175 | 5.2287 | -17.1889 |
CIE-Lab | 15.7470 | 10.4380 | -23.7128 |
#202449 color RGB value is (32,36,73).
#202449 hex color red value is 32, green value is 36 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #202449 hue: 0.65 , saturation: 0.39 and the lightness value of 202449 is 0.21.
The process color (four color CMYK) of #202449 color hex is 0.56, 0.51, 0.00, 0.71. Web safe color of #202449 is #333333. Color #202449 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100000 | 00100100 | 01001001 |
Octal | 40 | 44 | 111 |
Decimal | 32 | 36 | 73 |
Hex | 20 | 24 | 49 |
Shades of #202449
Tints of #202449
RGB Percentages of Color #202449
CMYK Percentages of Color #202449
Complementary Color
#202449 | #494520 |
#202449 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#202449 Color Preview on White Background
Lorem ipsum dolor sit amet.
#202449 Color CSS Codes
.mybgcolor {background-color:#202449; } .myforecolor {color:#202449; } .mybordercolor {border:3px solid #202449; }
#202449 Text Font Color
<p style="color:#202449">Text here</p>
This sample text font color is #202449
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.
#202449 Background Color
<div style="background-color:#202449">
Div content here</div>
This div background color is #202449
#202449 Border Color
<div style="border:3px solid #202449">
Div here</div>
This div border color is #202449
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(32,36,73, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #202449; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #202449; -webkit-box-shadow: 1px 1px 3px 2px #202449; box-shadow: 1px 1px 3px 2px #202449; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(32,36,73, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #202449">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #202449; -webkit-box-shadow: 1px 1px 3px 2px #202449; box-shadow: 1px 1px 3px 2px #202449;">
Div content here</div>
This div box has shadow with color #202449
#202449 Color Palettes
Comments
No comments written yet.
Please login to write comment.