Shades of Atomic #3F4E58
Tints of Atomic #3F4E58
RGB
CMYK
RGB Variations
Color information
#3F4E58 (or 0x3F4E58) is known color: Atomic. HEX triplet: 3F, 4E and 58. RGB value is (63,78,88). Sum of RGB (Red+Green+Blue) = 63+78+88=229 (30% of max value = 765). Red value is 63 (25% from 255 or 27.51% from 229); Green value is 78 (30.86% from 255 or 34.06% from 229); Blue value is 88 (34.77% from 255 or 38.43% from 229); Max value from RGB is 88 - color contains mainly: blue. Hex color #3F4E58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F4E58 is #C0B1A7. Grayscale: #4A4A4A. Windows color (decimal): -12628392 or 5787199. OLE color: 5787199.
HSL color Cylindrical-coordinate representation of color #3F4E58: hue angle of 204º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3F4E58 is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 78 | 88 | - |
| CMYK | 0.28 | 0.11 | 0 | 0.65 |
| HSL | 204º | 0.17% | 0.3% | - |
| HSV(B) | 204º | 0.28% | 0.35% | - |
| XYZ | 6.54 | 7.21 | 10.28 | - |
| YUV | 74.66 | 135.53 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 78 | 88 | 0.28 | 0.11 | 0 | 0.65 | 204 | 0.17 | 0.3 |
| Hex | 3F | 4E | 58 | 1C | B | 0 | 41 | CC | 11 | 1E |
| Octal | 77 | 116 | 130 | 34 | 13 | 0 | 101 | 314 | 21 | 36 |
| Binary | 111111 | 1001110 | 1011000 | 11100 | 1011 | 0 | 1000001 | 11001100 | 10001 | 11110 |
Color Harmonies of #3F4E58
Complementary color
Monochromatic Colors of #3F4E58
Black with #3F4E58
Text Example
Text Example
White with #3F4E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4E58; }
p { color: rgb(63,78,88); }
H1.HeaderClassName
{
color: #3F4E58;
}
.AnyTagClassName
{
color: #3F4E58;
}
</style>
background-color css
<style>
a { background-color: #3F4E58; }
a { background-color: rgb(63,78,88); }
div.DivClassName
{
background-color: #3F4E58;
}
.BgClassName
{
background-color: #3F4E58;
}
</style>
border-color css
<style>
span { border-color: #3F4E58; }
span { border-color: rgb(63,78,88); }
td.TdClassName
{
border-color: #3F4E58;
}
.TagClassName
{
border-color: #3F4E58;
}
</style>