Shades of Vulcan #343842
Tints of Vulcan #343842
RGB
CMYK
RGB Variations
Color information
#343842 (or 0x343842) is known color: Vulcan. HEX triplet: 34, 38 and 42. RGB value is (52,56,66). Sum of RGB (Red+Green+Blue) = 52+56+66=174 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.89% from 174); Green value is 56 (22.27% from 255 or 32.18% from 174); Blue value is 66 (26.17% from 255 or 37.93% from 174); Max value from RGB is 66 - color contains mainly: blue. Hex color #343842 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343842 is #CBC7BD. Grayscale: #373737. Windows color (decimal): -13354942 or 4339764. OLE color: 4339764.
HSL color Cylindrical-coordinate representation of color #343842: hue angle of 222.86º 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 #343842 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 52 | 56 | 66 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.74 |
| HSL | 222.86º | 0.12% | 0.23% | - |
| HSV(B) | 222.86º | 0.21% | 0.26% | - |
| XYZ | 3.81 | 3.95 | 5.72 | - |
| YUV | 55.94 | 133.67 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 56 | 66 | 0.21 | 0.15 | 0 | 0.74 | 222.86 | 0.12 | 0.23 |
| Hex | 34 | 38 | 42 | 15 | F | 0 | 4A | DF | C | 17 |
| Octal | 64 | 70 | 102 | 25 | 17 | 0 | 112 | 337 | 14 | 27 |
| Binary | 110100 | 111000 | 1000010 | 10101 | 1111 | 0 | 1001010 | 11011111 | 1100 | 10111 |
Color Harmonies of #343842
Complementary color
Monochromatic Colors of #343842
Black with #343842
Text Example
Text Example
White with #343842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343842; }
p { color: rgb(52,56,66); }
H1.HeaderClassName
{
color: #343842;
}
.AnyTagClassName
{
color: #343842;
}
</style>
background-color css
<style>
a { background-color: #343842; }
a { background-color: rgb(52,56,66); }
div.DivClassName
{
background-color: #343842;
}
.BgClassName
{
background-color: #343842;
}
</style>
border-color css
<style>
span { border-color: #343842; }
span { border-color: rgb(52,56,66); }
td.TdClassName
{
border-color: #343842;
}
.TagClassName
{
border-color: #343842;
}
</style>