Shades of Vulcan #363B43
Tints of Vulcan #363B43
RGB
CMYK
RGB Variations
Color information
#363B43 (or 0x363B43) is known color: Vulcan. HEX triplet: 36, 3B and 43. RGB value is (54,59,67). Sum of RGB (Red+Green+Blue) = 54+59+67=180 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30% from 180); Green value is 59 (23.44% from 255 or 32.78% from 180); Blue value is 67 (26.56% from 255 or 37.22% from 180); Max value from RGB is 67 - color contains mainly: blue. Hex color #363B43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363B43 is #C9C4BC. Grayscale: #3A3A3A. Windows color (decimal): -13223101 or 4406070. OLE color: 4406070.
HSL color Cylindrical-coordinate representation of color #363B43: hue angle of 216.92º degrees, saturation: 0.11, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #363B43 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 54 | 59 | 67 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.74 |
| HSL | 216.92º | 0.11% | 0.24% | - |
| HSV(B) | 216.92º | 0.19% | 0.26% | - |
| XYZ | 4.1 | 4.32 | 5.93 | - |
| YUV | 58.42 | 132.84 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 67 | 0.19 | 0.12 | 0 | 0.74 | 216.92 | 0.11 | 0.24 |
| Hex | 36 | 3B | 43 | 13 | C | 0 | 4A | D9 | B | 18 |
| Octal | 66 | 73 | 103 | 23 | 14 | 0 | 112 | 331 | 13 | 30 |
| Binary | 110110 | 111011 | 1000011 | 10011 | 1100 | 0 | 1001010 | 11011001 | 1011 | 11000 |
Color Harmonies of #363B43
Complementary color
Monochromatic Colors of #363B43
Black with #363B43
Text Example
Text Example
White with #363B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363B43; }
p { color: rgb(54,59,67); }
H1.HeaderClassName
{
color: #363B43;
}
.AnyTagClassName
{
color: #363B43;
}
</style>
background-color css
<style>
a { background-color: #363B43; }
a { background-color: rgb(54,59,67); }
div.DivClassName
{
background-color: #363B43;
}
.BgClassName
{
background-color: #363B43;
}
</style>
border-color css
<style>
span { border-color: #363B43; }
span { border-color: rgb(54,59,67); }
td.TdClassName
{
border-color: #363B43;
}
.TagClassName
{
border-color: #363B43;
}
</style>