Shades of Vulcan #363A44
Tints of Vulcan #363A44
RGB
CMYK
RGB Variations
Color information
#363A44 (or 0x363A44) is known color: Vulcan. HEX triplet: 36, 3A and 44. RGB value is (54,58,68). Sum of RGB (Red+Green+Blue) = 54+58+68=180 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30% from 180); Green value is 58 (23.05% from 255 or 32.22% from 180); Blue value is 68 (26.95% from 255 or 37.78% from 180); Max value from RGB is 68 - color contains mainly: blue. Hex color #363A44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363A44 is #C9C5BB. Grayscale: #393939. Windows color (decimal): -13223356 or 4471350. OLE color: 4471350.
HSL color Cylindrical-coordinate representation of color #363A44: hue angle of 222.86º 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 #363A44 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 54 | 58 | 68 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.73 |
| HSL | 222.86º | 0.11% | 0.24% | - |
| HSV(B) | 222.86º | 0.21% | 0.27% | - |
| XYZ | 4.08 | 4.23 | 6.07 | - |
| YUV | 57.94 | 133.67 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 58 | 68 | 0.21 | 0.15 | 0 | 0.73 | 222.86 | 0.11 | 0.24 |
| Hex | 36 | 3A | 44 | 15 | F | 0 | 49 | DF | B | 18 |
| Octal | 66 | 72 | 104 | 25 | 17 | 0 | 111 | 337 | 13 | 30 |
| Binary | 110110 | 111010 | 1000100 | 10101 | 1111 | 0 | 1001001 | 11011111 | 1011 | 11000 |
Color Harmonies of #363A44
Complementary color
Monochromatic Colors of #363A44
Black with #363A44
Text Example
Text Example
White with #363A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363A44; }
p { color: rgb(54,58,68); }
H1.HeaderClassName
{
color: #363A44;
}
.AnyTagClassName
{
color: #363A44;
}
</style>
background-color css
<style>
a { background-color: #363A44; }
a { background-color: rgb(54,58,68); }
div.DivClassName
{
background-color: #363A44;
}
.BgClassName
{
background-color: #363A44;
}
</style>
border-color css
<style>
span { border-color: #363A44; }
span { border-color: rgb(54,58,68); }
td.TdClassName
{
border-color: #363A44;
}
.TagClassName
{
border-color: #363A44;
}
</style>