Shades of Steel Grey #3D434D
Tints of Steel Grey #3D434D
RGB
CMYK
RGB Variations
Color information
#3D434D (or 0x3D434D) is known color: Steel Grey. HEX triplet: 3D, 43 and 4D. RGB value is (61,67,77). Sum of RGB (Red+Green+Blue) = 61+67+77=205 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.76% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 77 - color contains mainly: blue. Hex color #3D434D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D434D is #C2BCB2. Grayscale: #424242. Windows color (decimal): -12762291 or 5063485. OLE color: 5063485.
HSL color Cylindrical-coordinate representation of color #3D434D: hue angle of 217.5º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3D434D is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 61 | 67 | 77 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.70 |
| HSL | 217.5º | 0.12% | 0.27% | - |
| HSV(B) | 217.5º | 0.21% | 0.3% | - |
| XYZ | 5.27 | 5.54 | 7.81 | - |
| YUV | 66.35 | 134.01 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 67 | 77 | 0.21 | 0.13 | 0 | 0.70 | 217.5 | 0.12 | 0.27 |
| Hex | 3D | 43 | 4D | 15 | D | 0 | 46 | DA | C | 1B |
| Octal | 75 | 103 | 115 | 25 | 15 | 0 | 106 | 332 | 14 | 33 |
| Binary | 111101 | 1000011 | 1001101 | 10101 | 1101 | 0 | 1000110 | 11011010 | 1100 | 11011 |
Color Harmonies of #3D434D
Complementary color
Monochromatic Colors of #3D434D
Black with #3D434D
Text Example
Text Example
White with #3D434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D434D; }
p { color: rgb(61,67,77); }
H1.HeaderClassName
{
color: #3D434D;
}
.AnyTagClassName
{
color: #3D434D;
}
</style>
background-color css
<style>
a { background-color: #3D434D; }
a { background-color: rgb(61,67,77); }
div.DivClassName
{
background-color: #3D434D;
}
.BgClassName
{
background-color: #3D434D;
}
</style>
border-color css
<style>
span { border-color: #3D434D; }
span { border-color: rgb(61,67,77); }
td.TdClassName
{
border-color: #3D434D;
}
.TagClassName
{
border-color: #3D434D;
}
</style>