Shades of Gun Powder #3F3C5A
Tints of Gun Powder #3F3C5A
RGB
CMYK
RGB Variations
Color information
#3F3C5A (or 0x3F3C5A) is known color: Gun Powder. HEX triplet: 3F, 3C and 5A. RGB value is (63,60,90). Sum of RGB (Red+Green+Blue) = 63+60+90=213 (28% of max value = 765). Red value is 63 (25% from 255 or 29.58% from 213); Green value is 60 (23.83% from 255 or 28.17% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 90 - color contains mainly: blue. Hex color #3F3C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3C5A is #C0C3A5. Grayscale: #404040. Windows color (decimal): -12632998 or 5913663. OLE color: 5913663.
HSL color Cylindrical-coordinate representation of color #3F3C5A: hue angle of 246º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3F3C5A is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 60 | 90 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.65 |
| HSL | 246º | 0.2% | 0.29% | - |
| HSV(B) | 246º | 0.33% | 0.35% | - |
| XYZ | 5.51 | 5.03 | 10.35 | - |
| YUV | 64.32 | 142.49 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 60 | 90 | 0.30 | 0.33 | 0 | 0.65 | 246 | 0.2 | 0.29 |
| Hex | 3F | 3C | 5A | 1E | 21 | 0 | 41 | F6 | 14 | 1D |
| Octal | 77 | 74 | 132 | 36 | 41 | 0 | 101 | 366 | 24 | 35 |
| Binary | 111111 | 111100 | 1011010 | 11110 | 100001 | 0 | 1000001 | 11110110 | 10100 | 11101 |
Color Harmonies of #3F3C5A
Complementary color
Monochromatic Colors of #3F3C5A
Black with #3F3C5A
Text Example
Text Example
White with #3F3C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3C5A; }
p { color: rgb(63,60,90); }
H1.HeaderClassName
{
color: #3F3C5A;
}
.AnyTagClassName
{
color: #3F3C5A;
}
</style>
background-color css
<style>
a { background-color: #3F3C5A; }
a { background-color: rgb(63,60,90); }
div.DivClassName
{
background-color: #3F3C5A;
}
.BgClassName
{
background-color: #3F3C5A;
}
</style>
border-color css
<style>
span { border-color: #3F3C5A; }
span { border-color: rgb(63,60,90); }
td.TdClassName
{
border-color: #3F3C5A;
}
.TagClassName
{
border-color: #3F3C5A;
}
</style>