Shades of Atomic #3D4952
Tints of Atomic #3D4952
RGB
CMYK
RGB Variations
Color information
#3D4952 (or 0x3D4952) is known color: Atomic. HEX triplet: 3D, 49 and 52. RGB value is (61,73,82). Sum of RGB (Red+Green+Blue) = 61+73+82=216 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.24% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 82 (32.42% from 255 or 37.96% from 216); Max value from RGB is 82 - color contains mainly: blue. Hex color #3D4952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4952 is #C2B6AD. Grayscale: #464646. Windows color (decimal): -12760750 or 5392701. OLE color: 5392701.
HSL color Cylindrical-coordinate representation of color #3D4952: hue angle of 205.71º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3D4952 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 61 | 73 | 82 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.68 |
| HSL | 205.71º | 0.15% | 0.28% | - |
| HSV(B) | 205.71º | 0.26% | 0.32% | - |
| XYZ | 5.83 | 6.37 | 8.9 | - |
| YUV | 70.44 | 134.52 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 73 | 82 | 0.26 | 0.11 | 0 | 0.68 | 205.71 | 0.15 | 0.28 |
| Hex | 3D | 49 | 52 | 1A | B | 0 | 44 | CE | F | 1C |
| Octal | 75 | 111 | 122 | 32 | 13 | 0 | 104 | 316 | 17 | 34 |
| Binary | 111101 | 1001001 | 1010010 | 11010 | 1011 | 0 | 1000100 | 11001110 | 1111 | 11100 |
Color Harmonies of #3D4952
Complementary color
Monochromatic Colors of #3D4952
Black with #3D4952
Text Example
Text Example
White with #3D4952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4952; }
p { color: rgb(61,73,82); }
H1.HeaderClassName
{
color: #3D4952;
}
.AnyTagClassName
{
color: #3D4952;
}
</style>
background-color css
<style>
a { background-color: #3D4952; }
a { background-color: rgb(61,73,82); }
div.DivClassName
{
background-color: #3D4952;
}
.BgClassName
{
background-color: #3D4952;
}
</style>
border-color css
<style>
span { border-color: #3D4952; }
span { border-color: rgb(61,73,82); }
td.TdClassName
{
border-color: #3D4952;
}
.TagClassName
{
border-color: #3D4952;
}
</style>