Color spaces of #203775
RGB | 32 | 55 | 117 |
---|---|---|---|
HSL | 0.62 | 0.57 | 0.29 |
HSV | 224° | 73° | 46° |
CMYK | 0.73 | 0.53 | 0.00 0.54 |
XYZ | 5.1727 | 4.3238 | 17.3916 |
Yxy | 4.3238 | 0.1924 | 0.1608 |
Hunter Lab | 20.7937 | 8.0150 | -35.0337 |
CIE-Lab | 24.7143 | 13.9873 | -38.3180 |
#203775 color RGB value is (32,55,117).
#203775 hex color red value is 32, green value is 55 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #203775 hue: 0.62 , saturation: 0.57 and the lightness value of 203775 is 0.29.
The process color (four color CMYK) of #203775 color hex is 0.73, 0.53, 0.00, 0.54. Web safe color of #203775 is #333366. Color #203775 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100000 | 00110111 | 01110101 |
Octal | 40 | 67 | 165 |
Decimal | 32 | 55 | 117 |
Hex | 20 | 37 | 75 |
Shades of #203775
Tints of #203775
RGB Percentages of Color #203775
CMYK Percentages of Color #203775
Complementary Color
#203775 | #755e20 |
#203775 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#203775 Color Preview on White Background
Lorem ipsum dolor sit amet.
#203775 Color CSS Codes
.mybgcolor {background-color:#203775; } .myforecolor {color:#203775; } .mybordercolor {border:3px solid #203775; }
#203775 Text Font Color
<p style="color:#203775">Text here</p>
This sample text font color is #203775
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.
#203775 Background Color
<div style="background-color:#203775">
Div content here</div>
This div background color is #203775
#203775 Border Color
<div style="border:3px solid #203775">
Div here</div>
This div border color is #203775
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(32,55,117, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #203775; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #203775; -webkit-box-shadow: 1px 1px 3px 2px #203775; box-shadow: 1px 1px 3px 2px #203775; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(32,55,117, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #203775">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #203775; -webkit-box-shadow: 1px 1px 3px 2px #203775; box-shadow: 1px 1px 3px 2px #203775;">
Div content here</div>
This div box has shadow with color #203775
Comments
No comments written yet.
Please login to write comment.