Html Css Color HEX #3E6E75 Ming

📋 copy color: '#3E6E75'

red 62 ◦ green 110 ◦ blue 117

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

Shades of Ming #3E6E75

Tints of Ming #3E6E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 40.48%

R = 21.45%
G = 38.06%
B = 40.48%

CMYK

 C value IS 0.47

 M value IS 0.06

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3E6E75 (or 0x3E6E75) is known color: Ming. HEX triplet: 3E, 6E and 75. RGB value is (62,110,117). Sum of RGB (Red+Green+Blue) = 62+110+117=289 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.45% from 289); Green value is 110 (43.36% from 255 or 38.06% from 289); Blue value is 117 (46.09% from 255 or 40.48% from 289); Max value from RGB is 117 - color contains mainly: blue. Hex color #3E6E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6E75 is #C1918A. Grayscale: #606060. Windows color (decimal): -12685707 or 7695934. OLE color: 7695934.

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

Color convert

RGB 62 110 117 -
CMYK 0.47 0.06 0 0.54
HSL 187.64º 0.31% 0.35% -
HSV(B) 187.64º 0.47% 0.46% -
XYZ 10.77 13.46 18.86 -
YUV 96.45 139.6 103.43 -
System Red Green Blue C M Y K H S L
Decimal 62 110 117 0.47 0.06 0 0.54 187.64 0.31 0.35
Hex 3E 6E 75 2F 6 0 36 BC 1F 23
Octal 76 156 165 57 6 0 66 274 37 43
Binary 111110 1101110 1110101 101111 110 0 110110 10111100 11111 100011

Color Harmonies of #3E6E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E6E75

Black with #3E6E75

Text Example


Text Example

White with #3E6E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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