Shades of Vulcan #323740
Tints of Vulcan #323740
RGB
CMYK
RGB Variations
Color information
#323740 (or 0x323740) is known color: Vulcan. HEX triplet: 32, 37 and 40. RGB value is (50,55,64). Sum of RGB (Red+Green+Blue) = 50+55+64=169 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.59% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 64 (25.39% from 255 or 37.87% from 169); Max value from RGB is 64 - color contains mainly: blue. Hex color #323740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323740 is #CDC8BF. Grayscale: #363636. Windows color (decimal): -13486272 or 4208434. OLE color: 4208434.
HSL color Cylindrical-coordinate representation of color #323740: hue angle of 218.57º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #323740 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 55 | 64 | - |
| CMYK | 0.22 | 0.14 | 0 | 0.75 |
| HSL | 218.57º | 0.12% | 0.22% | - |
| HSV(B) | 218.57º | 0.22% | 0.25% | - |
| XYZ | 3.61 | 3.78 | 5.39 | - |
| YUV | 54.53 | 133.34 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 55 | 64 | 0.22 | 0.14 | 0 | 0.75 | 218.57 | 0.12 | 0.22 |
| Hex | 32 | 37 | 40 | 16 | E | 0 | 4B | DB | C | 16 |
| Octal | 62 | 67 | 100 | 26 | 16 | 0 | 113 | 333 | 14 | 26 |
| Binary | 110010 | 110111 | 1000000 | 10110 | 1110 | 0 | 1001011 | 11011011 | 1100 | 10110 |
Color Harmonies of #323740
Complementary color
Monochromatic Colors of #323740
Black with #323740
Text Example
Text Example
White with #323740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323740; }
p { color: rgb(50,55,64); }
H1.HeaderClassName
{
color: #323740;
}
.AnyTagClassName
{
color: #323740;
}
</style>
background-color css
<style>
a { background-color: #323740; }
a { background-color: rgb(50,55,64); }
div.DivClassName
{
background-color: #323740;
}
.BgClassName
{
background-color: #323740;
}
</style>
border-color css
<style>
span { border-color: #323740; }
span { border-color: rgb(50,55,64); }
td.TdClassName
{
border-color: #323740;
}
.TagClassName
{
border-color: #323740;
}
</style>