Shades of Vulcan #383B46
Tints of Vulcan #383B46
RGB
CMYK
RGB Variations
Color information
#383B46 (or 0x383B46) is known color: Vulcan. HEX triplet: 38, 3B and 46. RGB value is (56,59,70). Sum of RGB (Red+Green+Blue) = 56+59+70=185 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.27% from 185); Green value is 59 (23.44% from 255 or 31.89% from 185); Blue value is 70 (27.73% from 255 or 37.84% from 185); Max value from RGB is 70 - color contains mainly: blue. Hex color #383B46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383B46 is #C7C4B9. Grayscale: #3B3B3B. Windows color (decimal): -13092026 or 4602680. OLE color: 4602680.
HSL color Cylindrical-coordinate representation of color #383B46: hue angle of 227.14º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #383B46 is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 56 | 59 | 70 | - |
| CMYK | 0.20 | 0.16 | 0 | 0.73 |
| HSL | 227.14º | 0.11% | 0.25% | - |
| HSV(B) | 227.14º | 0.2% | 0.27% | - |
| XYZ | 4.3 | 4.41 | 6.42 | - |
| YUV | 59.36 | 134.01 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 59 | 70 | 0.20 | 0.16 | 0 | 0.73 | 227.14 | 0.11 | 0.25 |
| Hex | 38 | 3B | 46 | 14 | 10 | 0 | 49 | E3 | B | 19 |
| Octal | 70 | 73 | 106 | 24 | 20 | 0 | 111 | 343 | 13 | 31 |
| Binary | 111000 | 111011 | 1000110 | 10100 | 10000 | 0 | 1001001 | 11100011 | 1011 | 11001 |
Color Harmonies of #383B46
Complementary color
Monochromatic Colors of #383B46
Black with #383B46
Text Example
Text Example
White with #383B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383B46; }
p { color: rgb(56,59,70); }
H1.HeaderClassName
{
color: #383B46;
}
.AnyTagClassName
{
color: #383B46;
}
</style>
background-color css
<style>
a { background-color: #383B46; }
a { background-color: rgb(56,59,70); }
div.DivClassName
{
background-color: #383B46;
}
.BgClassName
{
background-color: #383B46;
}
</style>
border-color css
<style>
span { border-color: #383B46; }
span { border-color: rgb(56,59,70); }
td.TdClassName
{
border-color: #383B46;
}
.TagClassName
{
border-color: #383B46;
}
</style>