Html Css Color HEX #3E717C Ming

📋 copy color: '#3E717C'

red 62 ◦ green 113 ◦ blue 124

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

Shades of Ming #3E717C

Tints of Ming #3E717C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 41.47%

R = 20.74%
G = 37.79%
B = 41.47%

CMYK

 C value IS 0.5

 M value IS 0.09

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3E717C (or 0x3E717C) is known color: Ming. HEX triplet: 3E, 71 and 7C. RGB value is (62,113,124). Sum of RGB (Red+Green+Blue) = 62+113+124=299 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.74% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 124 - color contains mainly: blue. Hex color #3E717C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E717C is #C18E83. Grayscale: #626262. Windows color (decimal): -12684932 or 8155454. OLE color: 8155454.

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

Color convert

RGB 62 113 124 -
CMYK 0.5 0.09 0 0.51
HSL 190.65º 0.33% 0.36% -
HSV(B) 190.65º 0.5% 0.49% -
XYZ 11.53 14.29 21.22 -
YUV 99.01 142.1 101.61 -
System Red Green Blue C M Y K H S L
Decimal 62 113 124 0.5 0.09 0 0.51 190.65 0.33 0.36
Hex 3E 71 7C 32 9 0 33 BF 21 24
Octal 76 161 174 62 11 0 63 277 41 44
Binary 111110 1110001 1111100 110010 1001 0 110011 10111111 100001 100100

Color Harmonies of #3E717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E717C

Black with #3E717C

Text Example


Text Example

White with #3E717C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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