Shades of Atomic #3B4D57
Tints of Atomic #3B4D57
RGB
CMYK
RGB Variations
Color information
#3B4D57 (or 0x3B4D57) is known color: Atomic. HEX triplet: 3B, 4D and 57. RGB value is (59,77,87). Sum of RGB (Red+Green+Blue) = 59+77+87=223 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.46% from 223); Green value is 77 (30.47% from 255 or 34.53% from 223); Blue value is 87 (34.38% from 255 or 39.01% from 223); Max value from RGB is 87 - color contains mainly: blue. Hex color #3B4D57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B4D57 is #C4B2A8. Grayscale: #484848. Windows color (decimal): -12890793 or 5721403. OLE color: 5721403.
HSL color Cylindrical-coordinate representation of color #3B4D57: hue angle of 201.43º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3B4D57 is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 59 | 77 | 87 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.66 |
| HSL | 201.43º | 0.19% | 0.29% | - |
| HSV(B) | 201.43º | 0.32% | 0.34% | - |
| XYZ | 6.18 | 6.93 | 10.03 | - |
| YUV | 72.76 | 136.04 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 77 | 87 | 0.32 | 0.11 | 0 | 0.66 | 201.43 | 0.19 | 0.29 |
| Hex | 3B | 4D | 57 | 20 | B | 0 | 42 | C9 | 13 | 1D |
| Octal | 73 | 115 | 127 | 40 | 13 | 0 | 102 | 311 | 23 | 35 |
| Binary | 111011 | 1001101 | 1010111 | 100000 | 1011 | 0 | 1000010 | 11001001 | 10011 | 11101 |
Color Harmonies of #3B4D57
Complementary color
Monochromatic Colors of #3B4D57
Black with #3B4D57
Text Example
Text Example
White with #3B4D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4D57; }
p { color: rgb(59,77,87); }
H1.HeaderClassName
{
color: #3B4D57;
}
.AnyTagClassName
{
color: #3B4D57;
}
</style>
background-color css
<style>
a { background-color: #3B4D57; }
a { background-color: rgb(59,77,87); }
div.DivClassName
{
background-color: #3B4D57;
}
.BgClassName
{
background-color: #3B4D57;
}
</style>
border-color css
<style>
span { border-color: #3B4D57; }
span { border-color: rgb(59,77,87); }
td.TdClassName
{
border-color: #3B4D57;
}
.TagClassName
{
border-color: #3B4D57;
}
</style>