Shades of Atomic #3F4D53
Tints of Atomic #3F4D53
RGB
CMYK
RGB Variations
Color information
#3F4D53 (or 0x3F4D53) is known color: Atomic. HEX triplet: 3F, 4D and 53. RGB value is (63,77,83). Sum of RGB (Red+Green+Blue) = 63+77+83=223 (29% of max value = 765). Red value is 63 (25% from 255 or 28.25% from 223); Green value is 77 (30.47% from 255 or 34.53% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 83 - color contains mainly: blue. Hex color #3F4D53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F4D53 is #C0B2AC. Grayscale: #494949. Windows color (decimal): -12628653 or 5459263. OLE color: 5459263.
HSL color Cylindrical-coordinate representation of color #3F4D53: hue angle of 198º 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 #3F4D53 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 77 | 83 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.67 |
| HSL | 198º | 0.14% | 0.29% | - |
| HSV(B) | 198º | 0.24% | 0.33% | - |
| XYZ | 6.27 | 6.99 | 9.2 | - |
| YUV | 73.5 | 133.36 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 77 | 83 | 0.24 | 0.07 | 0 | 0.67 | 198 | 0.14 | 0.29 |
| Hex | 3F | 4D | 53 | 18 | 7 | 0 | 43 | C6 | E | 1D |
| Octal | 77 | 115 | 123 | 30 | 7 | 0 | 103 | 306 | 16 | 35 |
| Binary | 111111 | 1001101 | 1010011 | 11000 | 111 | 0 | 1000011 | 11000110 | 1110 | 11101 |
Color Harmonies of #3F4D53
Complementary color
Monochromatic Colors of #3F4D53
Black with #3F4D53
Text Example
Text Example
White with #3F4D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4D53; }
p { color: rgb(63,77,83); }
H1.HeaderClassName
{
color: #3F4D53;
}
.AnyTagClassName
{
color: #3F4D53;
}
</style>
background-color css
<style>
a { background-color: #3F4D53; }
a { background-color: rgb(63,77,83); }
div.DivClassName
{
background-color: #3F4D53;
}
.BgClassName
{
background-color: #3F4D53;
}
</style>
border-color css
<style>
span { border-color: #3F4D53; }
span { border-color: rgb(63,77,83); }
td.TdClassName
{
border-color: #3F4D53;
}
.TagClassName
{
border-color: #3F4D53;
}
</style>