Html Css Color HEX #3F747C Ming

📋 copy color: '#3F747C'

red 63 ◦ green 116 ◦ blue 124

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

Shades of Ming #3F747C

Tints of Ming #3F747C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 40.92%

R = 20.79%
G = 38.28%
B = 40.92%

CMYK

 C value IS 0.49

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3F747C (or 0x3F747C) is known color: Ming. HEX triplet: 3F, 74 and 7C. RGB value is (63,116,124). Sum of RGB (Red+Green+Blue) = 63+116+124=303 (40% of max value = 765). Red value is 63 (25% from 255 or 20.79% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 124 (48.83% from 255 or 40.92% from 303); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F747C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F747C is #C08B83. Grayscale: #646464. Windows color (decimal): -12618628 or 8156223. OLE color: 8156223.

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

Color convert

RGB 63 116 124 -
CMYK 0.49 0.06 0 0.51
HSL 187.87º 0.33% 0.37% -
HSV(B) 187.87º 0.49% 0.49% -
XYZ 11.93 15 21.34 -
YUV 101.07 140.94 100.85 -
System Red Green Blue C M Y K H S L
Decimal 63 116 124 0.49 0.06 0 0.51 187.87 0.33 0.37
Hex 3F 74 7C 31 6 0 33 BC 21 25
Octal 77 164 174 61 6 0 63 274 41 45
Binary 111111 1110100 1111100 110001 110 0 110011 10111100 100001 100101

Color Harmonies of #3F747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F747C

Black with #3F747C

Text Example


Text Example

White with #3F747C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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