Html Css Color HEX #3F3D56 Gun Powder

📋 copy color: '#3F3D56'

red 63 ◦ green 61 ◦ blue 86

#3F3D56
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gun Powder #3F3D56

Tints of Gun Powder #3F3D56

RGB

 RED value IS 63 (25% from 255) = 30%

 GREEN value IS 61 (24.22% from 255) = 29.05%

 BLUE value IS 86 (33.98% from 255) = 40.95%

R = 30%
G = 29.05%
B = 40.95%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.66

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3F3D56 (or 0x3F3D56) is known color: Gun Powder. HEX triplet: 3F, 3D and 56. RGB value is (63,61,86). Sum of RGB (Red+Green+Blue) = 63+61+86=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 61 (24.22% from 255 or 29.05% from 210); Blue value is 86 (33.98% from 255 or 40.95% from 210); Max value from RGB is 86 - color contains mainly: blue. Hex color #3F3D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3D56 is #C0C2A9. Grayscale: #404040. Windows color (decimal): -12632746 or 5651775. OLE color: 5651775.

HSL color Cylindrical-coordinate representation of color #3F3D56: hue angle of 244.8º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3F3D56 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 63 61 86 -
CMYK 0.27 0.29 0 0.66
HSL 244.8º 0.17% 0.29% -
HSV(B) 244.8º 0.29% 0.34% -
XYZ 5.4 5.07 9.5 -
YUV 64.45 140.16 126.97 -
System Red Green Blue C M Y K H S L
Decimal 63 61 86 0.27 0.29 0 0.66 244.8 0.17 0.29
Hex 3F 3D 56 1B 1D 0 42 F5 11 1D
Octal 77 75 126 33 35 0 102 365 21 35
Binary 111111 111101 1010110 11011 11101 0 1000010 11110101 10001 11101

Color Harmonies of #3F3D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3D56

Black with #3F3D56

Text Example


Text Example

White with #3F3D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F3D56; }

 p { color: rgb(63,61,86); }

 H1.HeaderClassName
 {
   color: #3F3D56;
 }
 .AnyTagClassName
 {
   color: #3F3D56;
 }
</style>

background-color css

<style>
 a { background-color: #3F3D56; }

 a { background-color: rgb(63,61,86); }

 div.DivClassName
 {
   background-color: #3F3D56;
 }
 .BgClassName
 {
   background-color: #3F3D56;
 }
</style>

border-color css

<style>
 span { border-color: #3F3D56; }

 span { border-color: rgb(63,61,86); }

 td.TdClassName
 {
   border-color: #3F3D56;
 }
 .TagClassName
 {
   border-color: #3F3D56;
 }
</style>