color details

Color Details
#3C3B6E Color Hex

#3C3B6E color RGB value is (3, 195, 182).
#3C3B6E hex color red value is 3, green value is 195, and blue value is 182.
Cylindrical-coordinate representations (HSL) of color #3C3B6E hue: 175.94, saturation: 0.97 and lightness: 0.39.

The process color (four-color CMYK) of #3C3B6E color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #3C3B6E is #ff9999. Color #3C3B6E contains mainly RED.

Color Spaces
Color spaces of #3C3B6EValue
RGB60, 59, 110
HSL0.67, 0.3, 0.33
HSV241°, 46°, 43°
XYZ6.24, 5.21, 15.43
Base Numbers
Base Red Green Blue
Binary 111100 111011 1101110
Octal 74 73 156
Decimal 60 59 110
Hex 3C 3B 6E

RGB Percentages for Color #3C3B6E

26.2%
25.76%
48.03%

CMYK Percentages of the Color #3C3B6E

45.45%
46.36%
56.86%
CSS Codes for Color #3C3B6E
.mybgColor {background-color: #3C3B6E;}
.myforeColor {color: #3C3B6E;}
.myborderColor {border:3px solid #3C3B6E;}
Text Font Color #3C3B6E

<p style="color:#3C3B6E">Text here</p>

This sample text is styled with the font color #3C3B6E. 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 #3C3B6E

<div style="background-color:#3C3B6E">Div content here</div>

The background color of this div is #3C3B6E
Border Color #3C3B6E

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

The border color of this div is #3C3B6E
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(60, 59, 110, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #3C3B6E;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #3C3B6E;
-webkit-box-shadow: 1px 1px 3px #3C3B6E;
box-shadow: 1px 1px 3px #3C3B6E;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60, 59, 110, 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 #3C3B6E;">Text here</p>

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

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #3C3B6E; -webkit-box-shadow: 1px 1px 3px #3C3B6E; box-shadow: 1px 1px 3px #3C3B6E;">Div content here</div>

This div box has a shadow with a specified color. #3C3B6E

Scroll to Top