Html Css Color HEX #3F3E58 Gun Powder

📋 copy color: '#3F3E58'

red 63 ◦ green 62 ◦ blue 88

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

Shades of Gun Powder #3F3E58

Tints of Gun Powder #3F3E58

RGB

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

 GREEN value IS 62 (24.61% from 255) = 29.11%

 BLUE value IS 88 (34.77% from 255) = 41.31%

R = 29.58%
G = 29.11%
B = 41.31%

CMYK

 C value IS 0.28

 M value IS 0.30

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3F3E58 (or 0x3F3E58) is known color: Gun Powder. HEX triplet: 3F, 3E and 58. RGB value is (63,62,88). Sum of RGB (Red+Green+Blue) = 63+62+88=213 (28% of max value = 765). Red value is 63 (25% from 255 or 29.58% from 213); Green value is 62 (24.61% from 255 or 29.11% from 213); Blue value is 88 (34.77% from 255 or 41.31% from 213); Max value from RGB is 88 - color contains mainly: blue. Hex color #3F3E58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3E58 is #C0C1A7. Grayscale: #414141. Windows color (decimal): -12632488 or 5783103. OLE color: 5783103.

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

Color convert

RGB 63 62 88 -
CMYK 0.28 0.30 0 0.65
HSL 242.31º 0.17% 0.29% -
HSV(B) 242.31º 0.3% 0.35% -
XYZ 5.53 5.21 9.95 -
YUV 65.26 140.83 126.39 -
System Red Green Blue C M Y K H S L
Decimal 63 62 88 0.28 0.30 0 0.65 242.31 0.17 0.29
Hex 3F 3E 58 1C 1E 0 41 F2 11 1D
Octal 77 76 130 34 36 0 101 362 21 35
Binary 111111 111110 1011000 11100 11110 0 1000001 11110010 10001 11101

Color Harmonies of #3F3E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3E58

Black with #3F3E58

Text Example


Text Example

White with #3F3E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,62,88); }

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

background-color css

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

 a { background-color: rgb(63,62,88); }

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

border-color css

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

 span { border-color: rgb(63,62,88); }

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