Shades of Atomic #3D484C
Tints of Atomic #3D484C
RGB
CMYK
RGB Variations
Color information
#3D484C (or 0x3D484C) is known color: Atomic. HEX triplet: 3D, 48 and 4C. RGB value is (61,72,76). Sum of RGB (Red+Green+Blue) = 61+72+76=209 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.19% from 209); Green value is 72 (28.52% from 255 or 34.45% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 76 - color contains mainly: blue. Hex color #3D484C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D484C is #C2B7B3. Grayscale: #454545. Windows color (decimal): -12761012 or 4999229. OLE color: 4999229.
HSL color Cylindrical-coordinate representation of color #3D484C: hue angle of 196º degrees, saturation: 0.11, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3D484C is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 61 | 72 | 76 | - |
| CMYK | 0.20 | 0.05 | 0 | 0.70 |
| HSL | 196º | 0.11% | 0.27% | - |
| HSV(B) | 196º | 0.2% | 0.3% | - |
| XYZ | 5.55 | 6.15 | 7.73 | - |
| YUV | 69.17 | 131.86 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 72 | 76 | 0.20 | 0.05 | 0 | 0.70 | 196 | 0.11 | 0.27 |
| Hex | 3D | 48 | 4C | 14 | 5 | 0 | 46 | C4 | B | 1B |
| Octal | 75 | 110 | 114 | 24 | 5 | 0 | 106 | 304 | 13 | 33 |
| Binary | 111101 | 1001000 | 1001100 | 10100 | 101 | 0 | 1000110 | 11000100 | 1011 | 11011 |
Color Harmonies of #3D484C
Complementary color
Monochromatic Colors of #3D484C
Black with #3D484C
Text Example
Text Example
White with #3D484C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D484C; }
p { color: rgb(61,72,76); }
H1.HeaderClassName
{
color: #3D484C;
}
.AnyTagClassName
{
color: #3D484C;
}
</style>
background-color css
<style>
a { background-color: #3D484C; }
a { background-color: rgb(61,72,76); }
div.DivClassName
{
background-color: #3D484C;
}
.BgClassName
{
background-color: #3D484C;
}
</style>
border-color css
<style>
span { border-color: #3D484C; }
span { border-color: rgb(61,72,76); }
td.TdClassName
{
border-color: #3D484C;
}
.TagClassName
{
border-color: #3D484C;
}
</style>