Shades of Atomic #3D474C
Tints of Atomic #3D474C
RGB
CMYK
RGB Variations
Color information
#3D474C (or 0x3D474C) is known color: Atomic. HEX triplet: 3D, 47 and 4C. RGB value is (61,71,76). Sum of RGB (Red+Green+Blue) = 61+71+76=208 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.33% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 76 (30.08% from 255 or 36.54% from 208); Max value from RGB is 76 - color contains mainly: blue. Hex color #3D474C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D474C is #C2B8B3. Grayscale: #444444. Windows color (decimal): -12761268 or 4998973. OLE color: 4998973.
HSL color Cylindrical-coordinate representation of color #3D474C: hue angle of 200º 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 #3D474C is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 61 | 71 | 76 | - |
| CMYK | 0.20 | 0.07 | 0 | 0.70 |
| HSL | 200º | 0.11% | 0.27% | - |
| HSV(B) | 200º | 0.2% | 0.3% | - |
| XYZ | 5.48 | 6.02 | 7.71 | - |
| YUV | 68.58 | 132.19 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 71 | 76 | 0.20 | 0.07 | 0 | 0.70 | 200 | 0.11 | 0.27 |
| Hex | 3D | 47 | 4C | 14 | 7 | 0 | 46 | C8 | B | 1B |
| Octal | 75 | 107 | 114 | 24 | 7 | 0 | 106 | 310 | 13 | 33 |
| Binary | 111101 | 1000111 | 1001100 | 10100 | 111 | 0 | 1000110 | 11001000 | 1011 | 11011 |
Color Harmonies of #3D474C
Complementary color
Monochromatic Colors of #3D474C
Black with #3D474C
Text Example
Text Example
White with #3D474C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D474C; }
p { color: rgb(61,71,76); }
H1.HeaderClassName
{
color: #3D474C;
}
.AnyTagClassName
{
color: #3D474C;
}
</style>
background-color css
<style>
a { background-color: #3D474C; }
a { background-color: rgb(61,71,76); }
div.DivClassName
{
background-color: #3D474C;
}
.BgClassName
{
background-color: #3D474C;
}
</style>
border-color css
<style>
span { border-color: #3D474C; }
span { border-color: rgb(61,71,76); }
td.TdClassName
{
border-color: #3D474C;
}
.TagClassName
{
border-color: #3D474C;
}
</style>