Color spaces of #252764
RGB | 37 | 39 | 100 |
---|---|---|---|
HSL | 0.66 | 0.46 | 0.27 |
HSV | 238° | 63° | 39° |
CMYK | 0.63 | 0.61 | 0.00 0.61 |
XYZ | 3.7887 | 2.7645 | 12.3905 |
Yxy | 2.7645 | 0.2000 | 0.1459 |
Hunter Lab | 16.6268 | 11.5774 | -32.5449 |
CIE-Lab | 19.0749 | 19.6147 | -36.4444 |
#252764 color RGB value is (37,39,100).
#252764 hex color red value is 37, green value is 39 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #252764 hue: 0.66 , saturation: 0.46 and the lightness value of 252764 is 0.27.
The process color (four color CMYK) of #252764 color hex is 0.63, 0.61, 0.00, 0.61. Web safe color of #252764 is #333366. Color #252764 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100101 | 00100111 | 01100100 |
Octal | 45 | 47 | 144 |
Decimal | 37 | 39 | 100 |
Hex | 25 | 27 | 64 |
Shades of #252764
Tints of #252764
RGB Percentages of Color #252764
CMYK Percentages of Color #252764
Complementary Color
#252764 | #646225 |
#252764 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#252764 Color Preview on White Background
Lorem ipsum dolor sit amet.
#252764 Color CSS Codes
.mybgcolor {background-color:#252764; } .myforecolor {color:#252764; } .mybordercolor {border:3px solid #252764; }
#252764 Text Font Color
<p style="color:#252764">Text here</p>
This sample text font color is #252764
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.
#252764 Background Color
<div style="background-color:#252764">
Div content here</div>
This div background color is #252764
#252764 Border Color
<div style="border:3px solid #252764">
Div here</div>
This div border color is #252764
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(37,39,100, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #252764; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #252764; -webkit-box-shadow: 1px 1px 3px 2px #252764; box-shadow: 1px 1px 3px 2px #252764; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(37,39,100, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #252764">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #252764; -webkit-box-shadow: 1px 1px 3px 2px #252764; box-shadow: 1px 1px 3px 2px #252764;">
Div content here</div>
This div box has shadow with color #252764
Comments
No comments written yet.
Please login to write comment.