Shades of Vulcan #37393C
Tints of Vulcan #37393C
RGB
CMYK
RGB Variations
Color information
#37393C (or 0x37393C) is known color: Vulcan. HEX triplet: 37, 39 and 3C. RGB value is (55,57,60). Sum of RGB (Red+Green+Blue) = 55+57+60=172 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.98% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 60 - color contains mainly: blue. Hex color #37393C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37393C is #C8C6C3. Grayscale: #383838. Windows color (decimal): -13158084 or 3946807. OLE color: 3946807.
HSL color Cylindrical-coordinate representation of color #37393C: hue angle of 216º degrees, saturation: 0.04, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #37393C is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 55 | 57 | 60 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.76 |
| HSL | 216º | 0.04% | 0.23% | - |
| HSV(B) | 216º | 0.08% | 0.24% | - |
| XYZ | 3.85 | 4.06 | 4.86 | - |
| YUV | 56.74 | 129.84 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 57 | 60 | 0.08 | 0.05 | 0 | 0.76 | 216 | 0.04 | 0.23 |
| Hex | 37 | 39 | 3C | 8 | 5 | 0 | 4C | D8 | 4 | 17 |
| Octal | 67 | 71 | 74 | 10 | 5 | 0 | 114 | 330 | 4 | 27 |
| Binary | 110111 | 111001 | 111100 | 1000 | 101 | 0 | 1001100 | 11011000 | 100 | 10111 |
Color Harmonies of #37393C
Complementary color
Monochromatic Colors of #37393C
Black with #37393C
Text Example
Text Example
White with #37393C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37393C; }
p { color: rgb(55,57,60); }
H1.HeaderClassName
{
color: #37393C;
}
.AnyTagClassName
{
color: #37393C;
}
</style>
background-color css
<style>
a { background-color: #37393C; }
a { background-color: rgb(55,57,60); }
div.DivClassName
{
background-color: #37393C;
}
.BgClassName
{
background-color: #37393C;
}
</style>
border-color css
<style>
span { border-color: #37393C; }
span { border-color: rgb(55,57,60); }
td.TdClassName
{
border-color: #37393C;
}
.TagClassName
{
border-color: #37393C;
}
</style>