Html Css Color HEX #3E757D Ming

📋 copy color: '#3E757D'

red 62 ◦ green 117 ◦ blue 125

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

Shades of Ming #3E757D

Tints of Ming #3E757D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.49%

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

R = 20.39%
G = 38.49%
B = 41.12%

CMYK

 C value IS 0.50

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3E757D (or 0x3E757D) is known color: Ming. HEX triplet: 3E, 75 and 7D. RGB value is (62,117,125). Sum of RGB (Red+Green+Blue) = 62+117+125=304 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.39% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 125 - color contains mainly: blue. Hex color #3E757D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E757D is #C18A82. Grayscale: #656565. Windows color (decimal): -12683907 or 8222014. OLE color: 8222014.

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

Color convert

RGB 62 117 125 -
CMYK 0.50 0.06 0 0.51
HSL 187.62º 0.34% 0.37% -
HSV(B) 187.62º 0.5% 0.49% -
XYZ 12.05 15.23 21.71 -
YUV 101.47 141.28 99.85 -
System Red Green Blue C M Y K H S L
Decimal 62 117 125 0.50 0.06 0 0.51 187.62 0.34 0.37
Hex 3E 75 7D 32 6 0 33 BC 22 25
Octal 76 165 175 62 6 0 63 274 42 45
Binary 111110 1110101 1111101 110010 110 0 110011 10111100 100010 100101

Color Harmonies of #3E757D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E757D

Black with #3E757D

Text Example


Text Example

White with #3E757D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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