Shades of Vulcan #34373E
Tints of Vulcan #34373E
RGB
CMYK
RGB Variations
Color information
#34373E (or 0x34373E) is known color: Vulcan. HEX triplet: 34, 37 and 3E. RGB value is (52,55,62). Sum of RGB (Red+Green+Blue) = 52+55+62=169 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.77% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 62 (24.61% from 255 or 36.69% from 169); Max value from RGB is 62 - color contains mainly: blue. Hex color #34373E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34373E is #CBC8C1. Grayscale: #363636. Windows color (decimal): -13355202 or 4077364. OLE color: 4077364.
HSL color Cylindrical-coordinate representation of color #34373E: hue angle of 222º degrees, saturation: 0.09, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #34373E is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 55 | 62 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.76 |
| HSL | 222º | 0.09% | 0.22% | - |
| HSV(B) | 222º | 0.16% | 0.24% | - |
| XYZ | 3.65 | 3.81 | 5.1 | - |
| YUV | 54.9 | 132.01 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 55 | 62 | 0.16 | 0.11 | 0 | 0.76 | 222 | 0.09 | 0.22 |
| Hex | 34 | 37 | 3E | 10 | B | 0 | 4C | DE | 9 | 16 |
| Octal | 64 | 67 | 76 | 20 | 13 | 0 | 114 | 336 | 11 | 26 |
| Binary | 110100 | 110111 | 111110 | 10000 | 1011 | 0 | 1001100 | 11011110 | 1001 | 10110 |
Color Harmonies of #34373E
Complementary color
Monochromatic Colors of #34373E
Black with #34373E
Text Example
Text Example
White with #34373E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34373E; }
p { color: rgb(52,55,62); }
H1.HeaderClassName
{
color: #34373E;
}
.AnyTagClassName
{
color: #34373E;
}
</style>
background-color css
<style>
a { background-color: #34373E; }
a { background-color: rgb(52,55,62); }
div.DivClassName
{
background-color: #34373E;
}
.BgClassName
{
background-color: #34373E;
}
</style>
border-color css
<style>
span { border-color: #34373E; }
span { border-color: rgb(52,55,62); }
td.TdClassName
{
border-color: #34373E;
}
.TagClassName
{
border-color: #34373E;
}
</style>