Html Css Color HEX #3F7175 Ming

📋 copy color: '#3F7175'

red 63 ◦ green 113 ◦ blue 117

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

Shades of Ming #3F7175

Tints of Ming #3F7175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39.93%

R = 21.5%
G = 38.57%
B = 39.93%

CMYK

 C value IS 0.46

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3F7175 (or 0x3F7175) is known color: Ming. HEX triplet: 3F, 71 and 75. RGB value is (63,113,117). Sum of RGB (Red+Green+Blue) = 63+113+117=293 (38% of max value = 765). Red value is 63 (25% from 255 or 21.50% from 293); Green value is 113 (44.53% from 255 or 38.57% from 293); Blue value is 117 (46.09% from 255 or 39.93% from 293); Max value from RGB is 117 - color contains mainly: blue. Hex color #3F7175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7175 is #C08E8A. Grayscale: #626262. Windows color (decimal): -12619403 or 7696703. OLE color: 7696703.

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

Color convert

RGB 63 113 117 -
CMYK 0.46 0.03 0 0.54
HSL 184.44º 0.3% 0.35% -
HSV(B) 184.44º 0.46% 0.46% -
XYZ 11.17 14.15 18.97 -
YUV 98.51 138.44 102.67 -
System Red Green Blue C M Y K H S L
Decimal 63 113 117 0.46 0.03 0 0.54 184.44 0.3 0.35
Hex 3F 71 75 2E 3 0 36 B8 1E 23
Octal 77 161 165 56 3 0 66 270 36 43
Binary 111111 1110001 1110101 101110 11 0 110110 10111000 11110 100011

Color Harmonies of #3F7175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7175

Black with #3F7175

Text Example


Text Example

White with #3F7175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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