Shades of Vulcan #34373D
Tints of Vulcan #34373D
RGB
CMYK
RGB Variations
Color information
#34373D (or 0x34373D) is known color: Vulcan. HEX triplet: 34, 37 and 3D. RGB value is (52,55,61). Sum of RGB (Red+Green+Blue) = 52+55+61=168 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.95% from 168); Green value is 55 (21.88% from 255 or 32.74% from 168); Blue value is 61 (24.22% from 255 or 36.31% from 168); Max value from RGB is 61 - color contains mainly: blue. Hex color #34373D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34373D is #CBC8C2. Grayscale: #363636. Windows color (decimal): -13355203 or 4011828. OLE color: 4011828.
HSL color Cylindrical-coordinate representation of color #34373D: hue angle of 220º degrees, saturation: 0.08, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #34373D is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 55 | 61 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.76 |
| HSL | 220º | 0.08% | 0.22% | - |
| HSV(B) | 220º | 0.15% | 0.24% | - |
| XYZ | 3.62 | 3.8 | 4.96 | - |
| YUV | 54.79 | 131.51 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 55 | 61 | 0.15 | 0.10 | 0 | 0.76 | 220 | 0.08 | 0.22 |
| Hex | 34 | 37 | 3D | F | A | 0 | 4C | DC | 8 | 16 |
| Octal | 64 | 67 | 75 | 17 | 12 | 0 | 114 | 334 | 10 | 26 |
| Binary | 110100 | 110111 | 111101 | 1111 | 1010 | 0 | 1001100 | 11011100 | 1000 | 10110 |
Color Harmonies of #34373D
Complementary color
Monochromatic Colors of #34373D
Black with #34373D
Text Example
Text Example
White with #34373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34373D; }
p { color: rgb(52,55,61); }
H1.HeaderClassName
{
color: #34373D;
}
.AnyTagClassName
{
color: #34373D;
}
</style>
background-color css
<style>
a { background-color: #34373D; }
a { background-color: rgb(52,55,61); }
div.DivClassName
{
background-color: #34373D;
}
.BgClassName
{
background-color: #34373D;
}
</style>
border-color css
<style>
span { border-color: #34373D; }
span { border-color: rgb(52,55,61); }
td.TdClassName
{
border-color: #34373D;
}
.TagClassName
{
border-color: #34373D;
}
</style>