Html Css Color HEX #3F6D76 Ming

📋 copy color: '#3F6D76'

red 63 ◦ green 109 ◦ blue 118

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

Shades of Ming #3F6D76

Tints of Ming #3F6D76

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.59%

 BLUE value IS 118 (46.48% from 255) = 40.69%

R = 21.72%
G = 37.59%
B = 40.69%

CMYK

 C value IS 0.47

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3F6D76 (or 0x3F6D76) is known color: Ming. HEX triplet: 3F, 6D and 76. RGB value is (63,109,118). Sum of RGB (Red+Green+Blue) = 63+109+118=290 (38% of max value = 765). Red value is 63 (25% from 255 or 21.72% from 290); Green value is 109 (42.97% from 255 or 37.59% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 118 - color contains mainly: blue. Hex color #3F6D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6D76 is #C09289. Grayscale: #606060. Windows color (decimal): -12620426 or 7761215. OLE color: 7761215.

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

Color convert

RGB 63 109 118 -
CMYK 0.47 0.08 0 0.54
HSL 189.82º 0.3% 0.35% -
HSV(B) 189.82º 0.47% 0.46% -
XYZ 10.79 13.3 19.14 -
YUV 96.27 140.26 104.27 -
System Red Green Blue C M Y K H S L
Decimal 63 109 118 0.47 0.08 0 0.54 189.82 0.3 0.35
Hex 3F 6D 76 2F 8 0 36 BE 1E 23
Octal 77 155 166 57 10 0 66 276 36 43
Binary 111111 1101101 1110110 101111 1000 0 110110 10111110 11110 100011

Color Harmonies of #3F6D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6D76

Black with #3F6D76

Text Example


Text Example

White with #3F6D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,109,118); }

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

background-color css

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

 a { background-color: rgb(63,109,118); }

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

border-color css

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

 span { border-color: rgb(63,109,118); }

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