Html Css Color HEX #3F454D Steel Grey

📋 copy color: '#3F454D'

red 63 ◦ green 69 ◦ blue 77

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

Shades of Steel Grey #3F454D

Tints of Steel Grey #3F454D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.01%

 BLUE value IS 77 (30.47% from 255) = 36.84%

R = 30.14%
G = 33.01%
B = 36.84%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3F454D (or 0x3F454D) is known color: Steel Grey. HEX triplet: 3F, 45 and 4D. RGB value is (63,69,77). Sum of RGB (Red+Green+Blue) = 63+69+77=209 (27% of max value = 765). Red value is 63 (25% from 255 or 30.14% from 209); Green value is 69 (27.34% from 255 or 33.01% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 77 - color contains mainly: blue. Hex color #3F454D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F454D is #C0BAB2. Grayscale: #444444. Windows color (decimal): -12630707 or 5063999. OLE color: 5063999.

HSL color Cylindrical-coordinate representation of color #3F454D: hue angle of 214.29º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3F454D is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 63 69 77 -
CMYK 0.18 0.10 0 0.70
HSL 214.29º 0.1% 0.27% -
HSV(B) 214.29º 0.18% 0.3% -
XYZ 5.52 5.85 7.86 -
YUV 68.12 133.01 124.35 -
System Red Green Blue C M Y K H S L
Decimal 63 69 77 0.18 0.10 0 0.70 214.29 0.1 0.27
Hex 3F 45 4D 12 A 0 46 D6 A 1B
Octal 77 105 115 22 12 0 106 326 12 33
Binary 111111 1000101 1001101 10010 1010 0 1000110 11010110 1010 11011

Color Harmonies of #3F454D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F454D

Black with #3F454D

Text Example


Text Example

White with #3F454D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,69,77); }

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

background-color css

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

 a { background-color: rgb(63,69,77); }

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

border-color css

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

 span { border-color: rgb(63,69,77); }

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