Html Css Color HEX #3F444A Steel Grey

📋 copy color: '#3F444A'

red 63 ◦ green 68 ◦ blue 74

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

Shades of Steel Grey #3F444A

Tints of Steel Grey #3F444A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.17%

 BLUE value IS 74 (29.3% from 255) = 36.1%

R = 30.73%
G = 33.17%
B = 36.1%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3F444A (or 0x3F444A) is known color: Steel Grey. HEX triplet: 3F, 44 and 4A. RGB value is (63,68,74). Sum of RGB (Red+Green+Blue) = 63+68+74=205 (27% of max value = 765). Red value is 63 (25% from 255 or 30.73% from 205); Green value is 68 (26.95% from 255 or 33.17% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 74 - color contains mainly: blue. Hex color #3F444A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F444A is #C0BBB5. Grayscale: #434343. Windows color (decimal): -12630966 or 4867135. OLE color: 4867135.

HSL color Cylindrical-coordinate representation of color #3F444A: hue angle of 212.73º degrees, saturation: 0.08, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3F444A is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 63 68 74 -
CMYK 0.15 0.08 0 0.71
HSL 212.73º 0.08% 0.27% -
HSV(B) 212.73º 0.15% 0.29% -
XYZ 5.35 5.69 7.29 -
YUV 67.19 131.84 125.01 -
System Red Green Blue C M Y K H S L
Decimal 63 68 74 0.15 0.08 0 0.71 212.73 0.08 0.27
Hex 3F 44 4A F 8 0 47 D5 8 1B
Octal 77 104 112 17 10 0 107 325 10 33
Binary 111111 1000100 1001010 1111 1000 0 1000111 11010101 1000 11011

Color Harmonies of #3F444A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F444A

Black with #3F444A

Text Example


Text Example

White with #3F444A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,68,74); }

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

background-color css

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

 a { background-color: rgb(63,68,74); }

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

border-color css

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

 span { border-color: rgb(63,68,74); }

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