Shades of Vulcan #343A42
Tints of Vulcan #343A42
RGB
CMYK
RGB Variations
Color information
#343A42 (or 0x343A42) is known color: Vulcan. HEX triplet: 34, 3A and 42. RGB value is (52,58,66). Sum of RGB (Red+Green+Blue) = 52+58+66=176 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.55% from 176); Green value is 58 (23.05% from 255 or 32.95% from 176); Blue value is 66 (26.17% from 255 or 37.5% from 176); Max value from RGB is 66 - color contains mainly: blue. Hex color #343A42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343A42 is #CBC5BD. Grayscale: #393939. Windows color (decimal): -13354430 or 4340276. OLE color: 4340276.
HSL color Cylindrical-coordinate representation of color #343A42: hue angle of 214.29º degrees, saturation: 0.12, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #343A42 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 52 | 58 | 66 | - |
| CMYK | 0.21 | 0.12 | 0 | 0.74 |
| HSL | 214.29º | 0.12% | 0.23% | - |
| HSV(B) | 214.29º | 0.21% | 0.26% | - |
| XYZ | 3.91 | 4.15 | 5.75 | - |
| YUV | 57.12 | 133.01 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 58 | 66 | 0.21 | 0.12 | 0 | 0.74 | 214.29 | 0.12 | 0.23 |
| Hex | 34 | 3A | 42 | 15 | C | 0 | 4A | D6 | C | 17 |
| Octal | 64 | 72 | 102 | 25 | 14 | 0 | 112 | 326 | 14 | 27 |
| Binary | 110100 | 111010 | 1000010 | 10101 | 1100 | 0 | 1001010 | 11010110 | 1100 | 10111 |
Color Harmonies of #343A42
Complementary color
Monochromatic Colors of #343A42
Black with #343A42
Text Example
Text Example
White with #343A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343A42; }
p { color: rgb(52,58,66); }
H1.HeaderClassName
{
color: #343A42;
}
.AnyTagClassName
{
color: #343A42;
}
</style>
background-color css
<style>
a { background-color: #343A42; }
a { background-color: rgb(52,58,66); }
div.DivClassName
{
background-color: #343A42;
}
.BgClassName
{
background-color: #343A42;
}
</style>
border-color css
<style>
span { border-color: #343A42; }
span { border-color: rgb(52,58,66); }
td.TdClassName
{
border-color: #343A42;
}
.TagClassName
{
border-color: #343A42;
}
</style>