Html Css Color HEX #3F716E Ming

📋 copy color: '#3F716E'

red 63 ◦ green 113 ◦ blue 110

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

Shades of Ming #3F716E

Tints of Ming #3F716E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.51%

 BLUE value IS 110 (43.36% from 255) = 38.46%

R = 22.03%
G = 39.51%
B = 38.46%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#3F716E (or 0x3F716E) is known color: Ming. HEX triplet: 3F, 71 and 6E. RGB value is (63,113,110). Sum of RGB (Red+Green+Blue) = 63+113+110=286 (37% of max value = 765). Red value is 63 (25% from 255 or 22.03% from 286); Green value is 113 (44.53% from 255 or 39.51% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 113 - color contains mainly: green. Hex color #3F716E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F716E is #C08E91. Grayscale: #616161. Windows color (decimal): -12619410 or 7237951. OLE color: 7237951.

HSL color Cylindrical-coordinate representation of color #3F716E: hue angle of 176.4º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F716E is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 63 113 110 -
CMYK 0.44 0 0.03 0.56
HSL 176.4º 0.28% 0.35% -
HSV(B) 176.4º 0.44% 0.44% -
XYZ 10.77 13.99 16.89 -
YUV 97.71 134.94 103.24 -
System Red Green Blue C M Y K H S L
Decimal 63 113 110 0.44 0 0.03 0.56 176.4 0.28 0.35
Hex 3F 71 6E 2C 0 3 38 B0 1C 23
Octal 77 161 156 54 0 3 70 260 34 43
Binary 111111 1110001 1101110 101100 0 11 111000 10110000 11100 100011

Color Harmonies of #3F716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F716E

Black with #3F716E

Text Example


Text Example

White with #3F716E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,113,110); }

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

background-color css

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

 a { background-color: rgb(63,113,110); }

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

border-color css

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

 span { border-color: rgb(63,113,110); }

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