Color spaces of #253949
RGB | 37 | 57 | 73 |
---|---|---|---|
HSL | 0.57 | 0.33 | 0.22 |
HSV | 207° | 49° | 29° |
CMYK | 0.49 | 0.22 | 0.00 0.71 |
XYZ | 3.4287 | 3.8006 | 6.8562 |
Yxy | 3.8006 | 0.2434 | 0.2698 |
Hunter Lab | 19.4951 | -2.7228 | -7.2050 |
CIE-Lab | 23.0010 | -2.8986 | -12.3248 |
#253949 color RGB value is (37,57,73).
#253949 hex color red value is 37, green value is 57 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #253949 hue: 0.57 , saturation: 0.33 and the lightness value of 253949 is 0.22.
The process color (four color CMYK) of #253949 color hex is 0.49, 0.22, 0.00, 0.71. Web safe color of #253949 is #333333. Color #253949 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100101 | 00111001 | 01001001 |
Octal | 45 | 71 | 111 |
Decimal | 37 | 57 | 73 |
Hex | 25 | 39 | 49 |
Shades of #253949
Tints of #253949
RGB Percentages of Color #253949
CMYK Percentages of Color #253949
Complementary Color
#253949 | #493525 |
#253949 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#253949 Color Preview on White Background
Lorem ipsum dolor sit amet.
#253949 Color CSS Codes
.mybgcolor {background-color:#253949; } .myforecolor {color:#253949; } .mybordercolor {border:3px solid #253949; }
#253949 Text Font Color
<p style="color:#253949">Text here</p>
This sample text font color is #253949
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.
#253949 Background Color
<div style="background-color:#253949">
Div content here</div>
This div background color is #253949
#253949 Border Color
<div style="border:3px solid #253949">
Div here</div>
This div border color is #253949
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(37,57,73, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #253949; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #253949; -webkit-box-shadow: 1px 1px 3px 2px #253949; box-shadow: 1px 1px 3px 2px #253949; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(37,57,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 #253949">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #253949; -webkit-box-shadow: 1px 1px 3px 2px #253949; box-shadow: 1px 1px 3px 2px #253949;">
Div content here</div>
This div box has shadow with color #253949
#253949 Color Palettes
Comments
No comments written yet.
Please login to write comment.