color details

Color Details
#23415a Color Hex

#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
Color spaces of #23415aValue
RGB35, 65, 90
HSL0.58, 0.44, 0.25
HSV207°, 61°, 35°
XYZ4.43, 4.88, 10.38
Base Numbers
Base Red Green Blue
Binary 100011 1000001 1011010
Octal 43 101 132
Decimal 35 65 90
Hex 23 41 5A

RGB Percentages for Color #23415a

18.42%
34.21%
47.37%

CMYK Percentages of the Color #23415a

61.11%
27.78%
64.71%
CSS Codes for Color #23415a
.mybgColor {background-color: #23415a;}
.myforeColor {color: #23415a;}
.myborderColor {border:3px solid #23415a;}
Text Font Color #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,

Background Color #23415a

<div style="background-color:#23415a">Div content here</div>

The background color of this div is #23415a
Border Color #23415a

<div style="border:3px solid #23415a">Div here</div>

The border color of this div is #23415a
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(35, 65, 90, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #23415a;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #23415a
Scroll to Top