Shades of Atomic #3D4E54
Tints of Atomic #3D4E54
RGB
CMYK
RGB Variations
Color information
#3D4E54 (or 0x3D4E54) is known color: Atomic. HEX triplet: 3D, 4E and 54. RGB value is (61,78,84). Sum of RGB (Red+Green+Blue) = 61+78+84=223 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.35% from 223); Green value is 78 (30.86% from 255 or 34.98% from 223); Blue value is 84 (33.20% from 255 or 37.67% from 223); Max value from RGB is 84 - color contains mainly: blue. Hex color #3D4E54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D4E54 is #C2B1AB. Grayscale: #494949. Windows color (decimal): -12759468 or 5525053. OLE color: 5525053.
HSL color Cylindrical-coordinate representation of color #3D4E54: hue angle of 195.65º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3D4E54 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 78 | 84 | - |
| CMYK | 0.27 | 0.07 | 0 | 0.67 |
| HSL | 195.65º | 0.16% | 0.28% | - |
| HSV(B) | 195.65º | 0.27% | 0.33% | - |
| XYZ | 6.25 | 7.08 | 9.42 | - |
| YUV | 73.6 | 133.87 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 78 | 84 | 0.27 | 0.07 | 0 | 0.67 | 195.65 | 0.16 | 0.28 |
| Hex | 3D | 4E | 54 | 1B | 7 | 0 | 43 | C4 | 10 | 1C |
| Octal | 75 | 116 | 124 | 33 | 7 | 0 | 103 | 304 | 20 | 34 |
| Binary | 111101 | 1001110 | 1010100 | 11011 | 111 | 0 | 1000011 | 11000100 | 10000 | 11100 |
Color Harmonies of #3D4E54
Complementary color
Monochromatic Colors of #3D4E54
Black with #3D4E54
Text Example
Text Example
White with #3D4E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4E54; }
p { color: rgb(61,78,84); }
H1.HeaderClassName
{
color: #3D4E54;
}
.AnyTagClassName
{
color: #3D4E54;
}
</style>
background-color css
<style>
a { background-color: #3D4E54; }
a { background-color: rgb(61,78,84); }
div.DivClassName
{
background-color: #3D4E54;
}
.BgClassName
{
background-color: #3D4E54;
}
</style>
border-color css
<style>
span { border-color: #3D4E54; }
span { border-color: rgb(61,78,84); }
td.TdClassName
{
border-color: #3D4E54;
}
.TagClassName
{
border-color: #3D4E54;
}
</style>