Shades of Gun Powder #3F3C58
Tints of Gun Powder #3F3C58
RGB
CMYK
RGB Variations
Color information
#3F3C58 (or 0x3F3C58) is known color: Gun Powder. HEX triplet: 3F, 3C and 58. RGB value is (63,60,88). Sum of RGB (Red+Green+Blue) = 63+60+88=211 (27% of max value = 765). Red value is 63 (25% from 255 or 29.86% from 211); Green value is 60 (23.83% from 255 or 28.44% from 211); Blue value is 88 (34.77% from 255 or 41.71% from 211); Max value from RGB is 88 - color contains mainly: blue. Hex color #3F3C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3C58 is #C0C3A7. Grayscale: #3F3F3F. Windows color (decimal): -12633000 or 5782591. OLE color: 5782591.
HSL color Cylindrical-coordinate representation of color #3F3C58: hue angle of 246.43º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3F3C58 is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 60 | 88 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.65 |
| HSL | 246.43º | 0.19% | 0.29% | - |
| HSV(B) | 246.43º | 0.32% | 0.35% | - |
| XYZ | 5.43 | 4.99 | 9.91 | - |
| YUV | 64.09 | 141.49 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 60 | 88 | 0.28 | 0.32 | 0 | 0.65 | 246.43 | 0.19 | 0.29 |
| Hex | 3F | 3C | 58 | 1C | 20 | 0 | 41 | F6 | 13 | 1D |
| Octal | 77 | 74 | 130 | 34 | 40 | 0 | 101 | 366 | 23 | 35 |
| Binary | 111111 | 111100 | 1011000 | 11100 | 100000 | 0 | 1000001 | 11110110 | 10011 | 11101 |
Color Harmonies of #3F3C58
Complementary color
Monochromatic Colors of #3F3C58
Black with #3F3C58
Text Example
Text Example
White with #3F3C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3C58; }
p { color: rgb(63,60,88); }
H1.HeaderClassName
{
color: #3F3C58;
}
.AnyTagClassName
{
color: #3F3C58;
}
</style>
background-color css
<style>
a { background-color: #3F3C58; }
a { background-color: rgb(63,60,88); }
div.DivClassName
{
background-color: #3F3C58;
}
.BgClassName
{
background-color: #3F3C58;
}
</style>
border-color css
<style>
span { border-color: #3F3C58; }
span { border-color: rgb(63,60,88); }
td.TdClassName
{
border-color: #3F3C58;
}
.TagClassName
{
border-color: #3F3C58;
}
</style>