Shades of Vulcan #37393F
Tints of Vulcan #37393F
RGB
CMYK
RGB Variations
Color information
#37393F (or 0x37393F) is known color: Vulcan. HEX triplet: 37, 39 and 3F. RGB value is (55,57,63). Sum of RGB (Red+Green+Blue) = 55+57+63=175 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.43% from 175); Green value is 57 (22.66% from 255 or 32.57% from 175); Blue value is 63 (25% from 255 or 36% from 175); Max value from RGB is 63 - color contains mainly: blue. Hex color #37393F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37393F is #C8C6C0. Grayscale: #393939. Windows color (decimal): -13158081 or 4143415. OLE color: 4143415.
HSL color Cylindrical-coordinate representation of color #37393F: hue angle of 225º 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 #37393F is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 57 | 63 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.75 |
| HSL | 225º | 0.07% | 0.23% | - |
| HSV(B) | 225º | 0.13% | 0.25% | - |
| XYZ | 3.94 | 4.1 | 5.29 | - |
| YUV | 57.09 | 131.34 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 57 | 63 | 0.13 | 0.10 | 0 | 0.75 | 225 | 0.07 | 0.23 |
| Hex | 37 | 39 | 3F | D | A | 0 | 4B | E1 | 7 | 17 |
| Octal | 67 | 71 | 77 | 15 | 12 | 0 | 113 | 341 | 7 | 27 |
| Binary | 110111 | 111001 | 111111 | 1101 | 1010 | 0 | 1001011 | 11100001 | 111 | 10111 |
Color Harmonies of #37393F
Complementary color
Monochromatic Colors of #37393F
Black with #37393F
Text Example
Text Example
White with #37393F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37393F; }
p { color: rgb(55,57,63); }
H1.HeaderClassName
{
color: #37393F;
}
.AnyTagClassName
{
color: #37393F;
}
</style>
background-color css
<style>
a { background-color: #37393F; }
a { background-color: rgb(55,57,63); }
div.DivClassName
{
background-color: #37393F;
}
.BgClassName
{
background-color: #37393F;
}
</style>
border-color css
<style>
span { border-color: #37393F; }
span { border-color: rgb(55,57,63); }
td.TdClassName
{
border-color: #37393F;
}
.TagClassName
{
border-color: #37393F;
}
</style>