Shades of Atomic #3E4E55
Tints of Atomic #3E4E55
RGB
CMYK
RGB Variations
Color information
#3E4E55 (or 0x3E4E55) is known color: Atomic. HEX triplet: 3E, 4E and 55. RGB value is (62,78,85). Sum of RGB (Red+Green+Blue) = 62+78+85=225 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.56% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 85 - color contains mainly: blue. Hex color #3E4E55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E4E55 is #C1B1AA. Grayscale: #494949. Windows color (decimal): -12693931 or 5590590. OLE color: 5590590.
HSL color Cylindrical-coordinate representation of color #3E4E55: hue angle of 198.26º 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 #3E4E55 is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 78 | 85 | - |
| CMYK | 0.27 | 0.08 | 0 | 0.67 |
| HSL | 198.26º | 0.16% | 0.29% | - |
| HSV(B) | 198.26º | 0.27% | 0.33% | - |
| XYZ | 6.35 | 7.13 | 9.64 | - |
| YUV | 74.01 | 134.2 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 78 | 85 | 0.27 | 0.08 | 0 | 0.67 | 198.26 | 0.16 | 0.29 |
| Hex | 3E | 4E | 55 | 1B | 8 | 0 | 43 | C6 | 10 | 1D |
| Octal | 76 | 116 | 125 | 33 | 10 | 0 | 103 | 306 | 20 | 35 |
| Binary | 111110 | 1001110 | 1010101 | 11011 | 1000 | 0 | 1000011 | 11000110 | 10000 | 11101 |
Color Harmonies of #3E4E55
Complementary color
Monochromatic Colors of #3E4E55
Black with #3E4E55
Text Example
Text Example
White with #3E4E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4E55; }
p { color: rgb(62,78,85); }
H1.HeaderClassName
{
color: #3E4E55;
}
.AnyTagClassName
{
color: #3E4E55;
}
</style>
background-color css
<style>
a { background-color: #3E4E55; }
a { background-color: rgb(62,78,85); }
div.DivClassName
{
background-color: #3E4E55;
}
.BgClassName
{
background-color: #3E4E55;
}
</style>
border-color css
<style>
span { border-color: #3E4E55; }
span { border-color: rgb(62,78,85); }
td.TdClassName
{
border-color: #3E4E55;
}
.TagClassName
{
border-color: #3E4E55;
}
</style>