Shades of Vulcan #36373C
Tints of Vulcan #36373C
RGB
CMYK
RGB Variations
Color information
#36373C (or 0x36373C) is known color: Vulcan. HEX triplet: 36, 37 and 3C. RGB value is (54,55,60). Sum of RGB (Red+Green+Blue) = 54+55+60=169 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.95% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 60 - color contains mainly: blue. Hex color #36373C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36373C is #C9C8C3. Grayscale: #373737. Windows color (decimal): -13224132 or 3946294. OLE color: 3946294.
HSL color Cylindrical-coordinate representation of color #36373C: hue angle of 230º degrees, saturation: 0.05, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #36373C is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 55 | 60 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.76 |
| HSL | 230º | 0.05% | 0.22% | - |
| HSV(B) | 230º | 0.1% | 0.24% | - |
| XYZ | 3.7 | 3.84 | 4.82 | - |
| YUV | 55.27 | 130.67 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 55 | 60 | 0.10 | 0.08 | 0 | 0.76 | 230 | 0.05 | 0.22 |
| Hex | 36 | 37 | 3C | A | 8 | 0 | 4C | E6 | 5 | 16 |
| Octal | 66 | 67 | 74 | 12 | 10 | 0 | 114 | 346 | 5 | 26 |
| Binary | 110110 | 110111 | 111100 | 1010 | 1000 | 0 | 1001100 | 11100110 | 101 | 10110 |
Color Harmonies of #36373C
Complementary color
Monochromatic Colors of #36373C
Black with #36373C
Text Example
Text Example
White with #36373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36373C; }
p { color: rgb(54,55,60); }
H1.HeaderClassName
{
color: #36373C;
}
.AnyTagClassName
{
color: #36373C;
}
</style>
background-color css
<style>
a { background-color: #36373C; }
a { background-color: rgb(54,55,60); }
div.DivClassName
{
background-color: #36373C;
}
.BgClassName
{
background-color: #36373C;
}
</style>
border-color css
<style>
span { border-color: #36373C; }
span { border-color: rgb(54,55,60); }
td.TdClassName
{
border-color: #36373C;
}
.TagClassName
{
border-color: #36373C;
}
</style>