Shades of Atomic #3D4E55
Tints of Atomic #3D4E55
RGB
CMYK
RGB Variations
Color information
#3D4E55 (or 0x3D4E55) is known color: Atomic. HEX triplet: 3D, 4E and 55. RGB value is (61,78,85). Sum of RGB (Red+Green+Blue) = 61+78+85=224 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.23% from 224); Green value is 78 (30.86% from 255 or 34.82% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 85 - color contains mainly: blue. Hex color #3D4E55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D4E55 is #C2B1AA. Grayscale: #494949. Windows color (decimal): -12759467 or 5590589. OLE color: 5590589.
HSL color Cylindrical-coordinate representation of color #3D4E55: hue angle of 197.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3D4E55 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 78 | 85 | - |
| CMYK | 0.28 | 0.08 | 0 | 0.67 |
| HSL | 197.5º | 0.16% | 0.29% | - |
| HSV(B) | 197.5º | 0.28% | 0.33% | - |
| XYZ | 6.29 | 7.1 | 9.63 | - |
| YUV | 73.72 | 134.37 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 78 | 85 | 0.28 | 0.08 | 0 | 0.67 | 197.5 | 0.16 | 0.29 |
| Hex | 3D | 4E | 55 | 1C | 8 | 0 | 43 | C6 | 10 | 1D |
| Octal | 75 | 116 | 125 | 34 | 10 | 0 | 103 | 306 | 20 | 35 |
| Binary | 111101 | 1001110 | 1010101 | 11100 | 1000 | 0 | 1000011 | 11000110 | 10000 | 11101 |
Color Harmonies of #3D4E55
Complementary color
Monochromatic Colors of #3D4E55
Black with #3D4E55
Text Example
Text Example
White with #3D4E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4E55; }
p { color: rgb(61,78,85); }
H1.HeaderClassName
{
color: #3D4E55;
}
.AnyTagClassName
{
color: #3D4E55;
}
</style>
background-color css
<style>
a { background-color: #3D4E55; }
a { background-color: rgb(61,78,85); }
div.DivClassName
{
background-color: #3D4E55;
}
.BgClassName
{
background-color: #3D4E55;
}
</style>
border-color css
<style>
span { border-color: #3D4E55; }
span { border-color: rgb(61,78,85); }
td.TdClassName
{
border-color: #3D4E55;
}
.TagClassName
{
border-color: #3D4E55;
}
</style>