Shades of Gun Powder #3F405B
Tints of Gun Powder #3F405B
RGB
CMYK
RGB Variations
Color information
#3F405B (or 0x3F405B) is known color: Gun Powder. HEX triplet: 3F, 40 and 5B. RGB value is (63,64,91). Sum of RGB (Red+Green+Blue) = 63+64+91=218 (28% of max value = 765). Red value is 63 (25% from 255 or 28.90% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 91 (35.94% from 255 or 41.74% from 218); Max value from RGB is 91 - color contains mainly: blue. Hex color #3F405B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F405B is #C0BFA4. Grayscale: #424242. Windows color (decimal): -12631973 or 5980223. OLE color: 5980223.
HSL color Cylindrical-coordinate representation of color #3F405B: hue angle of 237.86º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3F405B is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 64 | 91 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.64 |
| HSL | 237.86º | 0.18% | 0.3% | - |
| HSV(B) | 237.86º | 0.31% | 0.36% | - |
| XYZ | 5.77 | 5.48 | 10.65 | - |
| YUV | 66.78 | 141.67 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 64 | 91 | 0.31 | 0.30 | 0 | 0.64 | 237.86 | 0.18 | 0.3 |
| Hex | 3F | 40 | 5B | 1F | 1E | 0 | 40 | EE | 12 | 1E |
| Octal | 77 | 100 | 133 | 37 | 36 | 0 | 100 | 356 | 22 | 36 |
| Binary | 111111 | 1000000 | 1011011 | 11111 | 11110 | 0 | 1000000 | 11101110 | 10010 | 11110 |
Color Harmonies of #3F405B
Complementary color
Monochromatic Colors of #3F405B
Black with #3F405B
Text Example
Text Example
White with #3F405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F405B; }
p { color: rgb(63,64,91); }
H1.HeaderClassName
{
color: #3F405B;
}
.AnyTagClassName
{
color: #3F405B;
}
</style>
background-color css
<style>
a { background-color: #3F405B; }
a { background-color: rgb(63,64,91); }
div.DivClassName
{
background-color: #3F405B;
}
.BgClassName
{
background-color: #3F405B;
}
</style>
border-color css
<style>
span { border-color: #3F405B; }
span { border-color: rgb(63,64,91); }
td.TdClassName
{
border-color: #3F405B;
}
.TagClassName
{
border-color: #3F405B;
}
</style>