Html Css Color HEX #3E787D Ming

📋 copy color: '#3E787D'

red 62 ◦ green 120 ◦ blue 125

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

Shades of Ming #3E787D

Tints of Ming #3E787D

RGB

 RED value IS 62 (24.61% from 255) = 20.2%

 GREEN value IS 120 (47.27% from 255) = 39.09%

 BLUE value IS 125 (49.22% from 255) = 40.72%

R = 20.2%
G = 39.09%
B = 40.72%

CMYK

 C value IS 0.50

 M value IS 0.04

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3E787D (or 0x3E787D) is known color: Ming. HEX triplet: 3E, 78 and 7D. RGB value is (62,120,125). Sum of RGB (Red+Green+Blue) = 62+120+125=307 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.20% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 125 - color contains mainly: blue. Hex color #3E787D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E787D is #C18782. Grayscale: #676767. Windows color (decimal): -12683139 or 8222782. OLE color: 8222782.

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

Color convert

RGB 62 120 125 -
CMYK 0.50 0.04 0 0.51
HSL 184.76º 0.34% 0.37% -
HSV(B) 184.76º 0.5% 0.49% -
XYZ 12.4 15.94 21.82 -
YUV 103.23 140.28 98.59 -
System Red Green Blue C M Y K H S L
Decimal 62 120 125 0.50 0.04 0 0.51 184.76 0.34 0.37
Hex 3E 78 7D 32 4 0 33 B9 22 25
Octal 76 170 175 62 4 0 63 271 42 45
Binary 111110 1111000 1111101 110010 100 0 110011 10111001 100010 100101

Color Harmonies of #3E787D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E787D

Black with #3E787D

Text Example


Text Example

White with #3E787D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,120,125); }

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

background-color css

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

 a { background-color: rgb(62,120,125); }

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

border-color css

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

 span { border-color: rgb(62,120,125); }

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