Shades of Arsenic #3B444D
Tints of Arsenic #3B444D
RGB
CMYK
RGB Variations
Color information
#3B444D (or 0x3B444D) is known color: Arsenic. HEX triplet: 3B, 44 and 4D. RGB value is (59,68,77). Sum of RGB (Red+Green+Blue) = 59+68+77=204 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.92% from 204); Green value is 68 (26.95% from 255 or 33.33% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 77 - color contains mainly: blue. Hex color #3B444D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B444D is #C4BBB2. Grayscale: #424242. Windows color (decimal): -12893107 or 5063739. OLE color: 5063739.
HSL color Cylindrical-coordinate representation of color #3B444D: hue angle of 210º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3B444D is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
RGB | 59 | 68 | 77 | - |
CMYK | 0.23 | 0.12 | 0 | 0.70 |
HSL | 210º | 0.13% | 0.27% | - |
HSV(B) | 210º | 0.23% | 0.3% | - |
XYZ | 5.21 | 5.6 | 7.83 | - |
YUV | 66.34 | 134.02 | 122.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 59 | 68 | 77 | 0.23 | 0.12 | 0 | 0.70 | 210 | 0.13 | 0.27 |
Hex | 3B | 44 | 4D | 17 | C | 0 | 46 | D2 | D | 1B |
Octal | 73 | 104 | 115 | 27 | 14 | 0 | 106 | 322 | 15 | 33 |
Binary | 111011 | 1000100 | 1001101 | 10111 | 1100 | 0 | 1000110 | 11010010 | 1101 | 11011 |
Color Harmonies of #3B444D
Complementary color
Monochromatic Colors of #3B444D
Black with #3B444D
Text Example
Text Example
White with #3B444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B444D; }
p { color: rgb(59,68,77); }
H1.HeaderClassName
{
color: #3B444D;
}
.AnyTagClassName
{
color: #3B444D;
}
</style>
background-color css
<style>
a { background-color: #3B444D; }
a { background-color: rgb(59,68,77); }
div.DivClassName
{
background-color: #3B444D;
}
.BgClassName
{
background-color: #3B444D;
}
</style>
border-color css
<style>
span { border-color: #3B444D; }
span { border-color: rgb(59,68,77); }
td.TdClassName
{
border-color: #3B444D;
}
.TagClassName
{
border-color: #3B444D;
}
</style>