Shades of Atomic #3F4C53
Tints of Atomic #3F4C53
RGB
CMYK
RGB Variations
Color information
#3F4C53 (or 0x3F4C53) is known color: Atomic. HEX triplet: 3F, 4C and 53. RGB value is (63,76,83). Sum of RGB (Red+Green+Blue) = 63+76+83=222 (29% of max value = 765). Red value is 63 (25% from 255 or 28.38% from 222); Green value is 76 (30.08% from 255 or 34.23% from 222); Blue value is 83 (32.81% from 255 or 37.39% from 222); Max value from RGB is 83 - color contains mainly: blue. Hex color #3F4C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4C53 is #C0B3AC. Grayscale: #484848. Windows color (decimal): -12628909 or 5459007. OLE color: 5459007.
HSL color Cylindrical-coordinate representation of color #3F4C53: hue angle of 201º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3F4C53 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 76 | 83 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.67 |
| HSL | 201º | 0.14% | 0.29% | - |
| HSV(B) | 201º | 0.24% | 0.33% | - |
| XYZ | 6.2 | 6.85 | 9.18 | - |
| YUV | 72.91 | 133.69 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 76 | 83 | 0.24 | 0.08 | 0 | 0.67 | 201 | 0.14 | 0.29 |
| Hex | 3F | 4C | 53 | 18 | 8 | 0 | 43 | C9 | E | 1D |
| Octal | 77 | 114 | 123 | 30 | 10 | 0 | 103 | 311 | 16 | 35 |
| Binary | 111111 | 1001100 | 1010011 | 11000 | 1000 | 0 | 1000011 | 11001001 | 1110 | 11101 |
Color Harmonies of #3F4C53
Complementary color
Monochromatic Colors of #3F4C53
Black with #3F4C53
Text Example
Text Example
White with #3F4C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4C53; }
p { color: rgb(63,76,83); }
H1.HeaderClassName
{
color: #3F4C53;
}
.AnyTagClassName
{
color: #3F4C53;
}
</style>
background-color css
<style>
a { background-color: #3F4C53; }
a { background-color: rgb(63,76,83); }
div.DivClassName
{
background-color: #3F4C53;
}
.BgClassName
{
background-color: #3F4C53;
}
</style>
border-color css
<style>
span { border-color: #3F4C53; }
span { border-color: rgb(63,76,83); }
td.TdClassName
{
border-color: #3F4C53;
}
.TagClassName
{
border-color: #3F4C53;
}
</style>