Shades of Atomic #3E4D52
Tints of Atomic #3E4D52
RGB
CMYK
RGB Variations
Color information
#3E4D52 (or 0x3E4D52) is known color: Atomic. HEX triplet: 3E, 4D and 52. RGB value is (62,77,82). Sum of RGB (Red+Green+Blue) = 62+77+82=221 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.05% from 221); Green value is 77 (30.47% from 255 or 34.84% from 221); Blue value is 82 (32.42% from 255 or 37.10% from 221); Max value from RGB is 82 - color contains mainly: blue. Hex color #3E4D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E4D52 is #C1B2AD. Grayscale: #494949. Windows color (decimal): -12694190 or 5393726. OLE color: 5393726.
HSL color Cylindrical-coordinate representation of color #3E4D52: hue angle of 195º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3E4D52 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 62 | 77 | 82 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.68 |
| HSL | 195º | 0.14% | 0.28% | - |
| HSV(B) | 195º | 0.24% | 0.32% | - |
| XYZ | 6.16 | 6.94 | 9 | - |
| YUV | 73.09 | 133.03 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 77 | 82 | 0.24 | 0.06 | 0 | 0.68 | 195 | 0.14 | 0.28 |
| Hex | 3E | 4D | 52 | 18 | 6 | 0 | 44 | C3 | E | 1C |
| Octal | 76 | 115 | 122 | 30 | 6 | 0 | 104 | 303 | 16 | 34 |
| Binary | 111110 | 1001101 | 1010010 | 11000 | 110 | 0 | 1000100 | 11000011 | 1110 | 11100 |
Color Harmonies of #3E4D52
Complementary color
Monochromatic Colors of #3E4D52
Black with #3E4D52
Text Example
Text Example
White with #3E4D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4D52; }
p { color: rgb(62,77,82); }
H1.HeaderClassName
{
color: #3E4D52;
}
.AnyTagClassName
{
color: #3E4D52;
}
</style>
background-color css
<style>
a { background-color: #3E4D52; }
a { background-color: rgb(62,77,82); }
div.DivClassName
{
background-color: #3E4D52;
}
.BgClassName
{
background-color: #3E4D52;
}
</style>
border-color css
<style>
span { border-color: #3E4D52; }
span { border-color: rgb(62,77,82); }
td.TdClassName
{
border-color: #3E4D52;
}
.TagClassName
{
border-color: #3E4D52;
}
</style>