Shades of Vulcan #3C3D40
Tints of Vulcan #3C3D40
RGB
CMYK
RGB Variations
Color information
#3C3D40 (or 0x3C3D40) is known color: Vulcan. HEX triplet: 3C, 3D and 40. RGB value is (60,61,64). Sum of RGB (Red+Green+Blue) = 60+61+64=185 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.43% from 185); Green value is 61 (24.22% from 255 or 32.97% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 64 - color contains mainly: blue. Hex color #3C3D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3D40 is #C3C2BF. Grayscale: #3D3D3D. Windows color (decimal): -12829376 or 4209980. OLE color: 4209980.
HSL color Cylindrical-coordinate representation of color #3C3D40: hue angle of 225º degrees, saturation: 0.03, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #3C3D40 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 60 | 61 | 64 | - |
| CMYK | 0.06 | 0.05 | 0 | 0.75 |
| HSL | 225º | 0.03% | 0.24% | - |
| HSV(B) | 225º | 0.06% | 0.25% | - |
| XYZ | 4.46 | 4.67 | 5.52 | - |
| YUV | 61.04 | 129.67 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 61 | 64 | 0.06 | 0.05 | 0 | 0.75 | 225 | 0.03 | 0.24 |
| Hex | 3C | 3D | 40 | 6 | 5 | 0 | 4B | E1 | 3 | 18 |
| Octal | 74 | 75 | 100 | 6 | 5 | 0 | 113 | 341 | 3 | 30 |
| Binary | 111100 | 111101 | 1000000 | 110 | 101 | 0 | 1001011 | 11100001 | 11 | 11000 |
Color Harmonies of #3C3D40
Complementary color
Monochromatic Colors of #3C3D40
Black with #3C3D40
Text Example
Text Example
White with #3C3D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3D40; }
p { color: rgb(60,61,64); }
H1.HeaderClassName
{
color: #3C3D40;
}
.AnyTagClassName
{
color: #3C3D40;
}
</style>
background-color css
<style>
a { background-color: #3C3D40; }
a { background-color: rgb(60,61,64); }
div.DivClassName
{
background-color: #3C3D40;
}
.BgClassName
{
background-color: #3C3D40;
}
</style>
border-color css
<style>
span { border-color: #3C3D40; }
span { border-color: rgb(60,61,64); }
td.TdClassName
{
border-color: #3C3D40;
}
.TagClassName
{
border-color: #3C3D40;
}
</style>