Html Css Color HEX #3F4058 Gun Powder

📋 copy color: '#3F4058'

red 63 ◦ green 64 ◦ blue 88

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

Shades of Gun Powder #3F4058

Tints of Gun Powder #3F4058

RGB

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

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

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

R = 29.3%
G = 29.77%
B = 40.93%

CMYK

 C value IS 0.28

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3F4058 (or 0x3F4058) is known color: Gun Powder. HEX triplet: 3F, 40 and 58. RGB value is (63,64,88). Sum of RGB (Red+Green+Blue) = 63+64+88=215 (28% of max value = 765). Red value is 63 (25% from 255 or 29.30% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 88 (34.77% from 255 or 40.93% from 215); Max value from RGB is 88 - color contains mainly: blue. Hex color #3F4058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4058 is #C0BFA7. Grayscale: #424242. Windows color (decimal): -12631976 or 5783615. OLE color: 5783615.

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

Color convert

RGB 63 64 88 -
CMYK 0.28 0.27 0 0.65
HSL 237.6º 0.17% 0.3% -
HSV(B) 237.6º 0.28% 0.35% -
XYZ 5.64 5.43 9.98 -
YUV 66.44 140.17 125.55 -
System Red Green Blue C M Y K H S L
Decimal 63 64 88 0.28 0.27 0 0.65 237.6 0.17 0.3
Hex 3F 40 58 1C 1B 0 41 EE 11 1E
Octal 77 100 130 34 33 0 101 356 21 36
Binary 111111 1000000 1011000 11100 11011 0 1000001 11101110 10001 11110

Color Harmonies of #3F4058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4058

Black with #3F4058

Text Example


Text Example

White with #3F4058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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