Color spaces of #246990
RGB | 36 | 105 | 144 |
---|---|---|---|
HSL | 0.56 | 0.60 | 0.35 |
HSV | 202° | 75° | 56° |
CMYK | 0.75 | 0.27 | 0.00 0.44 |
XYZ | 10.8132 | 12.4918 | 28.2268 |
Yxy | 12.4918 | 0.2098 | 0.2424 |
Hunter Lab | 35.3437 | -7.2406 | -22.6105 |
CIE-Lab | 41.9873 | -7.6703 | -27.5474 |
#246990 color RGB value is (36,105,144).
#246990 hex color red value is 36, green value is 105 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #246990 hue: 0.56 , saturation: 0.60 and the lightness value of 246990 is 0.35.
The process color (four color CMYK) of #246990 color hex is 0.75, 0.27, 0.00, 0.44. Web safe color of #246990 is #336699. Color #246990 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100100 | 01101001 | 10010000 |
Octal | 44 | 151 | 220 |
Decimal | 36 | 105 | 144 |
Hex | 24 | 69 | 90 |
Shades of #246990
Tints of #246990
RGB Percentages of Color #246990
CMYK Percentages of Color #246990
Complementary Color
#246990 | #904b24 |
#246990 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#246990 Color Preview on White Background
Lorem ipsum dolor sit amet.
#246990 Color CSS Codes
.mybgcolor {background-color:#246990; } .myforecolor {color:#246990; } .mybordercolor {border:3px solid #246990; }
#246990 Text Font Color
<p style="color:#246990">Text here</p>
This sample text font color is #246990
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.
#246990 Background Color
<div style="background-color:#246990">
Div content here</div>
This div background color is #246990
#246990 Border Color
<div style="border:3px solid #246990">
Div here</div>
This div border color is #246990
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(36,105,144, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #246990; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #246990; -webkit-box-shadow: 1px 1px 3px 2px #246990; box-shadow: 1px 1px 3px 2px #246990; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(36,105,144, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #246990">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #246990; -webkit-box-shadow: 1px 1px 3px 2px #246990; box-shadow: 1px 1px 3px 2px #246990;">
Div content here</div>
This div box has shadow with color #246990
Comments
No comments written yet.
Please login to write comment.