Html Css Color HEX #3F6C70 Ming

📋 copy color: '#3F6C70'

red 63 ◦ green 108 ◦ blue 112

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

Shades of Ming #3F6C70

Tints of Ming #3F6C70

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.16%

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

R = 22.26%
G = 38.16%
B = 39.58%

CMYK

 C value IS 0.44

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3F6C70 (or 0x3F6C70) is known color: Ming. HEX triplet: 3F, 6C and 70. RGB value is (63,108,112). Sum of RGB (Red+Green+Blue) = 63+108+112=283 (37% of max value = 765). Red value is 63 (25% from 255 or 22.26% from 283); Green value is 108 (42.58% from 255 or 38.16% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 112 - color contains mainly: blue. Hex color #3F6C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6C70 is #C0938F. Grayscale: #5E5E5E. Windows color (decimal): -12620688 or 7367743. OLE color: 7367743.

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

Color convert

RGB 63 108 112 -
CMYK 0.44 0.04 0 0.56
HSL 184.9º 0.28% 0.34% -
HSV(B) 184.9º 0.44% 0.44% -
XYZ 10.34 12.95 17.28 -
YUV 95 137.59 105.17 -
System Red Green Blue C M Y K H S L
Decimal 63 108 112 0.44 0.04 0 0.56 184.9 0.28 0.34
Hex 3F 6C 70 2C 4 0 38 B9 1C 22
Octal 77 154 160 54 4 0 70 271 34 42
Binary 111111 1101100 1110000 101100 100 0 111000 10111001 11100 100010

Color Harmonies of #3F6C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6C70

Black with #3F6C70

Text Example


Text Example

White with #3F6C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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