Color spaces of #2d354d
RGB | 45 | 53 | 77 |
---|---|---|---|
HSL | 0.63 | 0.26 | 0.24 |
HSV | 225° | 42° | 30° |
CMYK | 0.42 | 0.31 | 0.00 0.70 |
XYZ | 3.6948 | 3.6399 | 7.5290 |
Yxy | 3.6399 | 0.2486 | 0.2449 |
Hunter Lab | 19.0785 | 1.1814 | -10.0428 |
CIE-Lab | 22.4433 | 3.6728 | -15.8082 |
#2d354d color RGB value is (45,53,77).
#2d354d hex color red value is 45, green value is 53 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #2d354d hue: 0.63 , saturation: 0.26 and the lightness value of 2d354d is 0.24.
The process color (four color CMYK) of #2d354d color hex is 0.42, 0.31, 0.00, 0.70. Web safe color of #2d354d is #333366. Color #2d354d contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101101 | 00110101 | 01001101 |
Octal | 55 | 65 | 115 |
Decimal | 45 | 53 | 77 |
Hex | 2D | 35 | 4D |
Shades of #2d354d
Tints of #2d354d
RGB Percentages of Color #2d354d
CMYK Percentages of Color #2d354d
Complementary Color
#2d354d | #4d452d |
#2d354d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2d354d Color Preview on White Background
Lorem ipsum dolor sit amet.
#2d354d Color CSS Codes
.mybgcolor {background-color:#2d354d; } .myforecolor {color:#2d354d; } .mybordercolor {border:3px solid #2d354d; }
#2d354d Text Font Color
<p style="color:#2d354d">Text here</p>
This sample text font color is #2d354d
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.
#2d354d Background Color
<div style="background-color:#2d354d">
Div content here</div>
This div background color is #2d354d
#2d354d Border Color
<div style="border:3px solid #2d354d">
Div here</div>
This div border color is #2d354d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(45,53,77, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2d354d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2d354d; -webkit-box-shadow: 1px 1px 3px 2px #2d354d; box-shadow: 1px 1px 3px 2px #2d354d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(45,53,77, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2d354d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2d354d; -webkit-box-shadow: 1px 1px 3px 2px #2d354d; box-shadow: 1px 1px 3px 2px #2d354d;">
Div content here</div>
This div box has shadow with color #2d354d
#2d354d Color Palettes
Comments
No comments written yet.
Please login to write comment.