Shades of Vulcan #37383B
Tints of Vulcan #37383B
RGB
CMYK
RGB Variations
Color information
#37383B (or 0x37383B) is known color: Vulcan. HEX triplet: 37, 38 and 3B. RGB value is (55,56,59). Sum of RGB (Red+Green+Blue) = 55+56+59=170 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.35% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 59 (23.44% from 255 or 34.71% from 170); Max value from RGB is 59 - color contains mainly: blue. Hex color #37383B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37383B is #C8C7C4. Grayscale: #383838. Windows color (decimal): -13158341 or 3881015. OLE color: 3881015.
HSL color Cylindrical-coordinate representation of color #37383B: hue angle of 225º degrees, saturation: 0.04, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #37383B is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 55 | 56 | 59 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.77 |
| HSL | 225º | 0.04% | 0.22% | - |
| HSV(B) | 225º | 0.07% | 0.23% | - |
| XYZ | 3.78 | 3.96 | 4.7 | - |
| YUV | 56.04 | 129.67 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 56 | 59 | 0.07 | 0.05 | 0 | 0.77 | 225 | 0.04 | 0.22 |
| Hex | 37 | 38 | 3B | 7 | 5 | 0 | 4D | E1 | 4 | 16 |
| Octal | 67 | 70 | 73 | 7 | 5 | 0 | 115 | 341 | 4 | 26 |
| Binary | 110111 | 111000 | 111011 | 111 | 101 | 0 | 1001101 | 11100001 | 100 | 10110 |
Color Harmonies of #37383B
Complementary color
Monochromatic Colors of #37383B
Black with #37383B
Text Example
Text Example
White with #37383B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37383B; }
p { color: rgb(55,56,59); }
H1.HeaderClassName
{
color: #37383B;
}
.AnyTagClassName
{
color: #37383B;
}
</style>
background-color css
<style>
a { background-color: #37383B; }
a { background-color: rgb(55,56,59); }
div.DivClassName
{
background-color: #37383B;
}
.BgClassName
{
background-color: #37383B;
}
</style>
border-color css
<style>
span { border-color: #37383B; }
span { border-color: rgb(55,56,59); }
td.TdClassName
{
border-color: #37383B;
}
.TagClassName
{
border-color: #37383B;
}
</style>