Shades of Atomic #3F4B53
Tints of Atomic #3F4B53
RGB
CMYK
RGB Variations
Color information
#3F4B53 (or 0x3F4B53) is known color: Atomic. HEX triplet: 3F, 4B and 53. RGB value is (63,75,83). Sum of RGB (Red+Green+Blue) = 63+75+83=221 (29% of max value = 765). Red value is 63 (25% from 255 or 28.51% from 221); Green value is 75 (29.69% from 255 or 33.94% from 221); Blue value is 83 (32.81% from 255 or 37.56% from 221); Max value from RGB is 83 - color contains mainly: blue. Hex color #3F4B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4B53 is #C0B4AC. Grayscale: #484848. Windows color (decimal): -12629165 or 5458751. OLE color: 5458751.
HSL color Cylindrical-coordinate representation of color #3F4B53: hue angle of 204º 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 #3F4B53 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 75 | 83 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.67 |
| HSL | 204º | 0.14% | 0.29% | - |
| HSV(B) | 204º | 0.24% | 0.33% | - |
| XYZ | 6.13 | 6.71 | 9.16 | - |
| YUV | 72.32 | 134.02 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 75 | 83 | 0.24 | 0.10 | 0 | 0.67 | 204 | 0.14 | 0.29 |
| Hex | 3F | 4B | 53 | 18 | A | 0 | 43 | CC | E | 1D |
| Octal | 77 | 113 | 123 | 30 | 12 | 0 | 103 | 314 | 16 | 35 |
| Binary | 111111 | 1001011 | 1010011 | 11000 | 1010 | 0 | 1000011 | 11001100 | 1110 | 11101 |
Color Harmonies of #3F4B53
Complementary color
Monochromatic Colors of #3F4B53
Black with #3F4B53
Text Example
Text Example
White with #3F4B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4B53; }
p { color: rgb(63,75,83); }
H1.HeaderClassName
{
color: #3F4B53;
}
.AnyTagClassName
{
color: #3F4B53;
}
</style>
background-color css
<style>
a { background-color: #3F4B53; }
a { background-color: rgb(63,75,83); }
div.DivClassName
{
background-color: #3F4B53;
}
.BgClassName
{
background-color: #3F4B53;
}
</style>
border-color css
<style>
span { border-color: #3F4B53; }
span { border-color: rgb(63,75,83); }
td.TdClassName
{
border-color: #3F4B53;
}
.TagClassName
{
border-color: #3F4B53;
}
</style>