Shades of Vulcan #373A3F
Tints of Vulcan #373A3F
RGB
CMYK
RGB Variations
Color information
#373A3F (or 0x373A3F) is known color: Vulcan. HEX triplet: 37, 3A and 3F. RGB value is (55,58,63). Sum of RGB (Red+Green+Blue) = 55+58+63=176 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.25% from 176); Green value is 58 (23.05% from 255 or 32.95% from 176); Blue value is 63 (25% from 255 or 35.80% from 176); Max value from RGB is 63 - color contains mainly: blue. Hex color #373A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373A3F is #C8C5C0. Grayscale: #393939. Windows color (decimal): -13157825 or 4143671. OLE color: 4143671.
HSL color Cylindrical-coordinate representation of color #373A3F: hue angle of 217.5º degrees, saturation: 0.07, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #373A3F is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 58 | 63 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.75 |
| HSL | 217.5º | 0.07% | 0.23% | - |
| HSV(B) | 217.5º | 0.13% | 0.25% | - |
| XYZ | 3.99 | 4.2 | 5.3 | - |
| YUV | 57.67 | 131.01 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 58 | 63 | 0.13 | 0.08 | 0 | 0.75 | 217.5 | 0.07 | 0.23 |
| Hex | 37 | 3A | 3F | D | 8 | 0 | 4B | DA | 7 | 17 |
| Octal | 67 | 72 | 77 | 15 | 10 | 0 | 113 | 332 | 7 | 27 |
| Binary | 110111 | 111010 | 111111 | 1101 | 1000 | 0 | 1001011 | 11011010 | 111 | 10111 |
Color Harmonies of #373A3F
Complementary color
Monochromatic Colors of #373A3F
Black with #373A3F
Text Example
Text Example
White with #373A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373A3F; }
p { color: rgb(55,58,63); }
H1.HeaderClassName
{
color: #373A3F;
}
.AnyTagClassName
{
color: #373A3F;
}
</style>
background-color css
<style>
a { background-color: #373A3F; }
a { background-color: rgb(55,58,63); }
div.DivClassName
{
background-color: #373A3F;
}
.BgClassName
{
background-color: #373A3F;
}
</style>
border-color css
<style>
span { border-color: #373A3F; }
span { border-color: rgb(55,58,63); }
td.TdClassName
{
border-color: #373A3F;
}
.TagClassName
{
border-color: #373A3F;
}
</style>