Html Css Color HEX #3F7170 Ming

📋 copy color: '#3F7170'

red 63 ◦ green 113 ◦ blue 112

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

Shades of Ming #3F7170

Tints of Ming #3F7170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 38.89%

R = 21.88%
G = 39.24%
B = 38.89%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#3F7170 (or 0x3F7170) is known color: Ming. HEX triplet: 3F, 71 and 70. RGB value is (63,113,112). Sum of RGB (Red+Green+Blue) = 63+113+112=288 (38% of max value = 765). Red value is 63 (25% from 255 or 21.88% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 112 (44.14% from 255 or 38.89% from 288); Max value from RGB is 113 - color contains mainly: green. Hex color #3F7170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7170 is #C08E8F. Grayscale: #616161. Windows color (decimal): -12619408 or 7369023. OLE color: 7369023.

HSL color Cylindrical-coordinate representation of color #3F7170: hue angle of 178.8º 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 #3F7170 is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 63 113 112 -
CMYK 0.44 0 0.01 0.56
HSL 178.8º 0.28% 0.35% -
HSV(B) 178.8º 0.44% 0.44% -
XYZ 10.88 14.04 17.47 -
YUV 97.94 135.94 103.08 -
System Red Green Blue C M Y K H S L
Decimal 63 113 112 0.44 0 0.01 0.56 178.8 0.28 0.35
Hex 3F 71 70 2C 0 1 38 B3 1C 23
Octal 77 161 160 54 0 1 70 263 34 43
Binary 111111 1110001 1110000 101100 0 1 111000 10110011 11100 100011

Color Harmonies of #3F7170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7170

Black with #3F7170

Text Example


Text Example

White with #3F7170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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