Shades of Arsenic #3B454C
Tints of Arsenic #3B454C
RGB
CMYK
RGB Variations
Color information
#3B454C (or 0x3B454C) is known color: Arsenic. HEX triplet: 3B, 45 and 4C. RGB value is (59,69,76). Sum of RGB (Red+Green+Blue) = 59+69+76=204 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.92% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 76 (30.08% from 255 or 37.25% from 204); Max value from RGB is 76 - color contains mainly: blue. Hex color #3B454C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B454C is #C4BAB3. Grayscale: #424242. Windows color (decimal): -12892852 or 4998459. OLE color: 4998459.
HSL color Cylindrical-coordinate representation of color #3B454C: hue angle of 204.71º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3B454C is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 59 | 69 | 76 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.70 |
| HSL | 204.71º | 0.13% | 0.26% | - |
| HSV(B) | 204.71º | 0.22% | 0.3% | - |
| XYZ | 5.24 | 5.71 | 7.66 | - |
| YUV | 66.81 | 133.19 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 69 | 76 | 0.22 | 0.09 | 0 | 0.70 | 204.71 | 0.13 | 0.26 |
| Hex | 3B | 45 | 4C | 16 | 9 | 0 | 46 | CD | D | 1A |
| Octal | 73 | 105 | 114 | 26 | 11 | 0 | 106 | 315 | 15 | 32 |
| Binary | 111011 | 1000101 | 1001100 | 10110 | 1001 | 0 | 1000110 | 11001101 | 1101 | 11010 |
Color Harmonies of #3B454C
Complementary color
Monochromatic Colors of #3B454C
Black with #3B454C
Text Example
Text Example
White with #3B454C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B454C; }
p { color: rgb(59,69,76); }
H1.HeaderClassName
{
color: #3B454C;
}
.AnyTagClassName
{
color: #3B454C;
}
</style>
background-color css
<style>
a { background-color: #3B454C; }
a { background-color: rgb(59,69,76); }
div.DivClassName
{
background-color: #3B454C;
}
.BgClassName
{
background-color: #3B454C;
}
</style>
border-color css
<style>
span { border-color: #3B454C; }
span { border-color: rgb(59,69,76); }
td.TdClassName
{
border-color: #3B454C;
}
.TagClassName
{
border-color: #3B454C;
}
</style>