Shades of Atomic #3F4E55
Tints of Atomic #3F4E55
RGB
CMYK
RGB Variations
Color information
#3F4E55 (or 0x3F4E55) is known color: Atomic. HEX triplet: 3F, 4E and 55. RGB value is (63,78,85). Sum of RGB (Red+Green+Blue) = 63+78+85=226 (29% of max value = 765). Red value is 63 (25% from 255 or 27.88% from 226); Green value is 78 (30.86% from 255 or 34.51% from 226); Blue value is 85 (33.59% from 255 or 37.61% from 226); Max value from RGB is 85 - color contains mainly: blue. Hex color #3F4E55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F4E55 is #C0B1AA. Grayscale: #4A4A4A. Windows color (decimal): -12628395 or 5590591. OLE color: 5590591.
HSL color Cylindrical-coordinate representation of color #3F4E55: hue angle of 199.09º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3F4E55 is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 78 | 85 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.67 |
| HSL | 199.09º | 0.15% | 0.29% | - |
| HSV(B) | 199.09º | 0.26% | 0.33% | - |
| XYZ | 6.41 | 7.16 | 9.64 | - |
| YUV | 74.31 | 134.03 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 78 | 85 | 0.26 | 0.08 | 0 | 0.67 | 199.09 | 0.15 | 0.29 |
| Hex | 3F | 4E | 55 | 1A | 8 | 0 | 43 | C7 | F | 1D |
| Octal | 77 | 116 | 125 | 32 | 10 | 0 | 103 | 307 | 17 | 35 |
| Binary | 111111 | 1001110 | 1010101 | 11010 | 1000 | 0 | 1000011 | 11000111 | 1111 | 11101 |
Color Harmonies of #3F4E55
Complementary color
Monochromatic Colors of #3F4E55
Black with #3F4E55
Text Example
Text Example
White with #3F4E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4E55; }
p { color: rgb(63,78,85); }
H1.HeaderClassName
{
color: #3F4E55;
}
.AnyTagClassName
{
color: #3F4E55;
}
</style>
background-color css
<style>
a { background-color: #3F4E55; }
a { background-color: rgb(63,78,85); }
div.DivClassName
{
background-color: #3F4E55;
}
.BgClassName
{
background-color: #3F4E55;
}
</style>
border-color css
<style>
span { border-color: #3F4E55; }
span { border-color: rgb(63,78,85); }
td.TdClassName
{
border-color: #3F4E55;
}
.TagClassName
{
border-color: #3F4E55;
}
</style>