Shades of Vulcan #363B44
Tints of Vulcan #363B44
RGB
CMYK
RGB Variations
Color information
#363B44 (or 0x363B44) is known color: Vulcan. HEX triplet: 36, 3B and 44. RGB value is (54,59,68). Sum of RGB (Red+Green+Blue) = 54+59+68=181 (23% of max value = 765). Red value is 54 (21.48% from 255 or 29.83% from 181); Green value is 59 (23.44% from 255 or 32.60% from 181); Blue value is 68 (26.95% from 255 or 37.57% from 181); Max value from RGB is 68 - color contains mainly: blue. Hex color #363B44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363B44 is #C9C4BB. Grayscale: #3A3A3A. Windows color (decimal): -13223100 or 4471606. OLE color: 4471606.
HSL color Cylindrical-coordinate representation of color #363B44: hue angle of 218.57º degrees, saturation: 0.11, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #363B44 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 54 | 59 | 68 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.73 |
| HSL | 218.57º | 0.11% | 0.24% | - |
| HSV(B) | 218.57º | 0.21% | 0.27% | - |
| XYZ | 4.13 | 4.33 | 6.09 | - |
| YUV | 58.53 | 133.34 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 68 | 0.21 | 0.13 | 0 | 0.73 | 218.57 | 0.11 | 0.24 |
| Hex | 36 | 3B | 44 | 15 | D | 0 | 49 | DB | B | 18 |
| Octal | 66 | 73 | 104 | 25 | 15 | 0 | 111 | 333 | 13 | 30 |
| Binary | 110110 | 111011 | 1000100 | 10101 | 1101 | 0 | 1001001 | 11011011 | 1011 | 11000 |
Color Harmonies of #363B44
Complementary color
Monochromatic Colors of #363B44
Black with #363B44
Text Example
Text Example
White with #363B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363B44; }
p { color: rgb(54,59,68); }
H1.HeaderClassName
{
color: #363B44;
}
.AnyTagClassName
{
color: #363B44;
}
</style>
background-color css
<style>
a { background-color: #363B44; }
a { background-color: rgb(54,59,68); }
div.DivClassName
{
background-color: #363B44;
}
.BgClassName
{
background-color: #363B44;
}
</style>
border-color css
<style>
span { border-color: #363B44; }
span { border-color: rgb(54,59,68); }
td.TdClassName
{
border-color: #363B44;
}
.TagClassName
{
border-color: #363B44;
}
</style>