Html Css Color HEX #3E6E76 Ming

📋 copy color: '#3E6E76'

red 62 ◦ green 110 ◦ blue 118

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

Shades of Ming #3E6E76

Tints of Ming #3E6E76

RGB

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

 GREEN value IS 110 (43.36% from 255) = 37.93%

 BLUE value IS 118 (46.48% from 255) = 40.69%

R = 21.38%
G = 37.93%
B = 40.69%

CMYK

 C value IS 0.47

 M value IS 0.07

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3E6E76 (or 0x3E6E76) is known color: Ming. HEX triplet: 3E, 6E and 76. RGB value is (62,110,118). Sum of RGB (Red+Green+Blue) = 62+110+118=290 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.38% from 290); Green value is 110 (43.36% from 255 or 37.93% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 118 - color contains mainly: blue. Hex color #3E6E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6E76 is #C19189. Grayscale: #606060. Windows color (decimal): -12685706 or 7761470. OLE color: 7761470.

HSL color Cylindrical-coordinate representation of color #3E6E76: hue angle of 188.57º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3E6E76 is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 62 110 118 -
CMYK 0.47 0.07 0 0.54
HSL 188.57º 0.31% 0.35% -
HSV(B) 188.57º 0.47% 0.46% -
XYZ 10.83 13.48 19.17 -
YUV 96.56 140.1 103.35 -
System Red Green Blue C M Y K H S L
Decimal 62 110 118 0.47 0.07 0 0.54 188.57 0.31 0.35
Hex 3E 6E 76 2F 7 0 36 BD 1F 23
Octal 76 156 166 57 7 0 66 275 37 43
Binary 111110 1101110 1110110 101111 111 0 110110 10111101 11111 100011

Color Harmonies of #3E6E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E6E76

Black with #3E6E76

Text Example


Text Example

White with #3E6E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,110,118); }

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

background-color css

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

 a { background-color: rgb(62,110,118); }

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

border-color css

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

 span { border-color: rgb(62,110,118); }

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