Shades of Atomic #3D484D
Tints of Atomic #3D484D
RGB
CMYK
RGB Variations
Color information
#3D484D (or 0x3D484D) is known color: Atomic. HEX triplet: 3D, 48 and 4D. RGB value is (61,72,77). Sum of RGB (Red+Green+Blue) = 61+72+77=210 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.05% from 210); Green value is 72 (28.52% from 255 or 34.29% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 77 - color contains mainly: blue. Hex color #3D484D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D484D is #C2B7B2. Grayscale: #454545. Windows color (decimal): -12761011 or 5064765. OLE color: 5064765.
HSL color Cylindrical-coordinate representation of color #3D484D: hue angle of 198.75º 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 #3D484D is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 61 | 72 | 77 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.70 |
| HSL | 198.75º | 0.12% | 0.27% | - |
| HSV(B) | 198.75º | 0.21% | 0.3% | - |
| XYZ | 5.58 | 6.16 | 7.92 | - |
| YUV | 69.28 | 132.36 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 72 | 77 | 0.21 | 0.06 | 0 | 0.70 | 198.75 | 0.12 | 0.27 |
| Hex | 3D | 48 | 4D | 15 | 6 | 0 | 46 | C7 | C | 1B |
| Octal | 75 | 110 | 115 | 25 | 6 | 0 | 106 | 307 | 14 | 33 |
| Binary | 111101 | 1001000 | 1001101 | 10101 | 110 | 0 | 1000110 | 11000111 | 1100 | 11011 |
Color Harmonies of #3D484D
Complementary color
Monochromatic Colors of #3D484D
Black with #3D484D
Text Example
Text Example
White with #3D484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D484D; }
p { color: rgb(61,72,77); }
H1.HeaderClassName
{
color: #3D484D;
}
.AnyTagClassName
{
color: #3D484D;
}
</style>
background-color css
<style>
a { background-color: #3D484D; }
a { background-color: rgb(61,72,77); }
div.DivClassName
{
background-color: #3D484D;
}
.BgClassName
{
background-color: #3D484D;
}
</style>
border-color css
<style>
span { border-color: #3D484D; }
span { border-color: rgb(61,72,77); }
td.TdClassName
{
border-color: #3D484D;
}
.TagClassName
{
border-color: #3D484D;
}
</style>