Shades of Atomic #3E4D55
Tints of Atomic #3E4D55
RGB
CMYK
RGB Variations
Color information
#3E4D55 (or 0x3E4D55) is known color: Atomic. HEX triplet: 3E, 4D and 55. RGB value is (62,77,85). Sum of RGB (Red+Green+Blue) = 62+77+85=224 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.68% from 224); Green value is 77 (30.47% from 255 or 34.38% 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 #3E4D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E4D55 is #C1B2AA. Grayscale: #494949. Windows color (decimal): -12694187 or 5590334. OLE color: 5590334.
HSL color Cylindrical-coordinate representation of color #3E4D55: hue angle of 200.87º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3E4D55 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 77 | 85 | - |
| CMYK | 0.27 | 0.09 | 0 | 0.67 |
| HSL | 200.87º | 0.16% | 0.29% | - |
| HSV(B) | 200.87º | 0.27% | 0.33% | - |
| XYZ | 6.28 | 6.99 | 9.61 | - |
| YUV | 73.43 | 134.53 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 77 | 85 | 0.27 | 0.09 | 0 | 0.67 | 200.87 | 0.16 | 0.29 |
| Hex | 3E | 4D | 55 | 1B | 9 | 0 | 43 | C9 | 10 | 1D |
| Octal | 76 | 115 | 125 | 33 | 11 | 0 | 103 | 311 | 20 | 35 |
| Binary | 111110 | 1001101 | 1010101 | 11011 | 1001 | 0 | 1000011 | 11001001 | 10000 | 11101 |
Color Harmonies of #3E4D55
Complementary color
Monochromatic Colors of #3E4D55
Black with #3E4D55
Text Example
Text Example
White with #3E4D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4D55; }
p { color: rgb(62,77,85); }
H1.HeaderClassName
{
color: #3E4D55;
}
.AnyTagClassName
{
color: #3E4D55;
}
</style>
background-color css
<style>
a { background-color: #3E4D55; }
a { background-color: rgb(62,77,85); }
div.DivClassName
{
background-color: #3E4D55;
}
.BgClassName
{
background-color: #3E4D55;
}
</style>
border-color css
<style>
span { border-color: #3E4D55; }
span { border-color: rgb(62,77,85); }
td.TdClassName
{
border-color: #3E4D55;
}
.TagClassName
{
border-color: #3E4D55;
}
</style>