Shades of Atomic #3F4F59
Tints of Atomic #3F4F59
RGB
CMYK
RGB Variations
Color information
#3F4F59 (or 0x3F4F59) is known color: Atomic. HEX triplet: 3F, 4F and 59. RGB value is (63,79,89). Sum of RGB (Red+Green+Blue) = 63+79+89=231 (30% of max value = 765). Red value is 63 (25% from 255 or 27.27% from 231); Green value is 79 (31.25% from 255 or 34.20% from 231); Blue value is 89 (35.16% from 255 or 38.53% from 231); Max value from RGB is 89 - color contains mainly: blue. Hex color #3F4F59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F4F59 is #C0B0A6. Grayscale: #4B4B4B. Windows color (decimal): -12628135 or 5852991. OLE color: 5852991.
HSL color Cylindrical-coordinate representation of color #3F4F59: hue angle of 203.08º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3F4F59 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 79 | 89 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.65 |
| HSL | 203.08º | 0.17% | 0.3% | - |
| HSV(B) | 203.08º | 0.29% | 0.35% | - |
| XYZ | 6.65 | 7.37 | 10.52 | - |
| YUV | 75.36 | 135.7 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 79 | 89 | 0.29 | 0.11 | 0 | 0.65 | 203.08 | 0.17 | 0.3 |
| Hex | 3F | 4F | 59 | 1D | B | 0 | 41 | CB | 11 | 1E |
| Octal | 77 | 117 | 131 | 35 | 13 | 0 | 101 | 313 | 21 | 36 |
| Binary | 111111 | 1001111 | 1011001 | 11101 | 1011 | 0 | 1000001 | 11001011 | 10001 | 11110 |
Color Harmonies of #3F4F59
Complementary color
Monochromatic Colors of #3F4F59
Black with #3F4F59
Text Example
Text Example
White with #3F4F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4F59; }
p { color: rgb(63,79,89); }
H1.HeaderClassName
{
color: #3F4F59;
}
.AnyTagClassName
{
color: #3F4F59;
}
</style>
background-color css
<style>
a { background-color: #3F4F59; }
a { background-color: rgb(63,79,89); }
div.DivClassName
{
background-color: #3F4F59;
}
.BgClassName
{
background-color: #3F4F59;
}
</style>
border-color css
<style>
span { border-color: #3F4F59; }
span { border-color: rgb(63,79,89); }
td.TdClassName
{
border-color: #3F4F59;
}
.TagClassName
{
border-color: #3F4F59;
}
</style>