Html Css Color HEX #3F747E Ming

📋 copy color: '#3F747E'

red 63 ◦ green 116 ◦ blue 126

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

Shades of Ming #3F747E

Tints of Ming #3F747E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.03%

 BLUE value IS 126 (49.61% from 255) = 41.31%

R = 20.66%
G = 38.03%
B = 41.31%

CMYK

 C value IS 0.50

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3F747E (or 0x3F747E) is known color: Ming. HEX triplet: 3F, 74 and 7E. RGB value is (63,116,126). Sum of RGB (Red+Green+Blue) = 63+116+126=305 (40% of max value = 765). Red value is 63 (25% from 255 or 20.66% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 126 (49.61% from 255 or 41.31% from 305); Max value from RGB is 126 - color contains mainly: blue. Hex color #3F747E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F747E is #C08B81. Grayscale: #656565. Windows color (decimal): -12618626 or 8287295. OLE color: 8287295.

HSL color Cylindrical-coordinate representation of color #3F747E: hue angle of 189.52º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3F747E is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 63 116 126 -
CMYK 0.50 0.08 0 0.51
HSL 189.52º 0.33% 0.37% -
HSV(B) 189.52º 0.5% 0.49% -
XYZ 12.06 15.05 22.01 -
YUV 101.29 141.94 100.69 -
System Red Green Blue C M Y K H S L
Decimal 63 116 126 0.50 0.08 0 0.51 189.52 0.33 0.37
Hex 3F 74 7E 32 8 0 33 BE 21 25
Octal 77 164 176 62 10 0 63 276 41 45
Binary 111111 1110100 1111110 110010 1000 0 110011 10111110 100001 100101

Color Harmonies of #3F747E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F747E

Black with #3F747E

Text Example


Text Example

White with #3F747E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,116,126); }

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

background-color css

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

 a { background-color: rgb(63,116,126); }

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

border-color css

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

 span { border-color: rgb(63,116,126); }

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