Html Css Color HEX #3E706C Ming

📋 copy color: '#3E706C'

red 62 ◦ green 112 ◦ blue 108

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

Shades of Ming #3E706C

Tints of Ming #3E706C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.72%

 BLUE value IS 108 (42.58% from 255) = 38.3%

R = 21.99%
G = 39.72%
B = 38.3%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#3E706C (or 0x3E706C) is known color: Ming. HEX triplet: 3E, 70 and 6C. RGB value is (62,112,108). Sum of RGB (Red+Green+Blue) = 62+112+108=282 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.99% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 112 - color contains mainly: green. Hex color #3E706C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E706C is #C18F93. Grayscale: #606060. Windows color (decimal): -12685204 or 7106622. OLE color: 7106622.

HSL color Cylindrical-coordinate representation of color #3E706C: hue angle of 175.2º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3E706C is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 62 112 108 -
CMYK 0.45 0 0.04 0.56
HSL 175.2º 0.29% 0.34% -
HSV(B) 175.2º 0.45% 0.44% -
XYZ 10.49 13.7 16.28 -
YUV 96.59 134.44 103.33 -
System Red Green Blue C M Y K H S L
Decimal 62 112 108 0.45 0 0.04 0.56 175.2 0.29 0.34
Hex 3E 70 6C 2D 0 4 38 AF 1D 22
Octal 76 160 154 55 0 4 70 257 35 42
Binary 111110 1110000 1101100 101101 0 100 111000 10101111 11101 100010

Color Harmonies of #3E706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E706C

Black with #3E706C

Text Example


Text Example

White with #3E706C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,112,108); }

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

background-color css

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

 a { background-color: rgb(62,112,108); }

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

border-color css

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

 span { border-color: rgb(62,112,108); }

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