Shades of Atomic #3D4F59
Tints of Atomic #3D4F59
RGB
CMYK
RGB Variations
Color information
#3D4F59 (or 0x3D4F59) is known color: Atomic. HEX triplet: 3D, 4F and 59. RGB value is (61,79,89). Sum of RGB (Red+Green+Blue) = 61+79+89=229 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.64% from 229); Green value is 79 (31.25% from 255 or 34.50% from 229); Blue value is 89 (35.16% from 255 or 38.86% from 229); Max value from RGB is 89 - color contains mainly: blue. Hex color #3D4F59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D4F59 is #C2B0A6. Grayscale: #4A4A4A. Windows color (decimal): -12759207 or 5852989. OLE color: 5852989.
HSL color Cylindrical-coordinate representation of color #3D4F59: hue angle of 201.43º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3D4F59 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 61 | 79 | 89 | - |
| CMYK | 0.31 | 0.11 | 0 | 0.65 |
| HSL | 201.43º | 0.19% | 0.29% | - |
| HSV(B) | 201.43º | 0.31% | 0.35% | - |
| XYZ | 6.52 | 7.31 | 10.52 | - |
| YUV | 74.76 | 136.04 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 79 | 89 | 0.31 | 0.11 | 0 | 0.65 | 201.43 | 0.19 | 0.29 |
| Hex | 3D | 4F | 59 | 1F | B | 0 | 41 | C9 | 13 | 1D |
| Octal | 75 | 117 | 131 | 37 | 13 | 0 | 101 | 311 | 23 | 35 |
| Binary | 111101 | 1001111 | 1011001 | 11111 | 1011 | 0 | 1000001 | 11001001 | 10011 | 11101 |
Color Harmonies of #3D4F59
Complementary color
Monochromatic Colors of #3D4F59
Black with #3D4F59
Text Example
Text Example
White with #3D4F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4F59; }
p { color: rgb(61,79,89); }
H1.HeaderClassName
{
color: #3D4F59;
}
.AnyTagClassName
{
color: #3D4F59;
}
</style>
background-color css
<style>
a { background-color: #3D4F59; }
a { background-color: rgb(61,79,89); }
div.DivClassName
{
background-color: #3D4F59;
}
.BgClassName
{
background-color: #3D4F59;
}
</style>
border-color css
<style>
span { border-color: #3D4F59; }
span { border-color: rgb(61,79,89); }
td.TdClassName
{
border-color: #3D4F59;
}
.TagClassName
{
border-color: #3D4F59;
}
</style>