Html Css Color HEX #3F405A Gun Powder

📋 copy color: '#3F405A'

red 63 ◦ green 64 ◦ blue 90

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

Shades of Gun Powder #3F405A

Tints of Gun Powder #3F405A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 41.47%

R = 29.03%
G = 29.49%
B = 41.47%

CMYK

 C value IS 0.30

 M value IS 0.29

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3F405A (or 0x3F405A) is known color: Gun Powder. HEX triplet: 3F, 40 and 5A. RGB value is (63,64,90). Sum of RGB (Red+Green+Blue) = 63+64+90=217 (28% of max value = 765). Red value is 63 (25% from 255 or 29.03% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 90 (35.55% from 255 or 41.47% from 217); Max value from RGB is 90 - color contains mainly: blue. Hex color #3F405A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F405A is #C0BFA5. Grayscale: #424242. Windows color (decimal): -12631974 or 5914687. OLE color: 5914687.

HSL color Cylindrical-coordinate representation of color #3F405A: hue angle of 237.78º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3F405A is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 63 64 90 -
CMYK 0.30 0.29 0 0.65
HSL 237.78º 0.18% 0.3% -
HSV(B) 237.78º 0.3% 0.35% -
XYZ 5.73 5.46 10.43 -
YUV 66.67 141.17 125.39 -
System Red Green Blue C M Y K H S L
Decimal 63 64 90 0.30 0.29 0 0.65 237.78 0.18 0.3
Hex 3F 40 5A 1E 1D 0 41 EE 12 1E
Octal 77 100 132 36 35 0 101 356 22 36
Binary 111111 1000000 1011010 11110 11101 0 1000001 11101110 10010 11110

Color Harmonies of #3F405A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F405A

Black with #3F405A

Text Example


Text Example

White with #3F405A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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