Html Css Color HEX #3F727C Ming

📋 copy color: '#3F727C'

red 63 ◦ green 114 ◦ blue 124

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

Shades of Ming #3F727C

Tints of Ming #3F727C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.87%

 BLUE value IS 124 (48.83% from 255) = 41.2%

R = 20.93%
G = 37.87%
B = 41.2%

CMYK

 C value IS 0.49

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3F727C (or 0x3F727C) is known color: Ming. HEX triplet: 3F, 72 and 7C. RGB value is (63,114,124). Sum of RGB (Red+Green+Blue) = 63+114+124=301 (39% of max value = 765). Red value is 63 (25% from 255 or 20.93% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F727C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F727C is #C08D83. Grayscale: #636363. Windows color (decimal): -12619140 or 8155711. OLE color: 8155711.

HSL color Cylindrical-coordinate representation of color #3F727C: hue angle of 189.84º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F727C is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 63 114 124 -
CMYK 0.49 0.08 0 0.51
HSL 189.84º 0.33% 0.37% -
HSV(B) 189.84º 0.49% 0.49% -
XYZ 11.71 14.55 21.26 -
YUV 99.89 141.6 101.69 -
System Red Green Blue C M Y K H S L
Decimal 63 114 124 0.49 0.08 0 0.51 189.84 0.33 0.37
Hex 3F 72 7C 31 8 0 33 BE 21 25
Octal 77 162 174 61 10 0 63 276 41 45
Binary 111111 1110010 1111100 110001 1000 0 110011 10111110 100001 100101

Color Harmonies of #3F727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F727C

Black with #3F727C

Text Example


Text Example

White with #3F727C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,114,124); }

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

background-color css

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

 a { background-color: rgb(63,114,124); }

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

border-color css

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

 span { border-color: rgb(63,114,124); }

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