Shades of Gun Powder #3F3F58
Tints of Gun Powder #3F3F58
RGB
CMYK
RGB Variations
Color information
#3F3F58 (or 0x3F3F58) is known color: Gun Powder. HEX triplet: 3F, 3F and 58. RGB value is (63,63,88). Sum of RGB (Red+Green+Blue) = 63+63+88=214 (28% of max value = 765). Red value is 63 (25% from 255 or 29.44% from 214); Green value is 63 (25% from 255 or 29.44% from 214); Blue value is 88 (34.77% from 255 or 41.12% from 214); Max value from RGB is 88 - color contains mainly: blue. Hex color #3F3F58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3F58 is #C0C0A7. Grayscale: #414141. Windows color (decimal): -12632232 or 5783359. OLE color: 5783359.
HSL color Cylindrical-coordinate representation of color #3F3F58: hue angle of 240º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3F3F58 is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 63 | 88 | - |
| CMYK | 0.28 | 0.28 | 0 | 0.65 |
| HSL | 240º | 0.17% | 0.3% | - |
| HSV(B) | 240º | 0.28% | 0.35% | - |
| XYZ | 5.59 | 5.32 | 9.96 | - |
| YUV | 65.85 | 140.5 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 63 | 88 | 0.28 | 0.28 | 0 | 0.65 | 240 | 0.17 | 0.3 |
| Hex | 3F | 3F | 58 | 1C | 1C | 0 | 41 | F0 | 11 | 1E |
| Octal | 77 | 77 | 130 | 34 | 34 | 0 | 101 | 360 | 21 | 36 |
| Binary | 111111 | 111111 | 1011000 | 11100 | 11100 | 0 | 1000001 | 11110000 | 10001 | 11110 |
Color Harmonies of #3F3F58
Complementary color
Monochromatic Colors of #3F3F58
Black with #3F3F58
Text Example
Text Example
White with #3F3F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3F58; }
p { color: rgb(63,63,88); }
H1.HeaderClassName
{
color: #3F3F58;
}
.AnyTagClassName
{
color: #3F3F58;
}
</style>
background-color css
<style>
a { background-color: #3F3F58; }
a { background-color: rgb(63,63,88); }
div.DivClassName
{
background-color: #3F3F58;
}
.BgClassName
{
background-color: #3F3F58;
}
</style>
border-color css
<style>
span { border-color: #3F3F58; }
span { border-color: rgb(63,63,88); }
td.TdClassName
{
border-color: #3F3F58;
}
.TagClassName
{
border-color: #3F3F58;
}
</style>