Html Css Color HEX #3E717A Ming

📋 copy color: '#3E717A'

red 62 ◦ green 113 ◦ blue 122

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

Shades of Ming #3E717A

Tints of Ming #3E717A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.05%

 BLUE value IS 122 (48.05% from 255) = 41.08%

R = 20.88%
G = 38.05%
B = 41.08%

CMYK

 C value IS 0.49

 M value IS 0.07

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3E717A (or 0x3E717A) is known color: Ming. HEX triplet: 3E, 71 and 7A. RGB value is (62,113,122). Sum of RGB (Red+Green+Blue) = 62+113+122=297 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.88% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 122 (48.05% from 255 or 41.08% from 297); Max value from RGB is 122 - color contains mainly: blue. Hex color #3E717A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E717A is #C18E85. Grayscale: #626262. Windows color (decimal): -12684934 or 8024382. OLE color: 8024382.

HSL color Cylindrical-coordinate representation of color #3E717A: hue angle of 189º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3E717A is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 62 113 122 -
CMYK 0.49 0.07 0 0.52
HSL 189º 0.33% 0.36% -
HSV(B) 189º 0.49% 0.48% -
XYZ 11.4 14.24 20.56 -
YUV 98.78 141.1 101.77 -
System Red Green Blue C M Y K H S L
Decimal 62 113 122 0.49 0.07 0 0.52 189 0.33 0.36
Hex 3E 71 7A 31 7 0 34 BD 21 24
Octal 76 161 172 61 7 0 64 275 41 44
Binary 111110 1110001 1111010 110001 111 0 110100 10111101 100001 100100

Color Harmonies of #3E717A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E717A

Black with #3E717A

Text Example


Text Example

White with #3E717A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,113,122); }

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

background-color css

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

 a { background-color: rgb(62,113,122); }

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

border-color css

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

 span { border-color: rgb(62,113,122); }

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