#23415a color RGB value is (2, 52, 21).
#23415a hex color red value is 2, green value is 52, and blue value is 21.
Cylindrical-coordinate representations (HSL) of color #23415a
hue: 142.8,
saturation: 0.93 and lightness: 0.11.
The process color (four-color CMYK) of #23415a color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #23415a is #ff9999. Color #23415a contains mainly RED.
Color spaces of #23415a | Value |
---|---|
RGB | 35, 65, 90 |
HSL | 0.58, 0.44, 0.25 |
HSV | 207°, 61°, 35° |
XYZ | 4.43, 4.88, 10.38 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 100011 | 1000001 | 1011010 |
Octal | 43 | 101 | 132 |
Decimal | 35 | 65 | 90 |
Hex | 23 | 41 | 5A |
Shades of #23415a
Tints of #23415a
.mybgColor {background-color: #23415a;} .myforeColor {color: #23415a;} .myborderColor {border:3px solid #23415a;}
<p style="color:#23415a">Text here</p>
This sample text is styled with the font color #23415a. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#23415a">Div content here</div>
<div style="border:3px solid #23415a">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(35, 65, 90, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #23415a; } .divShadow { -moz-box-shadow: 1px 1px 3px #23415a; -webkit-box-shadow: 1px 1px 3px #23415a; box-shadow: 1px 1px 3px #23415a; }
<p style="text-shadow: 4px 4px 2px rgba(35, 65, 90, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #23415a;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #23415a;
-webkit-box-shadow: 1px 1px 3px #23415a;
box-shadow: 1px 1px 3px #23415a;">Div content here</div>