Html Css Color HEX #3E777D Ming

📋 copy color: '#3E777D'

red 62 ◦ green 119 ◦ blue 125

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

Shades of Ming #3E777D

Tints of Ming #3E777D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.89%

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

R = 20.26%
G = 38.89%
B = 40.85%

CMYK

 C value IS 0.50

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3E777D (or 0x3E777D) is known color: Ming. HEX triplet: 3E, 77 and 7D. RGB value is (62,119,125). Sum of RGB (Red+Green+Blue) = 62+119+125=306 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.26% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 125 (49.22% from 255 or 40.85% from 306); Max value from RGB is 125 - color contains mainly: blue. Hex color #3E777D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E777D is #C18882. Grayscale: #666666. Windows color (decimal): -12683395 or 8222526. OLE color: 8222526.

HSL color Cylindrical-coordinate representation of color #3E777D: hue angle of 185.71º 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 #3E777D is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 62 119 125 -
CMYK 0.50 0.05 0 0.51
HSL 185.71º 0.34% 0.37% -
HSV(B) 185.71º 0.5% 0.49% -
XYZ 12.29 15.7 21.78 -
YUV 102.64 140.62 99.01 -
System Red Green Blue C M Y K H S L
Decimal 62 119 125 0.50 0.05 0 0.51 185.71 0.34 0.37
Hex 3E 77 7D 32 5 0 33 BA 22 25
Octal 76 167 175 62 5 0 63 272 42 45
Binary 111110 1110111 1111101 110010 101 0 110011 10111010 100010 100101

Color Harmonies of #3E777D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E777D

Black with #3E777D

Text Example


Text Example

White with #3E777D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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