Shades of Vulcan #363A42
Tints of Vulcan #363A42
RGB
CMYK
RGB Variations
Color information
#363A42 (or 0x363A42) is known color: Vulcan. HEX triplet: 36, 3A and 42. RGB value is (54,58,66). Sum of RGB (Red+Green+Blue) = 54+58+66=178 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.34% from 178); Green value is 58 (23.05% from 255 or 32.58% from 178); Blue value is 66 (26.17% from 255 or 37.08% from 178); Max value from RGB is 66 - color contains mainly: blue. Hex color #363A42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363A42 is #C9C5BD. Grayscale: #393939. Windows color (decimal): -13223358 or 4340278. OLE color: 4340278.
HSL color Cylindrical-coordinate representation of color #363A42: hue angle of 220º degrees, saturation: 0.1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #363A42 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 54 | 58 | 66 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.74 |
| HSL | 220º | 0.1% | 0.24% | - |
| HSV(B) | 220º | 0.18% | 0.26% | - |
| XYZ | 4.02 | 4.2 | 5.75 | - |
| YUV | 57.72 | 132.67 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 58 | 66 | 0.18 | 0.12 | 0 | 0.74 | 220 | 0.1 | 0.24 |
| Hex | 36 | 3A | 42 | 12 | C | 0 | 4A | DC | A | 18 |
| Octal | 66 | 72 | 102 | 22 | 14 | 0 | 112 | 334 | 12 | 30 |
| Binary | 110110 | 111010 | 1000010 | 10010 | 1100 | 0 | 1001010 | 11011100 | 1010 | 11000 |
Color Harmonies of #363A42
Complementary color
Monochromatic Colors of #363A42
Black with #363A42
Text Example
Text Example
White with #363A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363A42; }
p { color: rgb(54,58,66); }
H1.HeaderClassName
{
color: #363A42;
}
.AnyTagClassName
{
color: #363A42;
}
</style>
background-color css
<style>
a { background-color: #363A42; }
a { background-color: rgb(54,58,66); }
div.DivClassName
{
background-color: #363A42;
}
.BgClassName
{
background-color: #363A42;
}
</style>
border-color css
<style>
span { border-color: #363A42; }
span { border-color: rgb(54,58,66); }
td.TdClassName
{
border-color: #363A42;
}
.TagClassName
{
border-color: #363A42;
}
</style>