color details

Color Details
#3f75a2 Color Hex

#3f75a2 color RGB value is (3, 247, 90).
#3f75a2 hex color red value is 3, green value is 247, and blue value is 90.
Cylindrical-coordinate representations (HSL) of color #3f75a2 hue: 141.39, saturation: 0.98 and lightness: 0.49.

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

Color Spaces
Color spaces of #3f75a2Value
RGB63, 117, 162
HSL0.58, 0.44, 0.44
HSV207°, 61°, 64°
XYZ14.93, 16.39, 36.55
Base Numbers
Base Red Green Blue
Binary 111111 1110101 10100010
Octal 77 165 242
Decimal 63 117 162
Hex 3F 75 A2

RGB Percentages for Color #3f75a2

18.42%
34.21%
47.37%

CMYK Percentages of the Color #3f75a2

61.11%
27.78%
36.47%
CSS Codes for Color #3f75a2
.mybgColor {background-color: #3f75a2;}
.myforeColor {color: #3f75a2;}
.myborderColor {border:3px solid #3f75a2;}
Text Font Color #3f75a2

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

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

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(63, 117, 162, 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 #3f75a2;">Text here</p>

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

Shadow Div Box

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

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