Shades of Vulcan #3A3C44
Tints of Vulcan #3A3C44
RGB
CMYK
RGB Variations
Color information
#3A3C44 (or 0x3A3C44) is known color: Vulcan. HEX triplet: 3A, 3C and 44. RGB value is (58,60,68). Sum of RGB (Red+Green+Blue) = 58+60+68=186 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.18% from 186); Green value is 60 (23.83% from 255 or 32.26% from 186); Blue value is 68 (26.95% from 255 or 36.56% from 186); Max value from RGB is 68 - color contains mainly: blue. Hex color #3A3C44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3C44 is #C5C3BB. Grayscale: #3C3C3C. Windows color (decimal): -12960700 or 4471866. OLE color: 4471866.
HSL color Cylindrical-coordinate representation of color #3A3C44: hue angle of 228º degrees, saturation: 0.08, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3A3C44 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 58 | 60 | 68 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.73 |
| HSL | 228º | 0.08% | 0.25% | - |
| HSV(B) | 228º | 0.15% | 0.27% | - |
| XYZ | 4.4 | 4.55 | 6.11 | - |
| YUV | 60.31 | 132.34 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 60 | 68 | 0.15 | 0.12 | 0 | 0.73 | 228 | 0.08 | 0.25 |
| Hex | 3A | 3C | 44 | F | C | 0 | 49 | E4 | 8 | 19 |
| Octal | 72 | 74 | 104 | 17 | 14 | 0 | 111 | 344 | 10 | 31 |
| Binary | 111010 | 111100 | 1000100 | 1111 | 1100 | 0 | 1001001 | 11100100 | 1000 | 11001 |
Color Harmonies of #3A3C44
Complementary color
Monochromatic Colors of #3A3C44
Black with #3A3C44
Text Example
Text Example
White with #3A3C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3C44; }
p { color: rgb(58,60,68); }
H1.HeaderClassName
{
color: #3A3C44;
}
.AnyTagClassName
{
color: #3A3C44;
}
</style>
background-color css
<style>
a { background-color: #3A3C44; }
a { background-color: rgb(58,60,68); }
div.DivClassName
{
background-color: #3A3C44;
}
.BgClassName
{
background-color: #3A3C44;
}
</style>
border-color css
<style>
span { border-color: #3A3C44; }
span { border-color: rgb(58,60,68); }
td.TdClassName
{
border-color: #3A3C44;
}
.TagClassName
{
border-color: #3A3C44;
}
</style>