Shades of Vulcan #34383F
Tints of Vulcan #34383F
RGB
CMYK
RGB Variations
Color information
#34383F (or 0x34383F) is known color: Vulcan. HEX triplet: 34, 38 and 3F. RGB value is (52,56,63). Sum of RGB (Red+Green+Blue) = 52+56+63=171 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.41% from 171); Green value is 56 (22.27% from 255 or 32.75% from 171); Blue value is 63 (25% from 255 or 36.84% from 171); Max value from RGB is 63 - color contains mainly: blue. Hex color #34383F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34383F is #CBC7C0. Grayscale: #373737. Windows color (decimal): -13354945 or 4143156. OLE color: 4143156.
HSL color Cylindrical-coordinate representation of color #34383F: hue angle of 218.18º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #34383F is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 56 | 63 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.75 |
| HSL | 218.18º | 0.1% | 0.23% | - |
| HSV(B) | 218.18º | 0.17% | 0.25% | - |
| XYZ | 3.73 | 3.92 | 5.26 | - |
| YUV | 55.6 | 132.17 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 56 | 63 | 0.17 | 0.11 | 0 | 0.75 | 218.18 | 0.1 | 0.23 |
| Hex | 34 | 38 | 3F | 11 | B | 0 | 4B | DA | A | 17 |
| Octal | 64 | 70 | 77 | 21 | 13 | 0 | 113 | 332 | 12 | 27 |
| Binary | 110100 | 111000 | 111111 | 10001 | 1011 | 0 | 1001011 | 11011010 | 1010 | 10111 |
Color Harmonies of #34383F
Complementary color
Monochromatic Colors of #34383F
Black with #34383F
Text Example
Text Example
White with #34383F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34383F; }
p { color: rgb(52,56,63); }
H1.HeaderClassName
{
color: #34383F;
}
.AnyTagClassName
{
color: #34383F;
}
</style>
background-color css
<style>
a { background-color: #34383F; }
a { background-color: rgb(52,56,63); }
div.DivClassName
{
background-color: #34383F;
}
.BgClassName
{
background-color: #34383F;
}
</style>
border-color css
<style>
span { border-color: #34383F; }
span { border-color: rgb(52,56,63); }
td.TdClassName
{
border-color: #34383F;
}
.TagClassName
{
border-color: #34383F;
}
</style>