Html Css Color HEX #3F4147 Steel Grey

📋 copy color: '#3F4147'

red 63 ◦ green 65 ◦ blue 71

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

Shades of Steel Grey #3F4147

Tints of Steel Grey #3F4147

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.66%

 BLUE value IS 71 (28.13% from 255) = 35.68%

R = 31.66%
G = 32.66%
B = 35.68%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3F4147 (or 0x3F4147) is known color: Steel Grey. HEX triplet: 3F, 41 and 47. RGB value is (63,65,71). Sum of RGB (Red+Green+Blue) = 63+65+71=199 (26% of max value = 765). Red value is 63 (25% from 255 or 31.66% from 199); Green value is 65 (25.78% from 255 or 32.66% from 199); Blue value is 71 (28.12% from 255 or 35.68% from 199); Max value from RGB is 71 - color contains mainly: blue. Hex color #3F4147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4147 is #C0BEB8. Grayscale: #414141. Windows color (decimal): -12631737 or 4669759. OLE color: 4669759.

HSL color Cylindrical-coordinate representation of color #3F4147: hue angle of 225º degrees, saturation: 0.06, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #3F4147 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 63 65 71 -
CMYK 0.11 0.08 0 0.72
HSL 225º 0.06% 0.26% -
HSV(B) 225º 0.11% 0.28% -
XYZ 5.08 5.29 6.72 -
YUV 65.09 131.34 126.51 -
System Red Green Blue C M Y K H S L
Decimal 63 65 71 0.11 0.08 0 0.72 225 0.06 0.26
Hex 3F 41 47 B 8 0 48 E1 6 1A
Octal 77 101 107 13 10 0 110 341 6 32
Binary 111111 1000001 1000111 1011 1000 0 1001000 11100001 110 11010

Color Harmonies of #3F4147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4147

Black with #3F4147

Text Example


Text Example

White with #3F4147

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,65,71); }

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

background-color css

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

 a { background-color: rgb(63,65,71); }

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

border-color css

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

 span { border-color: rgb(63,65,71); }

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