Shades of Vulcan #34363E
Tints of Vulcan #34363E
RGB
CMYK
RGB Variations
Color information
#34363E (or 0x34363E) is known color: Vulcan. HEX triplet: 34, 36 and 3E. RGB value is (52,54,62). Sum of RGB (Red+Green+Blue) = 52+54+62=168 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.95% from 168); Green value is 54 (21.48% from 255 or 32.14% from 168); Blue value is 62 (24.61% from 255 or 36.90% from 168); Max value from RGB is 62 - color contains mainly: blue. Hex color #34363E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34363E is #CBC9C1. Grayscale: #363636. Windows color (decimal): -13355458 or 4077108. OLE color: 4077108.
HSL color Cylindrical-coordinate representation of color #34363E: hue angle of 228º 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 #34363E is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 54 | 62 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.76 |
| HSL | 228º | 0.09% | 0.22% | - |
| HSV(B) | 228º | 0.16% | 0.24% | - |
| XYZ | 3.6 | 3.72 | 5.08 | - |
| YUV | 54.31 | 132.34 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 54 | 62 | 0.16 | 0.13 | 0 | 0.76 | 228 | 0.09 | 0.22 |
| Hex | 34 | 36 | 3E | 10 | D | 0 | 4C | E4 | 9 | 16 |
| Octal | 64 | 66 | 76 | 20 | 15 | 0 | 114 | 344 | 11 | 26 |
| Binary | 110100 | 110110 | 111110 | 10000 | 1101 | 0 | 1001100 | 11100100 | 1001 | 10110 |
Color Harmonies of #34363E
Complementary color
Monochromatic Colors of #34363E
Black with #34363E
Text Example
Text Example
White with #34363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34363E; }
p { color: rgb(52,54,62); }
H1.HeaderClassName
{
color: #34363E;
}
.AnyTagClassName
{
color: #34363E;
}
</style>
background-color css
<style>
a { background-color: #34363E; }
a { background-color: rgb(52,54,62); }
div.DivClassName
{
background-color: #34363E;
}
.BgClassName
{
background-color: #34363E;
}
</style>
border-color css
<style>
span { border-color: #34363E; }
span { border-color: rgb(52,54,62); }
td.TdClassName
{
border-color: #34363E;
}
.TagClassName
{
border-color: #34363E;
}
</style>