Color spaces of #323365
RGB | 50 | 51 | 101 |
---|---|---|---|
HSL | 0.66 | 0.34 | 0.30 |
HSV | 239° | 50° | 40° |
CMYK | 0.50 | 0.50 | 0.00 0.60 |
XYZ | 4.8482 | 3.9853 | 12.8256 |
Yxy | 3.9853 | 0.2238 | 0.1840 |
Hunter Lab | 19.9632 | 8.4143 | -24.1173 |
CIE-Lab | 23.6228 | 14.6439 | -29.7247 |
#323365 color RGB value is (50,51,101).
#323365 hex color red value is 50, green value is 51 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #323365 hue: 0.66 , saturation: 0.34 and the lightness value of 323365 is 0.30.
The process color (four color CMYK) of #323365 color hex is 0.50, 0.50, 0.00, 0.60. Web safe color of #323365 is #333366. Color #323365 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110010 | 00110011 | 01100101 |
Octal | 62 | 63 | 145 |
Decimal | 50 | 51 | 101 |
Hex | 32 | 33 | 65 |
Shades of #323365
Tints of #323365
RGB Percentages of Color #323365
CMYK Percentages of Color #323365
Complementary Color
#323365 | #656432 |
#323365 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#323365 Color Preview on White Background
Lorem ipsum dolor sit amet.
#323365 Color CSS Codes
.mybgcolor {background-color:#323365; } .myforecolor {color:#323365; } .mybordercolor {border:3px solid #323365; }
#323365 Text Font Color
<p style="color:#323365">Text here</p>
This sample text font color is #323365
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.
#323365 Background Color
<div style="background-color:#323365">
Div content here</div>
This div background color is #323365
#323365 Border Color
<div style="border:3px solid #323365">
Div here</div>
This div border color is #323365
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(50,51,101, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #323365; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #323365; -webkit-box-shadow: 1px 1px 3px 2px #323365; box-shadow: 1px 1px 3px 2px #323365; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(50,51,101, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #323365">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #323365; -webkit-box-shadow: 1px 1px 3px 2px #323365; box-shadow: 1px 1px 3px 2px #323365;">
Div content here</div>
This div box has shadow with color #323365
Comments
No comments written yet.
Please login to write comment.