Shades of Atomic #3D4951
Tints of Atomic #3D4951
RGB
CMYK
RGB Variations
Color information
#3D4951 (or 0x3D4951) is known color: Atomic. HEX triplet: 3D, 49 and 51. RGB value is (61,73,81). Sum of RGB (Red+Green+Blue) = 61+73+81=215 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.37% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 81 (32.03% from 255 or 37.67% from 215); Max value from RGB is 81 - color contains mainly: blue. Hex color #3D4951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4951 is #C2B6AE. Grayscale: #464646. Windows color (decimal): -12760751 or 5327165. OLE color: 5327165.
HSL color Cylindrical-coordinate representation of color #3D4951: hue angle of 204º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3D4951 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 61 | 73 | 81 | - |
| CMYK | 0.25 | 0.10 | 0 | 0.68 |
| HSL | 204º | 0.14% | 0.28% | - |
| HSV(B) | 204º | 0.25% | 0.32% | - |
| XYZ | 5.79 | 6.35 | 8.71 | - |
| YUV | 70.32 | 134.02 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 73 | 81 | 0.25 | 0.10 | 0 | 0.68 | 204 | 0.14 | 0.28 |
| Hex | 3D | 49 | 51 | 19 | A | 0 | 44 | CC | E | 1C |
| Octal | 75 | 111 | 121 | 31 | 12 | 0 | 104 | 314 | 16 | 34 |
| Binary | 111101 | 1001001 | 1010001 | 11001 | 1010 | 0 | 1000100 | 11001100 | 1110 | 11100 |
Color Harmonies of #3D4951
Complementary color
Monochromatic Colors of #3D4951
Black with #3D4951
Text Example
Text Example
White with #3D4951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4951; }
p { color: rgb(61,73,81); }
H1.HeaderClassName
{
color: #3D4951;
}
.AnyTagClassName
{
color: #3D4951;
}
</style>
background-color css
<style>
a { background-color: #3D4951; }
a { background-color: rgb(61,73,81); }
div.DivClassName
{
background-color: #3D4951;
}
.BgClassName
{
background-color: #3D4951;
}
</style>
border-color css
<style>
span { border-color: #3D4951; }
span { border-color: rgb(61,73,81); }
td.TdClassName
{
border-color: #3D4951;
}
.TagClassName
{
border-color: #3D4951;
}
</style>