Shades of Vulcan #363945
Tints of Vulcan #363945
RGB
CMYK
RGB Variations
Color information
#363945 (or 0x363945) is known color: Vulcan. HEX triplet: 36, 39 and 45. RGB value is (54,57,69). Sum of RGB (Red+Green+Blue) = 54+57+69=180 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30% from 180); Green value is 57 (22.66% from 255 or 31.67% from 180); Blue value is 69 (27.34% from 255 or 38.33% from 180); Max value from RGB is 69 - color contains mainly: blue. Hex color #363945 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363945 is #C9C6BA. Grayscale: #393939. Windows color (decimal): -13223611 or 4536630. OLE color: 4536630.
HSL color Cylindrical-coordinate representation of color #363945: hue angle of 228º degrees, saturation: 0.12, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #363945 is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 54 | 57 | 69 | - |
| CMYK | 0.22 | 0.17 | 0 | 0.73 |
| HSL | 228º | 0.12% | 0.24% | - |
| HSV(B) | 228º | 0.22% | 0.27% | - |
| XYZ | 4.06 | 4.14 | 6.22 | - |
| YUV | 57.47 | 134.51 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 57 | 69 | 0.22 | 0.17 | 0 | 0.73 | 228 | 0.12 | 0.24 |
| Hex | 36 | 39 | 45 | 16 | 11 | 0 | 49 | E4 | C | 18 |
| Octal | 66 | 71 | 105 | 26 | 21 | 0 | 111 | 344 | 14 | 30 |
| Binary | 110110 | 111001 | 1000101 | 10110 | 10001 | 0 | 1001001 | 11100100 | 1100 | 11000 |
Color Harmonies of #363945
Complementary color
Monochromatic Colors of #363945
Black with #363945
Text Example
Text Example
White with #363945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363945; }
p { color: rgb(54,57,69); }
H1.HeaderClassName
{
color: #363945;
}
.AnyTagClassName
{
color: #363945;
}
</style>
background-color css
<style>
a { background-color: #363945; }
a { background-color: rgb(54,57,69); }
div.DivClassName
{
background-color: #363945;
}
.BgClassName
{
background-color: #363945;
}
</style>
border-color css
<style>
span { border-color: #363945; }
span { border-color: rgb(54,57,69); }
td.TdClassName
{
border-color: #363945;
}
.TagClassName
{
border-color: #363945;
}
</style>