In the RGB color space, #34515B is composed of 20.3922% red, 31.7647% green, and 35.6863% blue.
In the CMYK color space, #34515B is composed of 42.87% cyan, 11.01% magenta, 0% yellow, and 64.31% black,
It has a hue angle of 195.4 degrees, a saturation of 27.28%, and a lightness of 28.04%.
The closest websafe color is #336666.
The hexadecimal color #34515B has RGB values of R:52, G:81, B:91 and CMYK values of C:42.87, M:11.01, Y:0, K:64.31. It has a decimal value of 3428699.
Hexadecimal | #34515B | #34515B |
RGB Decimal | 52, 81, 91 | rgb(52, 81, 91) |
RGB Percent | 20.3922, 31.7647, 35.6863 | rgb(20.3922%, 31.7647%, 35.6863%) |
RGB Proportion | 0.2039, 0.3176, 0.3569 | rgb(0.2039, 0.3176, 0.3569) |
CMYK | 42.87, 11.01, 0, 64.31 | |
HSL | 195.4ยบ, 27.28, 28.04 | hsl(195.4, 27.28%, 28.04%) |
Websafe | 336666 | #336666 |
XYZ | 6.246, 7.368, 10.993 | |
Yxy | 7.368, 0.254, 0.299 | |
CIE-LAB | 32.63, -7.843, -9.283 | |
CIE-LCH | 32.63, 12.153, 229.806 | |
CIE-LUV | 32.63, -13.148, -10.818 | |
Hunter-Lab | 27.144, -6.428, -5.011 |
Colors that go well with #34515B.
Common HTML and CSS shortcodes for #34515B.
<div style="color: #34515B;">The quick brown fox jumps over the lazy dog.</div>
<div style="background-color: #34515B;">The quick brown fox jumps over the lazy dog.</div>
<div style="border: 1px solid #34515B;">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #34515B to transparent.
<div style="background: linear-gradient(#34515B, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #34515B to transparent.
<div style="background: radial-gradient(#34515B, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #34515B to #CBAEA4.
<div style="background: linear-gradient(#34515B, #CBAEA4);">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #34515B to #CBAEA4.
<div style="background: radial-gradient(#34515B, #CBAEA4);">The quick brown fox jumps over the lazy dog.</div>
Handy CSS code and shortcuts.
.text { color: #34515B; }
.background { background-color: #34515B; }
.border { border: 1px solid #34515B; }
.linear-gradient { background: linear-gradient(#faf310, rgba(255, 255, 255, 0)); }
.radial-gradient { background: radial-gradient(#faf310, rgba(255, 255, 255, 0)); }
Shades are created by adding black to the color, while a tint is created by mixing white. The darkest shade in this example is #010202 while the lightest tint is #FCFCFC.