Color: #3A4E81
#3A4E81 Color Information
#3A4E81 is a dark color. The closest websafe version is #3A4E81. A complement of this color would be #826E3A, perceived brightness is 0.31, and the grayscale version is #5E5E5E.
In the HSL color space, this color has a hue angle of 223°,a saturation of 38%, and a lightness of 37%.The HSV representation shows a hue of 223°, a saturation of 100%, and a value of 100%.
In a RGB color space, #3A4E81 is composed of 23% red, 31% green and 51% blue. Whereas in a CMYK color space, it is composed of 55% cyan, 40% magenta, 0% yellow and 49% black.
In the Yxy color space, this color is represented as Y: 7.73, x: 0.2465, and y: 0.2406.
Color Code #3A4E81
Shades of Color #3A4E81
Shades are created by darkening the original color #3A4E81 in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #3A4E81
Tints are created by lightening the original color #3A4E81 in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #3A4E81 Color Code
In the HSL color space, this color has a hue angle of 223°, a saturation of 38%, and a lightness of 37%. The HSV representation shows a hue of 223°, a saturation of 55%, and a value of 51%.
- HEX: #3A4E81
- RGB: rgb(58, 78, 129)
- HSL: hsl(223, 38%, 37%)
- HSV: hsv(223, 55%, 51%)
- CMYK: 55.00% cyan, 40.00% magenta, 0.00% yellow, 49.00% black
- XYZ: 7.92, 7.73, 16.48
- Yxy: 7.73, 0.2465, 0.2406
- Hunter Lab: 33.42, 4.32, -31.69
- CIE-Lab: 33.42, 4.32, -31.69
In the XYZ color space, this color is represented as X: 7.92, Y: 7.73, Z: 16.48. The Yxy representation further refines this as Y: 7.73, x: 0.2465, and y: 0.2406.
In the Hunter Lab color space, this color is represented as L: 33.42, a: 4.32, and b: -31.69. Similarly, in the CIE-Lab color space, it is represented as L: 33.42, a: 4.32, and b: -31.69.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #3A4E81
Triadic colors are three colors evenly spaced around the color wheel, including #3A4E81. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #3A4E81
Monochromatic colors are variations of #3A4E81, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #3A4E81
The complementary color of #3A4E81 is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #3A4E81
/* Using HEX */ body { background-color: #3a4e81; }
/* Using RGB */ body { background-color: rgb(58, 78, 129); }
/* Using RGB with opacity */ body { background-color: rgba(58, 78, 129, 0.5); }
/* Using HSL */ body { background-color: hsl(223, 38%, 37%); }
/* Text color */ p { color: #3a4e81; }
/* Box shadow */ div { box-shadow: 4px 4px #3a4e81; }
HTML Examples of #3A4E81
<!-- Using HEX --> <div style="background-color: #3a4e81; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(58, 78, 129); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(58, 78, 129, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(223, 38%, 37%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #3a4e81;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #3a4e81; width: 100px; height: 100px;"></div>
Related Colors of #3A4E81
These colors are similar to #3A4E81, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.