Shades of Atomic #3F4C52
Tints of Atomic #3F4C52
RGB
CMYK
RGB Variations
Color information
#3F4C52 (or 0x3F4C52) is known color: Atomic. HEX triplet: 3F, 4C and 52. RGB value is (63,76,82). Sum of RGB (Red+Green+Blue) = 63+76+82=221 (29% of max value = 765). Red value is 63 (25% from 255 or 28.51% from 221); Green value is 76 (30.08% from 255 or 34.39% from 221); Blue value is 82 (32.42% from 255 or 37.10% from 221); Max value from RGB is 82 - color contains mainly: blue. Hex color #3F4C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4C52 is #C0B3AD. Grayscale: #484848. Windows color (decimal): -12628910 or 5393471. OLE color: 5393471.
HSL color Cylindrical-coordinate representation of color #3F4C52: hue angle of 198.95º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3F4C52 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 63 | 76 | 82 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.68 |
| HSL | 198.95º | 0.13% | 0.28% | - |
| HSV(B) | 198.95º | 0.23% | 0.32% | - |
| XYZ | 6.16 | 6.83 | 8.98 | - |
| YUV | 72.8 | 133.19 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 76 | 82 | 0.23 | 0.07 | 0 | 0.68 | 198.95 | 0.13 | 0.28 |
| Hex | 3F | 4C | 52 | 17 | 7 | 0 | 44 | C7 | D | 1C |
| Octal | 77 | 114 | 122 | 27 | 7 | 0 | 104 | 307 | 15 | 34 |
| Binary | 111111 | 1001100 | 1010010 | 10111 | 111 | 0 | 1000100 | 11000111 | 1101 | 11100 |
Color Harmonies of #3F4C52
Complementary color
Monochromatic Colors of #3F4C52
Black with #3F4C52
Text Example
Text Example
White with #3F4C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4C52; }
p { color: rgb(63,76,82); }
H1.HeaderClassName
{
color: #3F4C52;
}
.AnyTagClassName
{
color: #3F4C52;
}
</style>
background-color css
<style>
a { background-color: #3F4C52; }
a { background-color: rgb(63,76,82); }
div.DivClassName
{
background-color: #3F4C52;
}
.BgClassName
{
background-color: #3F4C52;
}
</style>
border-color css
<style>
span { border-color: #3F4C52; }
span { border-color: rgb(63,76,82); }
td.TdClassName
{
border-color: #3F4C52;
}
.TagClassName
{
border-color: #3F4C52;
}
</style>