Html Css Color HEX #3F405C Gun Powder

📋 copy color: '#3F405C'

red 63 ◦ green 64 ◦ blue 92

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

Shades of Gun Powder #3F405C

Tints of Gun Powder #3F405C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.22%

 BLUE value IS 92 (36.33% from 255) = 42.01%

R = 28.77%
G = 29.22%
B = 42.01%

CMYK

 C value IS 0.32

 M value IS 0.30

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3F405C (or 0x3F405C) is known color: Gun Powder. HEX triplet: 3F, 40 and 5C. RGB value is (63,64,92). Sum of RGB (Red+Green+Blue) = 63+64+92=219 (29% of max value = 765). Red value is 63 (25% from 255 or 28.77% from 219); Green value is 64 (25.39% from 255 or 29.22% from 219); Blue value is 92 (36.33% from 255 or 42.01% from 219); Max value from RGB is 92 - color contains mainly: blue. Hex color #3F405C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F405C is #C0BFA3. Grayscale: #424242. Windows color (decimal): -12631972 or 6045759. OLE color: 6045759.

HSL color Cylindrical-coordinate representation of color #3F405C: hue angle of 237.93º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3F405C is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 63 64 92 -
CMYK 0.32 0.30 0 0.64
HSL 237.93º 0.19% 0.3% -
HSV(B) 237.93º 0.32% 0.36% -
XYZ 5.82 5.5 10.88 -
YUV 66.89 142.17 125.22 -
System Red Green Blue C M Y K H S L
Decimal 63 64 92 0.32 0.30 0 0.64 237.93 0.19 0.3
Hex 3F 40 5C 20 1E 0 40 EE 13 1E
Octal 77 100 134 40 36 0 100 356 23 36
Binary 111111 1000000 1011100 100000 11110 0 1000000 11101110 10011 11110

Color Harmonies of #3F405C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F405C

Black with #3F405C

Text Example


Text Example

White with #3F405C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,64,92); }

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

background-color css

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

 a { background-color: rgb(63,64,92); }

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

border-color css

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

 span { border-color: rgb(63,64,92); }

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