Color spaces of #205595
RGB | 32 | 85 | 149 |
---|---|---|---|
HSL | 0.59 | 0.65 | 0.35 |
HSV | 213° | 79° | 58° |
CMYK | 0.79 | 0.43 | 0.00 0.42 |
XYZ | 9.2690 | 8.9740 | 29.6774 |
Yxy | 8.9740 | 0.1934 | 0.1873 |
Hunter Lab | 29.9566 | 2.8063 | -37.7677 |
CIE-Lab | 35.9342 | 6.2907 | -40.1320 |
#205595 color RGB value is (32,85,149).
#205595 hex color red value is 32, green value is 85 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #205595 hue: 0.59 , saturation: 0.65 and the lightness value of 205595 is 0.35.
The process color (four color CMYK) of #205595 color hex is 0.79, 0.43, 0.00, 0.42. Web safe color of #205595 is #336699. Color #205595 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100000 | 01010101 | 10010101 |
Octal | 40 | 125 | 225 |
Decimal | 32 | 85 | 149 |
Hex | 20 | 55 | 95 |
Shades of #205595
Tints of #205595
RGB Percentages of Color #205595
CMYK Percentages of Color #205595
Complementary Color
#205595 | #956020 |
#205595 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#205595 Color Preview on White Background
Lorem ipsum dolor sit amet.
#205595 Color CSS Codes
.mybgcolor {background-color:#205595; } .myforecolor {color:#205595; } .mybordercolor {border:3px solid #205595; }
#205595 Text Font Color
<p style="color:#205595">Text here</p>
This sample text font color is #205595
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.
#205595 Background Color
<div style="background-color:#205595">
Div content here</div>
This div background color is #205595
#205595 Border Color
<div style="border:3px solid #205595">
Div here</div>
This div border color is #205595
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(32,85,149, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #205595; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #205595; -webkit-box-shadow: 1px 1px 3px 2px #205595; box-shadow: 1px 1px 3px 2px #205595; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(32,85,149, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #205595">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #205595; -webkit-box-shadow: 1px 1px 3px 2px #205595; box-shadow: 1px 1px 3px 2px #205595;">
Div content here</div>
This div box has shadow with color #205595
Comments
No comments written yet.
Please login to write comment.