Html Css Color HEX #3E727C Ming

📋 copy color: '#3E727C'

red 62 ◦ green 114 ◦ blue 124

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

Shades of Ming #3E727C

Tints of Ming #3E727C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38%

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

R = 20.67%
G = 38%
B = 41.33%

CMYK

 C value IS 0.5

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3E727C (or 0x3E727C) is known color: Ming. HEX triplet: 3E, 72 and 7C. RGB value is (62,114,124). Sum of RGB (Red+Green+Blue) = 62+114+124=300 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.67% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 124 - color contains mainly: blue. Hex color #3E727C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E727C is #C18D83. Grayscale: #636363. Windows color (decimal): -12684676 or 8155710. OLE color: 8155710.

HSL color Cylindrical-coordinate representation of color #3E727C: hue angle of 189.68º 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 #3E727C is Cyan = 0.5, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 62 114 124 -
CMYK 0.5 0.08 0 0.51
HSL 189.68º 0.33% 0.36% -
HSV(B) 189.68º 0.5% 0.49% -
XYZ 11.64 14.51 21.26 -
YUV 99.59 141.77 101.19 -
System Red Green Blue C M Y K H S L
Decimal 62 114 124 0.5 0.08 0 0.51 189.68 0.33 0.36
Hex 3E 72 7C 32 8 0 33 BE 21 24
Octal 76 162 174 62 10 0 63 276 41 44
Binary 111110 1110010 1111100 110010 1000 0 110011 10111110 100001 100100

Color Harmonies of #3E727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E727C

Black with #3E727C

Text Example


Text Example

White with #3E727C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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